diff options
Diffstat (limited to 'common/gtk-2.0/apps.rc')
-rw-r--r-- | common/gtk-2.0/apps.rc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/common/gtk-2.0/apps.rc b/common/gtk-2.0/apps.rc index 4f64072..3755258 100644 --- a/common/gtk-2.0/apps.rc +++ b/common/gtk-2.0/apps.rc @@ -11,7 +11,7 @@ style "dark-sidebar" { base[NORMAL] = @dark_sidebar_bg base[INSENSITIVE] = @dark_sidebar_bg - text[NORMAL] = "#657b83" + text[NORMAL] = "#BAC3CF" text[ACTIVE] = @selected_fg_color text[SELECTED] = @selected_fg_color } @@ -77,7 +77,10 @@ style "entry_border" { } # Mousepad search entry -widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border" +widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border" + +# Mousepad find and replace +widget_class "*MousepadReplaceDialog*.<GtkEntry>" style "entry_border" # Hexchat input box -class "SexySpellEntry" style:highest "entry_border" +class "SexySpellEntry" style:highest "entry_border" |