diff --git a/README.md b/README.md index 75bc3f5..1d83134 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ Included in this theme: - Partial support for HiDPI monitors #### Requirements + GTK+ 3.22 or 3.24 -Xfce 4.12 +Xfce 4.12 or 4.14 A Window compositor diff --git a/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css b/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css index 5ad8b9f..2b05d44 100644 --- a/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css +++ b/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css @@ -93,7 +93,7 @@ the whisker menu without having to correct their pointer location. */ #whiskermenu-window frame > box > box:nth-child(1) { padding: 2px; margin: 0; - color: @active_title_text; + color: @text_color; /* background-image: linear-gradient(to right, @selected_bg_color, @transparent);*/ /* Note: You can setup a gradient here if you want! */ } #whiskermenu-window frame > box > box:nth-child(2) .frame { border: 1px solid @bg_shade; diff --git a/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css b/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css index 7ce11a4..834d603 100644 --- a/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css +++ b/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css @@ -90,7 +90,7 @@ the whisker menu without having to correct their pointer location. */ #whiskermenu-window > frame > stack > box > box:first-child { padding: 2px; margin: 0; - color: @active_title_text; + color: @text_color; /*background-image: linear-gradient(to right, @selected_bg_color, @transparent);*/ /* Note: You can setup a gradient here if you want! */ } #whiskermenu-window frame > box > box > box button image { padding: 0px; }