mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Dark version updated
This commit is contained in:
@@ -138,7 +138,7 @@ placessidebar{
|
||||
margin-right: 12px;
|
||||
padding-left: 14px;
|
||||
padding-right: 12px;
|
||||
color: #98abb2;
|
||||
color: #9ecfa2;
|
||||
}
|
||||
}
|
||||
&:hover{
|
||||
@@ -157,9 +157,9 @@ placessidebar{
|
||||
}
|
||||
|
||||
&:selected{
|
||||
color: rgba(0,0,0,0.54);
|
||||
color: rgba(255, 255, 255, 0.938);
|
||||
background-color: transparent;
|
||||
background-image:linear-gradient(to right, #00e8b7 40px,
|
||||
background-image:linear-gradient(to right, $selected_bg_color 40px,
|
||||
rgba(65,67,75,0) 36px, rgba(65,67,75,0)97%);
|
||||
&:hover{
|
||||
color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user