aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-2.0/xfce-notify.rc
diff options
context:
space:
mode:
authorMartin Schenck2016-08-01 17:41:52 +0200
committerMartin Schenck2016-08-01 17:41:52 +0200
commit474539210d7edc6079c6f01c6b5e5152cd7fcc62 (patch)
tree4fce39fdd8540d3ebc893e0d8dc2c9dbe92ef0db /common/gtk-2.0/xfce-notify.rc
parent9478b8de1c7c11a163c43ad6b8eff5b4f23f4ced (diff)
downloadsolarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.tar.gz
solarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.tar.xz
solarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.zip
Solarized colours
The script solarize.sh solarizes all colors by replacing the arc colors with approproate colours from the solarized color scheme.
Diffstat (limited to 'common/gtk-2.0/xfce-notify.rc')
-rw-r--r--common/gtk-2.0/xfce-notify.rc20
1 files changed, 10 insertions, 10 deletions
diff --git a/common/gtk-2.0/xfce-notify.rc b/common/gtk-2.0/xfce-notify.rc
index aa8a02c..b1e57b5 100644
--- a/common/gtk-2.0/xfce-notify.rc
+++ b/common/gtk-2.0/xfce-notify.rc
@@ -12,11 +12,11 @@ style "notify-window" {
style "notify-button" {
bg[NORMAL] = "#434652"
bg[PRELIGHT] = "#5C6070"
- bg[ACTIVE] = "#5294E2"
+ bg[ACTIVE] = "#268bd2"
- fg[NORMAL] = "#BAC3CF"
- fg[PRELIGHT] = "#BAC3CF"
- fg[ACTIVE] = "#ffffff"
+ fg[NORMAL] = "#657b83"
+ fg[PRELIGHT] = "#657b83"
+ fg[ACTIVE] = "#fdf6e3"
engine "murrine" {
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
@@ -27,11 +27,11 @@ style "notify-button" {
}
style "notify-text" {
- GtkWidget::link-color = "#5294E2"
+ GtkWidget::link-color = "#268bd2"
- fg[NORMAL] = "#BAC3CF"
- fg[PRELIGHT] = "#BAC3CF"
- fg[ACTIVE] = "#BAC3CF"
+ fg[NORMAL] = "#657b83"
+ fg[PRELIGHT] = "#657b83"
+ fg[ACTIVE] = "#657b83"
engine "murrine" {
textstyle = 0
@@ -49,9 +49,9 @@ style "notify-progressbar" {
ythickness = 0
fg[PRELIGHT] = "#000000"
- bg[NORMAL] = "#5294E2"
+ bg[NORMAL] = "#268bd2"
bg[ACTIVE] = "#1D1F26"
- bg[SELECTED] = "#5294E2"
+ bg[SELECTED] = "#268bd2"
engine "murrine" {
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }