aboutsummaryrefslogtreecommitdiff
path: root/common/xfce-notify-4.0/gtkrc
diff options
context:
space:
mode:
authorHorst31802015-08-27 16:58:55 +0200
committerHorst31802015-08-27 16:58:55 +0200
commitfc5afcbe1288d47568df3a59300aa1514990178a (patch)
treef3dd0fc65158e6ec1dc8c56615d334069f4a677a /common/xfce-notify-4.0/gtkrc
parenta6470aa48a32b8d124868a055f249f439bcd5c8e (diff)
downloadsolarc-theme-fc5afcbe1288d47568df3a59300aa1514990178a.tar.gz
solarc-theme-fc5afcbe1288d47568df3a59300aa1514990178a.tar.xz
solarc-theme-fc5afcbe1288d47568df3a59300aa1514990178a.zip
xfce-notify: don't use color variables
Diffstat (limited to 'common/xfce-notify-4.0/gtkrc')
-rw-r--r--common/xfce-notify-4.0/gtkrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/xfce-notify-4.0/gtkrc b/common/xfce-notify-4.0/gtkrc
index 05ed853..2ef8877 100644
--- a/common/xfce-notify-4.0/gtkrc
+++ b/common/xfce-notify-4.0/gtkrc
@@ -12,11 +12,11 @@ style "notify-window" {
style "notify-button" {
bg[NORMAL] = "#434652"
bg[PRELIGHT] = "#5C6070"
- bg[ACTIVE] = @selected_bg_color
+ bg[ACTIVE] = "#5294E2"
fg[NORMAL] = "#BAC3CF"
fg[PRELIGHT] = "#BAC3CF"
- fg[ACTIVE] = @selected_fg_color
+ fg[ACTIVE] = "#ffffff"
engine "murrine" {
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
@@ -27,7 +27,7 @@ style "notify-button" {
}
style "notify-text" {
- GtkWidget::link-color = @link_color
+ GtkWidget::link-color = "#5294E2"
fg[NORMAL] = "#BAC3CF"
fg[PRELIGHT] = "#BAC3CF"
@@ -49,9 +49,9 @@ style "notify-progressbar" {
ythickness = 0
fg[PRELIGHT] = "#000000"
- bg[NORMAL] = @selected_bg_color
+ bg[NORMAL] = "#5294E2"
bg[ACTIVE] = "#131417"
- bg[SELECTED] = @selected_bg_color
+ bg[SELECTED] = "#5294E2"
engine "murrine" {
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }