sdgui: make even rows a bit darker by default
This commit is contained in:
parent
26a3c0c825
commit
54ef836eec
|
@ -264,11 +264,11 @@ main (int argc, char *argv[])
|
||||||
"background: @theme_unfocused_base_color; "
|
"background: @theme_unfocused_base_color; "
|
||||||
"color: @theme_fg_color; /* should be more faded than 'text' */ }"
|
"color: @theme_fg_color; /* should be more faded than 'text' */ }"
|
||||||
"stardict-view.even {"
|
"stardict-view.even {"
|
||||||
"background: mix(@theme_base_color, @theme_text_color, 0.02); "
|
"background: mix(@theme_base_color, @theme_text_color, 0.03); "
|
||||||
"color: @theme_text_color; }"
|
"color: @theme_text_color; }"
|
||||||
"stardict-view.even:backdrop {"
|
"stardict-view.even:backdrop {"
|
||||||
"background: mix(@theme_unfocused_base_color, "
|
"background: mix(@theme_unfocused_base_color, "
|
||||||
"@theme_fg_color, 0.02); "
|
"@theme_fg_color, 0.03); "
|
||||||
"color: @theme_fg_color; /* should be more faded than 'text' */ }";
|
"color: @theme_fg_color; /* should be more faded than 'text' */ }";
|
||||||
|
|
||||||
GdkScreen *screen = gdk_screen_get_default ();
|
GdkScreen *screen = gdk_screen_get_default ();
|
||||||
|
|
Loading…
Reference in New Issue