Reworked xfce-notify theme

pull/94/head
Satyajit Sahoo 2013-10-30 06:58:07 +05:30
parent d26dfbd126
commit 3359de7f5c
1 changed files with 32 additions and 30 deletions

View File

@ -1,53 +1,55 @@
style "notify-window" style "notify-window" {
{
XfceNotifyWindow::summary-bold = 1 XfceNotifyWindow::summary-bold = 1
XfceNotifyWindow::border-color = "#d64937" XfceNotifyWindow::border-color = "#2d2d2d"
XfceNotifyWindow::border-color-hover = "#d64937" XfceNotifyWindow::border-color-hover = "#333333"
XfceNotifyWindow::border-radius = 2.0 XfceNotifyWindow::border-radius = 2.0
XfceNotifyWindow::border-width = 0.0 XfceNotifyWindow::border-width = 1.0
XfceNotifyWindow::border-width-hover = 1.0 XfceNotifyWindow::border-width-hover = 1.0
bg[NORMAL] = "#111"
bg[NORMAL] = "#111111"
} }
style "notify-button" style "notify-button" {
{ bg[NORMAL] = "#2d2d2d"
bg[NORMAL] = "#202020" bg[PRELIGHT] = "#333333"
bg[PRELIGHT] = "#303030" bg[ACTIVE] = "#2d2d2d"
bg[ACTIVE] = "#222222"
fg[NORMAL] = "#ffffff" fg[NORMAL] = "#dcdcdc"
fg[PRELIGHT] = "#ffffff" fg[PRELIGHT] = "#dedede"
engine "murrine" { engine "murrine" {
border_shades = { 2.9, 2.6 } border_shades = { 2.0, 2.0 }
shadow_shades = {2.4,2.4}
roundness = 2 roundness = 2
} }
} }
style "notify-text" style "notify-text" {
{ GtkWidget::link-color = "#d64937"
fg[NORMAL] = "#ffffff"
GtkWidget::link-color = "#a7a7a7" fg[NORMAL] = "#f9f9f9"
} }
style "notify-summary" style "notify-summary" {
{
font_name = "Bold" font_name = "Bold"
} }
style "notify-progressbar" style "notify-progressbar" {
{
xthickness = 1 xthickness = 1
ythickness = 1 ythickness = 1
fg[PRELIGHT] = "#000000" bg[NORMAL] = "#dcdcdc"
bg[NORMAL] = "#dbdbdb" bg[ACTIVE] = "#2d2d2d"
bg[SELECTED] = "#dbdbdb" bg[SELECTED] = "#dedede"
fg[PRELIGHT] = "#333333"
engine "murrine" { engine "murrine" {
gradient_shades = {1.1,0.95,1.1,0.85} gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
contrast = 0.5 border_shades = { 1.0, 1.0 }
border_shades = { 0.9, 0.9 } trough_shades = { 1.0, 1.0 }
progressbarstyle = 0 trough_border_shades = { 1.0, 1.0 }
progressbarstyle = 0
roundness = 2
} }
} }