aboutsummaryrefslogtreecommitdiff
path: root/common/xfce-notify-4.0/gtkrc
diff options
context:
space:
mode:
authorHorst31802015-08-27 20:55:37 +0200
committerHorst31802015-08-27 21:03:06 +0200
commit8c0e60f997d70cdb63566f46390546691d947749 (patch)
tree817385dcb4158849dad6257e4c85ad2e3aef3e03 /common/xfce-notify-4.0/gtkrc
parentbd550a46d936226801cb9d8cef9ea6273894b51c (diff)
parentb811483e7f6fb97afa531a873c73a48f48ef8468 (diff)
downloadsolarc-theme-8c0e60f997d70cdb63566f46390546691d947749.tar.gz
solarc-theme-8c0e60f997d70cdb63566f46390546691d947749.tar.xz
solarc-theme-8c0e60f997d70cdb63566f46390546691d947749.zip
Merge branch 'master' into wip/3.18
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 }