Skip to content
Snippets Groups Projects
Commit cf7f2642 authored by fingli's avatar fingli
Browse files

edit xfce-notify

parent 7d31bade
No related branches found
No related tags found
1 merge request!1Pull request 20150610
...@@ -10,28 +10,28 @@ style "notify-window" { ...@@ -10,28 +10,28 @@ style "notify-window" {
} }
style "notify-button" { style "notify-button" {
bg[NORMAL] = "#222222" bg[NORMAL] = "#D77300"
bg[PRELIGHT] = "#303030" bg[PRELIGHT] = "#FFA339"
bg[ACTIVE] = "#2ECC71" bg[ACTIVE] = "#2ECC71"
fg[NORMAL] = "#222" fg[NORMAL] = "#fff"
fg[PRELIGHT] = "#fff" fg[PRELIGHT] = "#fff"
fg[ACTIVE] = "#303030" fg[ACTIVE] = "#fff"
engine "murrine" { engine "murrine" {
gradient_shades = { 1.0, 1.0, 1.0, 1.0 } gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
border_shades = { 2.9, 2.9 } border_shades = { 2.9, 2.9 }
roundness = 2 roundness = 2
textstyle = 0 textstyle = 0
} }
} }
style "notify-text" { style "notify-text" {
GtkWidget::link-color = "#d64937" GtkWidget::link-color = "#5588ee"
fg[NORMAL] = "#f9f9f9" fg[NORMAL] = "#f9f9f9"
fg[PRELIGHT] = "#f9f9f9" fg[PRELIGHT] = "#f9f9f9"
fg[ACTIVE] = "#f9f9f9" fg[ACTIVE] = "#f9f9f9"
engine "murrine" { engine "murrine" {
textstyle = 0 textstyle = 0
...@@ -47,11 +47,11 @@ style "notify-progressbar" { ...@@ -47,11 +47,11 @@ style "notify-progressbar" {
ythickness = 1 ythickness = 1
bg[NORMAL] = "#dcdcdc" bg[NORMAL] = "#dcdcdc"
bg[ACTIVE] = "#2d2d2d" bg[ACTIVE] = "#2d2d2d"
bg[SELECTED] = "#dedede" bg[SELECTED] = "#dedede"
fg[PRELIGHT] = "#333333" fg[PRELIGHT] = "#333333"
fg[ACTIVE] = "#f9f9f9" fg[ACTIVE] = "#f9f9f9"
fg[SELECTED] = "#333333" fg[SELECTED] = "#333333"
engine "murrine" { engine "murrine" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment