gtk-theme-clearcodes

gtk3 theme with a focus on code simplicity
git clone https://git.ce9e.org/gtk-theme-clearcodes.git

commit
84c7f41bb48537b106666975ed3e407ae0db5300
parent
f8f9714a28e8014e0b67bc427da480d6586beec2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-07-15 08:55
rm special handling of placessidebar

Diffstat

M gtk-3.0/widgets/menu.css 8 ++------

1 files changed, 2 insertions, 6 deletions


diff --git a/gtk-3.0/widgets/menu.css b/gtk-3.0/widgets/menu.css

@@ -1,12 +1,8 @@
    1     1 menubar,
    2     2 actionbar,
    3    -1 toolbar {
    4    -1     background: @bg_color;
    5    -1     color: @fg_color;
    6    -1 }
    7    -1 
   -1     3 toolbar,
    8     4 placessidebar list {
    9    -1     background-color: @bg_color_secondary;
   -1     5     background: @bg_color;
   10     6     color: @fg_color;
   11     7 }
   12     8