diff options
author | raveit65 <[email protected]> | 2014-11-06 22:03:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-06 22:03:54 +0100 |
commit | a9343b9f0f73c790eb21568340182d10e48f85fc (patch) | |
tree | d5e60ae3c0e0c8ff0c274dc0e3cf7d92e9905ed1 /desktop-themes | |
parent | af11bb4d8cff0613ec222d4fe81ad2b661d80388 (diff) | |
download | mate-themes-a9343b9f0f73c790eb21568340182d10e48f85fc.tar.bz2 mate-themes-a9343b9f0f73c790eb21568340182d10e48f85fc.tar.xz |
ContrastHigh GTK3: improve mate-panel appearance
Diffstat (limited to 'desktop-themes')
-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; } |