diff options
Diffstat (limited to 'src/sdgui.c')
-rw-r--r-- | src/sdgui.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sdgui.c b/src/sdgui.c index 2c92ac3..e0becd3 100644 --- a/src/sdgui.c +++ b/src/sdgui.c @@ -454,7 +454,10 @@ main (int argc, char *argv[]) "stardict-view.even:backdrop {" "background: mix(@theme_unfocused_base_color, " "@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' */ }" + "stardict-view:selected {" + "background-color: @theme_selected_bg_color; " + "color: @theme_selected_fg_color; }"; GdkScreen *screen = gdk_screen_get_default (); GtkCssProvider *provider = gtk_css_provider_new (); |