bunsen-themes/CrunchBang/xfce-notify-4.0/gtkrc
2015-05-10 17:17:52 +02:00

62 lines
1.6 KiB
Plaintext

# Theme: waldorf Xfce4 notification theme (slightly altered by hhh <hsumen@post.com>)
# Description: A default theme for CrunchBang Waldorf
# Author: Philip Newborough <corenominal@corenominal.org>
# Web: http://crunchbang.org/
# -------------------------------------------------------
style "waldorf-notify-window"
{
bg[NORMAL] = "#111"
XfceNotifyWindow::border-color = "#ffffff"
XfceNotifyWindow::border-radius = 0.0
XfceNotifyWindow::border-width = 0
XfceNotifyWindow::summary-bold = 1
}
class "XfceNotifyWindow" style "waldorf-notify-window"
style "waldorf-notify-button"
{
bg[NORMAL] = "#202020"
bg[PRELIGHT] = "#404040"
fg[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#ffffff"
}
style "waldorf-notify-text"
{
fg[NORMAL] = "#ffffff"
GtkWidget::link-color = "#a7a7a7"
}
style "waldorf-notify-progressbar"
{
xthickness = 1
ythickness = 1
fg[PRELIGHT] = "#000000"
bg[NORMAL] = "#dbdbdb"
bg[SELECTED] = "#dbdbdb"
bg[ACTIVE] = "#4a4a4a"
GtkProgressBar::min-vertical-bar-width = 4
GtkProgressBar::min-horizontal-bar-height = 4
engine "murrine" {
gradient_shades = {1.1,0.95,1.1,0.85}
contrast = 0.5
border_shades = { 0.9, 0.9 }
progressbarstyle = 0
}
}
style "waldorf-summary"
{
font_name = "Bold"
}
widget "XfceNotifyWindow.*.summary" style "waldorf-summary"
widget_class "XfceNotifyWindow.*.GtkButton*" style "waldorf-notify-button"
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "waldorf-notify-text"
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "waldorf-notify-progressbar"
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "waldorf-notify-progressbar"