mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix nemo file manager color inconsistences
This commit is contained in:
@@ -10,14 +10,15 @@
|
||||
}
|
||||
&:selected {
|
||||
background: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
color: #98abb2;
|
||||
background-color: $_sidebar_color;
|
||||
.view, .iconview, row {
|
||||
color: #98abb2;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
@@ -49,7 +50,7 @@
|
||||
@include button(normal-header);
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
height: 24px;
|
||||
min-height: 24px;
|
||||
&:hover { color: $selected_bg_color; }
|
||||
&:selected,
|
||||
&:active,
|
||||
|
||||
Reference in New Issue
Block a user