mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 08:29:53 +01:00
Xfce: Fix thunar color inconsistences
This commit is contained in:
@@ -61,6 +61,13 @@
|
||||
/* thunar */
|
||||
.thunar toolbar {
|
||||
background-color: $headerbar_color;
|
||||
button {
|
||||
color: #98abb2;
|
||||
&:hover {
|
||||
background: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* buttons in toolbar */
|
||||
@@ -70,6 +77,7 @@
|
||||
|
||||
scrolledwindow.sidebar treeview.view {
|
||||
background: darken($_sidebar_color, 2%);
|
||||
color: #98abb2;
|
||||
padding: 1.5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user