diff --git a/themes/Bunsen-He-flatish/openbox-3/themerc b/themes/Bunsen-He-flatish/openbox-3/themerc new file mode 100644 index 0000000..9a46981 --- /dev/null +++ b/themes/Bunsen-He-flatish/openbox-3/themerc @@ -0,0 +1,94 @@ +!! Bunsen by hhh (hsumen@bunsenlabs.org) +!! based on... +!! Theme: waldorf +!! Description: A default theme for CrunchBang Waldorf +!! Author: Philip Newborough +!! Web: http://crunchbang.org/ +!! ------------------------------------------------------- + +!! Menu settings + +menu.title.bg: flat solid +menu.title.bg.color: #3a3a3a +menu.title.text.color: #E6E6E6 +menu.title.text.justify: right + +menu.separator.color: #535353 + +menu.items.bg: flat solid +menu.items.bg.color: #3a3a3a +menu.items.text.color: #E6E6E6 +menu.items.disabled.text.color: #8A8A8A + +menu.items.active.bg: flat solid +menu.items.active.bg.color: #9c9c9c +menu.items.active.text.color: #FFFFFF +menu.bullet.selected.image.color: #FFFFFF + +!! focused window settings + +window.active.title.bg: flat solid +window.active.title.bg.color: #cecece +window.active.title.separator.color: #cecece + +window.active.handle.bg: flat solid +window.active.handle.bg.colorTo: #cecece + +window.active.grip.bg: parentrelative + +window.active.label.bg: parentrelative +window.active.label.text.color: #101010 + +window.*.button.*.bg: parentrelative +window.active.button.*.image.color: #101010 +window.active.button.*.hover.image.color: #999999 +window.active.button.*.pressed.image.color: #000000 +window.active.button.disabled.image.color: #cecece + +!! unfocused window settings + +window.inactive.title.bg: flat solid +window.inactive.title.bg.color: #cecece +window.inactive.title.separator.color: #cecece + +window.inactive.handle.bg: flat solid +window.inactive.handle.bg.color: #cecece + +window.inactive.grip.bg: parentrelative + +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #666666 + +window.inactive.button.*.image.color: #666666 +window.inactive.button.*.hover.image.color: #999999 +window.inactive.button.*.pressed.image.color: #000000 +window.inactive.button.disabled.image.color: #cecece + +!! Global width settings +border.Width: 1 +padding.width: 1 +window.handle.width: 0 +window.client.padding.width: 0 +menu.overlap.x: -6 + +!! Miscellaneous settings +border.color: #B7B4B2 +menu.border.color: #3C3D3E + +!! OSD +osd.bg: flat gradient vertical bevel1 +osd.bg.color: #cecece +osd.bg.colorTo: #cecece +osd.label.bg: parentrelative +osd.hilight.bg: flat solid +osd.hilight.bg.color: #101010 +osd.unhilight.bg: flat solid +osd.unhilight.bg.color: #101010 +osd.label.text.color: #101010 + +!! font me! +window.label.text.justify: center +window.active.label.text.font:shadow=y:shadowtint=-60:shadowoffset=1 +window.inactive.label.text.font:shadow=y:shadowtint=-60:shadowoffset=1 +menu.items.font: +menu.title.text.font:shadow=n:shadowtint=70 diff --git a/themes/Bunsen-He-flatish/xfce-notify-4.0/gtk.css b/themes/Bunsen-He-flatish/xfce-notify-4.0/gtk.css new file mode 100644 index 0000000..8ed4840 --- /dev/null +++ b/themes/Bunsen-He-flatish/xfce-notify-4.0/gtk.css @@ -0,0 +1,57 @@ +#XfceNotifyWindow { + background-color: #C8CFCB; + color: #13071B; + border: 0px solid shade(#C8CFCB, 1.0); + border-radius: 1px; +} + +#XfceNotifyWindow:hover { + background-color: #C8CFCB; + color: #13071B; + border: 1px solid shade(#3c3c3c, 0.0); + border-radius: 1px; +} + +#XfceNotifyWindow button { + background-image: linear-gradient(to bottom, + shade(#C8CFCB, 1.08), + shade(#C8CFCB, 1.02) + ); + color: shade(#13071B, 0.4); + border-color: shade(#cecece, 0.75); + border-radius: 3px; +} + +#XfceNotifyWindow button:hover { + background-image: linear-gradient(to bottom, + shade(#C8CFCB, 1.14), + shade(#C8CFCB, 1.08) + ); +} + +#XfceNotifyWindow button:active { + background-color: shade(#C8CFCB, 0.8); +} + +#XfceNotifyWindow label#summary { + font-weight: bold; +} + +#XfceNotifyWindow progressbar { + min-height: 6px; + border-radius: 3px; +} + +#XfceNotifyWindow progressbar progress { + background-image: none; + background-color: #74998B; +} + +#XfceNotifyWindow progressbar trough { + background-image: linear-gradient(to bottom, + shade(#999999, 1.0), + shade(#999999, 1.0) + ); + border: 1px solid shade(#999999, 1.0); + border-radius: 3px; +} diff --git a/themes/Bunsen-He-flatish/xfce-notify-4.0/gtkrc b/themes/Bunsen-He-flatish/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..c04110a --- /dev/null +++ b/themes/Bunsen-He-flatish/xfce-notify-4.0/gtkrc @@ -0,0 +1,64 @@ +# Bunsen by hhh (hsumen@bunsenlabs.org) +# based on +# Theme: waldorf Xfce4 notification theme +# Description: A default theme for CrunchBang Waldorf +# Author: Philip Newborough +# Web: http://crunchbang.org/ +# ------------------------------------------------------- +style "bunsen-notify-window" +{ + bg[NORMAL] = "#3a3a3a" + XfceNotifyWindow::border-color = "#3a3a3a" + XfceNotifyWindow::border-color-hover = "#e6e6e6" + XfceNotifyWindow::border-radius = 0.0 + XfceNotifyWindow::border-width = 4.0 + XfceNotifyWindow::border-width-hover = 4.0 + XfceNotifyWindow::summary-bold = 1 +} +class "XfceNotifyWindow" style "bunsen-notify-window" + +style "bunsen-notify-button" +{ + bg[NORMAL] = "#3a3a3a" + bg[PRELIGHT] = "#545454" + fg[NORMAL] = "#e6e6e6" + fg[PRELIGHT] = "#e6e6e6" +} + +style "bunsen-notify-text" +{ + fg[NORMAL] = "#e6e6e6" + 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.*." style "bunsen-notify-text" +widget_class "XfceNotifyWindow.*." style "bunsen-notify-progressbar" +widget_class "XfceNotifyWindow.*." style "bunsen-notify-progressbar" +