toned down text colour in gtk2

This commit is contained in:
Sam Hewitt 2016-05-25 16:54:58 -04:00
parent c02e6b289a
commit c35c9c82e4
1 changed files with 3 additions and 3 deletions

View File

@ -18,13 +18,13 @@
# Paper GTK2 Theme
# Text/base colors
gtk-color-scheme = "text_color:black\nbase_color:white"
gtk-color-scheme = "text_color:#333333\nbase_color:white"
# Foreground/background colors
gtk-color-scheme = "fg_color:#333333\nbg_color:#ececec"
gtk-color-scheme = "fg_color:#4d4d4d\nbg_color:#ececec"
# Selected foreground/background colors
gtk-color-scheme = "selected_fg_color:#ffffff\nselected_bg_color:#607d8b"
# Tooltip colors
gtk-color-scheme = "tooltip_fg_color:#333333\ntooltip_bg_color:#ffffff"
gtk-color-scheme = "tooltip_fg_color:#4d4d4d\ntooltip_bg_color:#ffffff"
# Window colors
gtk-color-scheme = "wm_color:#546e7a\nunfocused_wm_color:#5A6367"