From ffa6e393e8312aec30d65b6fda55c0ea8c265a8c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 15 Nov 2014 17:08:42 +0100 Subject: TraditionalOkTest GTK3: fix theme_fg_color --- desktop-themes/TraditionalOkTest/gtk-3.0/gtk-variant.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1