From aacd088ad6e4ceebe5f0f2506b778871a3a6cc59 Mon Sep 17 00:00:00 2001 From: DrSlony Date: Sat, 1 Nov 2014 23:40:16 +0100 Subject: [PATCH] Changed inactive text color so that you can see the values of inactive sliders when using an automated mode, e.g. NR auto chroma --- rtdata/themes/21-Gray-Gray.gtkrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtdata/themes/21-Gray-Gray.gtkrc b/rtdata/themes/21-Gray-Gray.gtkrc index 56cc209f9..c9a2646c8 100644 --- a/rtdata/themes/21-Gray-Gray.gtkrc +++ b/rtdata/themes/21-Gray-Gray.gtkrc @@ -83,7 +83,7 @@ style "clearlooks-default" { text[NORMAL] = @rt_text_color text[PRELIGHT] = @rt_text_color text[SELECTED] = @rt_selected_fg_color - text[INSENSITIVE] = darker (@rt_bg_color) + text[INSENSITIVE] = lighter (@rt_bg_color) text[ACTIVE] = @rt_selected_fg_color base[NORMAL] = @rt_base_color