bunsen-themes/themes/BL-Fever_Room/xfce-notify-4.0/gtkrc

58 lines
1.4 KiB
Plaintext

style "bunsen-notify-window"
{
bg[NORMAL] = "#292929"
XfceNotifyWindow::border-color = "#292929"
XfceNotifyWindow::border-color-hover = "#bfbfbf"
XfceNotifyWindow::border-radius = 0.0
XfceNotifyWindow::border-width = 2.0
XfceNotifyWindow::border-width-hover = 2.0
XfceNotifyWindow::summary-bold = 1
}
class "XfceNotifyWindow" style "bunsen-notify-window"
style "bunsen-notify-button"
{
bg[NORMAL] = "#2a2a2a"
bg[PRELIGHT] = "#303030"
fg[NORMAL] = "#d9d9d9"
fg[PRELIGHT] = "#ffffff"
}
style "bunsen-notify-text"
{
fg[NORMAL] = "#d9d9d9"
GtkWidget::link-color = "#a7a7a7"
}
style "bunsen-notify-progressbar"
{
xthickness = 1
ythickness = 1
bg[SELECTED] = "#808080"
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 "bunsen-summary"
{
font_name = "Bold"
}
widget "XfceNotifyWindow.*.summary" style "bunsen-summary"
widget_class "XfceNotifyWindow.*.GtkButton*" style "bunsen-notify-button"
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "bunsen-notify-text"
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "bunsen-notify-progressbar"
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "bunsen-notify-progressbar"