bunsen-themes/themes/Crocus-Remix/xfce-notify-4.0/gtkrc

58 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-05-10 15:17:52 +00:00
style "bunsen-notify-window"
{
bg[NORMAL] = "#1A2833"
XfceNotifyWindow::border-color = "#1A2833"
XfceNotifyWindow::border-color-hover = "#587289"
2015-05-10 15:17:52 +00:00
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] = "#1A2833"
fg[NORMAL] = "#DDDEE1"
fg[PRELIGHT] = "#DDDEE1"
2015-05-10 15:17:52 +00:00
}
style "bunsen-notify-text"
{
fg[NORMAL] = "#DDDEE1"
2015-05-10 15:17:52 +00:00
GtkWidget::link-color = "#a7a7a7"
}
style "bunsen-notify-progressbar"
{
xthickness = 1
ythickness = 1
bg[PRELIGHT] = "#283E4F"
bg[SELECTED] = "#587289"
bg[ACTIVE] = "#283E4F"
2015-05-10 15:17:52 +00:00
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"