diff options
author | Horst3180 | 2016-08-31 00:00:33 +0200 |
---|---|---|
committer | Horst3180 | 2016-08-31 00:00:33 +0200 |
commit | 06b091100947a17f29b82f92bf0fa38735eaabac (patch) | |
tree | 8a99ae5c31af7e37dd1b8255f45c3098963b78e2 /common/gtk-2.0 | |
parent | 9c4b8025282487a94aaae2210d96b8e7ced5377d (diff) | |
download | solarc-theme-06b091100947a17f29b82f92bf0fa38735eaabac.tar.gz solarc-theme-06b091100947a17f29b82f92bf0fa38735eaabac.tar.xz solarc-theme-06b091100947a17f29b82f92bf0fa38735eaabac.zip |
don't use selected_fg_color in weird places
Diffstat (limited to 'common/gtk-2.0')
-rw-r--r-- | common/gtk-2.0/xfce-notify.rc | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/common/gtk-2.0/xfce-notify.rc b/common/gtk-2.0/xfce-notify.rc index aa8a02c..7ec55ac 100644 --- a/common/gtk-2.0/xfce-notify.rc +++ b/common/gtk-2.0/xfce-notify.rc @@ -1,3 +1,5 @@ +gtk-color-scheme = "selected_bg_color:#5294E2\nselected_fg_color:#ffffff" + style "notify-window" { XfceNotifyWindow::summary-bold = 1 XfceNotifyWindow::border-color = "#17191F" @@ -12,11 +14,11 @@ style "notify-window" { style "notify-button" { bg[NORMAL] = "#434652" bg[PRELIGHT] = "#5C6070" - bg[ACTIVE] = "#5294E2" + bg[ACTIVE] = @selected_bg_color fg[NORMAL] = "#BAC3CF" fg[PRELIGHT] = "#BAC3CF" - fg[ACTIVE] = "#ffffff" + fg[ACTIVE] = @selected_fg_color engine "murrine" { gradient_shades = { 1.0, 1.0, 1.0, 1.0 } @@ -27,7 +29,7 @@ style "notify-button" { } style "notify-text" { - GtkWidget::link-color = "#5294E2" + GtkWidget::link-color = @selected_bg_color fg[NORMAL] = "#BAC3CF" fg[PRELIGHT] = "#BAC3CF" @@ -49,9 +51,9 @@ style "notify-progressbar" { ythickness = 0 fg[PRELIGHT] = "#000000" - bg[NORMAL] = "#5294E2" + bg[NORMAL] = @selected_bg_color bg[ACTIVE] = "#1D1F26" - bg[SELECTED] = "#5294E2" + bg[SELECTED] = @selected_bg_color engine "murrine" { gradient_shades = { 1.0, 1.0, 1.0, 1.0 } |