summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-15 17:08:42 +0100
committerraveit65 <[email protected]>2014-11-15 17:08:42 +0100
commitffa6e393e8312aec30d65b6fda55c0ea8c265a8c (patch)
tree71557c5c5dcf5af0a4839d164e643303755dccee
parent01a0418619c54a9b96c5f82a78c69598f1a8d3d5 (diff)
downloadmate-themes-ffa6e393e8312aec30d65b6fda55c0ea8c265a8c.tar.bz2
mate-themes-ffa6e393e8312aec30d65b6fda55c0ea8c265a8c.tar.xz
TraditionalOkTest GTK3: fix theme_fg_color
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-variant.css2
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;