diff options
author | raveit65 <[email protected]> | 2014-11-15 17:08:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 17:08:42 +0100 |
commit | ffa6e393e8312aec30d65b6fda55c0ea8c265a8c (patch) | |
tree | 71557c5c5dcf5af0a4839d164e643303755dccee /desktop-themes | |
parent | 01a0418619c54a9b96c5f82a78c69598f1a8d3d5 (diff) | |
download | mate-themes-ffa6e393e8312aec30d65b6fda55c0ea8c265a8c.tar.bz2 mate-themes-ffa6e393e8312aec30d65b6fda55c0ea8c265a8c.tar.xz |
TraditionalOkTest GTK3: fix theme_fg_color
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-variant.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-variant.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-variant.css index a25e5e23..5b9d2f71 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-variant.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-variant.css @@ -9,7 +9,7 @@ @define-color theme_base_color #babdb6; @define-color theme_bg_color #888a85; -@define-color theme_fg_color #f5f5f5; +@define-color theme_fg_color #000000; @define-color theme_selected_bg_color #f57900; @define-color theme_selected_fg_color #ffffff; |