Skip to content

Commit

Permalink
update panel bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul authored Apr 2, 2019
1 parent 5ef2513 commit 4928c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
@define-color toolbar_fg_color @fg_color;
@define-color sidebar_bg_color shade(@dark_bg_color, 1.02);
@define-color sidebar_fg_color @dark_fg_color;
@define-color taskbar_bg_color #000000;
@define-color taskbar_fg_color #ffffff;
@define-color taskbar_bg_color #e9eaee;
@define-color taskbar_fg_color @fg_color;
@define-color titlebar_bg_color @dark_bg_color;
@define-color titlebar_fg_color @selected_bg_color;
@define-color headerbar_bg_color @dark_bg_color;
Expand Down

0 comments on commit 4928c18

Please sign in to comment.