diff options
author | raveit65 <[email protected]> | 2014-11-06 22:03:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-06 22:03:06 +0100 |
commit | dfba8075e76e6dbe0a23aa004e0783b16fad3e76 (patch) | |
tree | 489dbf2b76bcbdab5a114c9b14b438fdf396e5e6 | |
parent | b6683eb4c1ae85d8259620975c41d70aaf7084cc (diff) | |
download | mate-themes-dfba8075e76e6dbe0a23aa004e0783b16fad3e76.tar.bz2 mate-themes-dfba8075e76e6dbe0a23aa004e0783b16fad3e76.tar.xz |
ContrastHigh GTK3: improve mate-panel appearance
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css index 3bcbeed1..8f9c5eef 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css @@ -61,9 +61,9 @@ MatePanelAppletFrameDBus, MatePanelAppletContainer, MatePanelApplet { background-image: none; - background-color: @theme_base_color; + background-color: @os_chrome_bg_color; padding: 0; - color: @theme_fg_color; + color: @os_chrome_fg_color; text-shadow: none; } @@ -126,7 +126,7 @@ MatePanelApplet .button { border-style: solid; text-shadow: none; - color: @theme_fg_color; + color: @os_chrome_fg_color; background-image: none; background-color: @os_chrome_bg_color; } |