From bf0e2cbf023ab6ecd6add426e44410151667323b Mon Sep 17 00:00:00 2001 From: Matthew T Hoare Date: Fri, 22 Dec 2017 01:28:25 +0000 Subject: [PATCH 1/3] bunsen-themes: added openbox version for Bunsen-He-flatish. --- themes/Bunsen-He-flatish/openbox-3/themerc | 94 +++++++++++++++++++ .../Bunsen-He-flatish/xfce-notify-4.0/gtk.css | 57 +++++++++++ .../Bunsen-He-flatish/xfce-notify-4.0/gtkrc | 64 +++++++++++++ 3 files changed, 215 insertions(+) create mode 100644 themes/Bunsen-He-flatish/openbox-3/themerc create mode 100644 themes/Bunsen-He-flatish/xfce-notify-4.0/gtk.css create mode 100644 themes/Bunsen-He-flatish/xfce-notify-4.0/gtkrc 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" + From 3e177cde52dd312b3c9ad8e49aad24dca791cc1a Mon Sep 17 00:00:00 2001 From: Matthew T Hoare Date: Fri, 22 Dec 2017 14:16:31 +0000 Subject: [PATCH 2/3] Bunsen-He-flatish: updated openbox theme. --- themes/Bunsen-He-flatish/openbox-3/bullet.xbm | 4 ++ themes/Bunsen-He-flatish/openbox-3/close.xbm | 4 ++ themes/Bunsen-He-flatish/openbox-3/desk.xbm | 4 ++ .../openbox-3/desk_toggled.xbm | 4 ++ .../Bunsen-He-flatish/openbox-3/iconify.xbm | 4 ++ themes/Bunsen-He-flatish/openbox-3/max.xbm | 4 ++ .../openbox-3/max_toggled.xbm | 4 ++ themes/Bunsen-He-flatish/openbox-3/shade.xbm | 4 ++ .../openbox-3/shade_toggled.xbm | 4 ++ themes/Bunsen-He-flatish/openbox-3/themerc | 69 ++++++++++--------- .../Bunsen-He-flatish/xfce-notify-4.0/gtk.css | 30 ++++---- .../Bunsen-He-flatish/xfce-notify-4.0/gtkrc | 28 +++----- 12 files changed, 97 insertions(+), 66 deletions(-) create mode 100644 themes/Bunsen-He-flatish/openbox-3/bullet.xbm create mode 100644 themes/Bunsen-He-flatish/openbox-3/close.xbm create mode 100644 themes/Bunsen-He-flatish/openbox-3/desk.xbm create mode 100644 themes/Bunsen-He-flatish/openbox-3/desk_toggled.xbm create mode 100644 themes/Bunsen-He-flatish/openbox-3/iconify.xbm create mode 100644 themes/Bunsen-He-flatish/openbox-3/max.xbm create mode 100644 themes/Bunsen-He-flatish/openbox-3/max_toggled.xbm create mode 100644 themes/Bunsen-He-flatish/openbox-3/shade.xbm create mode 100644 themes/Bunsen-He-flatish/openbox-3/shade_toggled.xbm diff --git a/themes/Bunsen-He-flatish/openbox-3/bullet.xbm b/themes/Bunsen-He-flatish/openbox-3/bullet.xbm new file mode 100644 index 0000000..8543cdb --- /dev/null +++ b/themes/Bunsen-He-flatish/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 8 +#define bullet_height 8 +static unsigned char bullet_bits[] = { + 0x00, 0x18, 0x30, 0x60, 0x60, 0x30, 0x18, 0x00 }; diff --git a/themes/Bunsen-He-flatish/openbox-3/close.xbm b/themes/Bunsen-He-flatish/openbox-3/close.xbm new file mode 100644 index 0000000..f6ecebd --- /dev/null +++ b/themes/Bunsen-He-flatish/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0x00, 0x66, 0x7e, 0x3c, 0x3c, 0x7e, 0x66, 0x00 }; diff --git a/themes/Bunsen-He-flatish/openbox-3/desk.xbm b/themes/Bunsen-He-flatish/openbox-3/desk.xbm new file mode 100644 index 0000000..10ac3b3 --- /dev/null +++ b/themes/Bunsen-He-flatish/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 8 +#define desk_height 8 +static unsigned char desk_bits[] = { + 0xc3, 0xc3, 0x00, 0x00, 0x00, 0x00, 0xc3, 0xc3 }; diff --git a/themes/Bunsen-He-flatish/openbox-3/desk_toggled.xbm b/themes/Bunsen-He-flatish/openbox-3/desk_toggled.xbm new file mode 100644 index 0000000..2ac7158 --- /dev/null +++ b/themes/Bunsen-He-flatish/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 8 +#define desk_toggled_height 8 +static unsigned char desk_toggled_bits[] = { + 0x00, 0x66, 0x7e, 0x24, 0x24, 0x7e, 0x66, 0x00 }; diff --git a/themes/Bunsen-He-flatish/openbox-3/iconify.xbm b/themes/Bunsen-He-flatish/openbox-3/iconify.xbm new file mode 100644 index 0000000..8f1adbd --- /dev/null +++ b/themes/Bunsen-He-flatish/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 8 +#define iconify_height 8 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x7e, 0x7e, 0x00, 0x00, 0x00 }; diff --git a/themes/Bunsen-He-flatish/openbox-3/max.xbm b/themes/Bunsen-He-flatish/openbox-3/max.xbm new file mode 100644 index 0000000..3550875 --- /dev/null +++ b/themes/Bunsen-He-flatish/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0x00, 0x78, 0x70, 0x62, 0x46, 0x0e, 0x1e, 0x00 }; diff --git a/themes/Bunsen-He-flatish/openbox-3/max_toggled.xbm b/themes/Bunsen-He-flatish/openbox-3/max_toggled.xbm new file mode 100644 index 0000000..3f15ddc --- /dev/null +++ b/themes/Bunsen-He-flatish/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 8 +#define max_toggled_height 8 +static unsigned char max_toggled_bits[] = { + 0x10, 0x30, 0x70, 0xf0, 0x0f, 0x0e, 0x0c, 0x08 }; diff --git a/themes/Bunsen-He-flatish/openbox-3/shade.xbm b/themes/Bunsen-He-flatish/openbox-3/shade.xbm new file mode 100644 index 0000000..9ccffe6 --- /dev/null +++ b/themes/Bunsen-He-flatish/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 8 +#define shade_height 8 +static unsigned char shade_bits[] = { + 0x7e, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Bunsen-He-flatish/openbox-3/shade_toggled.xbm b/themes/Bunsen-He-flatish/openbox-3/shade_toggled.xbm new file mode 100644 index 0000000..7e4b5f9 --- /dev/null +++ b/themes/Bunsen-He-flatish/openbox-3/shade_toggled.xbm @@ -0,0 +1,4 @@ +#define shade_toggled_width 8 +#define shade_toggled_height 8 +static unsigned char shade_toggled_bits[] = { + 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Bunsen-He-flatish/openbox-3/themerc b/themes/Bunsen-He-flatish/openbox-3/themerc index 9a46981..3a6ff9c 100644 --- a/themes/Bunsen-He-flatish/openbox-3/themerc +++ b/themes/Bunsen-He-flatish/openbox-3/themerc @@ -1,5 +1,6 @@ -!! Bunsen by hhh (hsumen@bunsenlabs.org) +!! Bunsen-Greybird by Head_on_a_Stick !! based on... +!! Bunsen by hhh & !! Theme: waldorf !! Description: A default theme for CrunchBang Waldorf !! Author: Philip Newborough @@ -9,47 +10,47 @@ !! Menu settings menu.title.bg: flat solid -menu.title.bg.color: #3a3a3a -menu.title.text.color: #E6E6E6 +menu.title.bg.color: #CECECE +menu.title.text.color: #888888 menu.title.text.justify: right -menu.separator.color: #535353 +menu.separator.color: # menu.items.bg: flat solid -menu.items.bg.color: #3a3a3a -menu.items.text.color: #E6E6E6 -menu.items.disabled.text.color: #8A8A8A +menu.items.bg.color: #CECECE +menu.items.text.color: #888888 +menu.items.disabled.text.color: #CECECE menu.items.active.bg: flat solid -menu.items.active.bg.color: #9c9c9c -menu.items.active.text.color: #FFFFFF -menu.bullet.selected.image.color: #FFFFFF +menu.items.active.bg.color: #CECECE +menu.items.active.text.color: #444444 +menu.bullet.selected.image.color: #444444 !! focused window settings window.active.title.bg: flat solid -window.active.title.bg.color: #cecece -window.active.title.separator.color: #cecece +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.handle.bg.color: #cecece window.active.grip.bg: parentrelative window.active.label.bg: parentrelative -window.active.label.text.color: #101010 +window.active.label.text.color: #444444 window.*.button.*.bg: parentrelative -window.active.button.*.image.color: #101010 -window.active.button.*.hover.image.color: #999999 +window.active.button.*.image.color: #888888 +window.active.button.*.hover.image.color: #444444 window.active.button.*.pressed.image.color: #000000 -window.active.button.disabled.image.color: #cecece +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.title.bg.color: #CECECE +window.inactive.title.separator.color: #CECECE window.inactive.handle.bg: flat solid window.inactive.handle.bg.color: #cecece @@ -57,23 +58,23 @@ window.inactive.handle.bg.color: #cecece window.inactive.grip.bg: parentrelative window.inactive.label.bg: parentrelative -window.inactive.label.text.color: #666666 +window.inactive.label.text.color: #888888 -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 +window.inactive.button.*.image.color: #BBBBBB +window.inactive.button.*.hover.image.color: #888888 +window.inactive.button.*.pressed.image.color: #444444 +window.inactive.button.disabled.image.color: #CECECE !! Global width settings border.Width: 1 -padding.width: 1 +padding.width: 3 window.handle.width: 0 window.client.padding.width: 0 -menu.overlap.x: -6 +menu.overlap.x: -3 !! Miscellaneous settings -border.color: #B7B4B2 -menu.border.color: #3C3D3E +border.color: #888888 +menu.border.color: #888888 !! OSD osd.bg: flat gradient vertical bevel1 @@ -81,14 +82,14 @@ osd.bg.color: #cecece osd.bg.colorTo: #cecece osd.label.bg: parentrelative osd.hilight.bg: flat solid -osd.hilight.bg.color: #101010 +osd.hilight.bg.color: #444444 osd.unhilight.bg: flat solid -osd.unhilight.bg.color: #101010 -osd.label.text.color: #101010 +osd.unhilight.bg.color: #444444 +osd.label.text.color: #444444 !! 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 +window.active.label.text.font:shadow=y:shadowtint=-50:shadowoffset=1 +window.inactive.label.text.font:shadow=y:shadowtint=-50:shadowoffset=1 menu.items.font: -menu.title.text.font:shadow=n:shadowtint=70 +menu.title.text.font:shadow=n:shadowtint=50 diff --git a/themes/Bunsen-He-flatish/xfce-notify-4.0/gtk.css b/themes/Bunsen-He-flatish/xfce-notify-4.0/gtk.css index 8ed4840..6a4edcd 100644 --- a/themes/Bunsen-He-flatish/xfce-notify-4.0/gtk.css +++ b/themes/Bunsen-He-flatish/xfce-notify-4.0/gtk.css @@ -1,36 +1,36 @@ #XfceNotifyWindow { - background-color: #C8CFCB; - color: #13071B; - border: 0px solid shade(#C8CFCB, 1.0); + background-color: #cecece; + color: #212121; + border: 0px solid shade(#cecece, 1.0); border-radius: 1px; } #XfceNotifyWindow:hover { - background-color: #C8CFCB; - color: #13071B; + background-color: #cecece; + color: #212121; 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) + shade(#cecece, 1.08), + shade(#cecece, 1.02) ); - color: shade(#13071B, 0.4); + color: shade(#212121, 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) + shade(#cecece, 1.14), + shade(#cecece, 1.08) ); } #XfceNotifyWindow button:active { - background-color: shade(#C8CFCB, 0.8); + background-color: shade(#cecece, 0.8); } #XfceNotifyWindow label#summary { @@ -44,14 +44,14 @@ #XfceNotifyWindow progressbar progress { background-image: none; - background-color: #74998B; + background-color: #686868; } #XfceNotifyWindow progressbar trough { background-image: linear-gradient(to bottom, - shade(#999999, 1.0), - shade(#999999, 1.0) + shade(#cecece, 0.65), + shade(#cecece, 1.25) ); - border: 1px solid shade(#999999, 1.0); + border: 1px solid shade(#cecece, 0.2); 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 index c04110a..4657df5 100644 --- a/themes/Bunsen-He-flatish/xfce-notify-4.0/gtkrc +++ b/themes/Bunsen-He-flatish/xfce-notify-4.0/gtkrc @@ -1,33 +1,26 @@ -# 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" + bg[NORMAL] = "#cecece" + XfceNotifyWindow::border-color = "#cecece" + XfceNotifyWindow::border-color-hover = "#3c3c3c" XfceNotifyWindow::border-radius = 0.0 - XfceNotifyWindow::border-width = 4.0 - XfceNotifyWindow::border-width-hover = 4.0 + XfceNotifyWindow::border-width = 0.0 + XfceNotifyWindow::border-width-hover = 2.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" + bg[NORMAL] = "#cecece" + bg[PRELIGHT] = "#dbdbdb" + fg[NORMAL] = "#212121" + fg[PRELIGHT] = "#212121" } style "bunsen-notify-text" { - fg[NORMAL] = "#e6e6e6" + fg[NORMAL] = "#212121" GtkWidget::link-color = "#a7a7a7" } @@ -36,6 +29,7 @@ style "bunsen-notify-progressbar" xthickness = 1 ythickness = 1 + bg[NORMAL] = "#3a3a3a" bg[SELECTED] = "#808080" bg[ACTIVE] = "#4a4a4a" From f29d358d5eae70620877f3c7266230a4b3feea90 Mon Sep 17 00:00:00 2001 From: Matthew T Hoare Date: Fri, 22 Dec 2017 14:19:44 +0000 Subject: [PATCH 3/3] Bunsen-He-flatish/openbox-3/themerc: corrected theme name. --- themes/Bunsen-He-flatish/openbox-3/themerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Bunsen-He-flatish/openbox-3/themerc b/themes/Bunsen-He-flatish/openbox-3/themerc index 3a6ff9c..b02daa7 100644 --- a/themes/Bunsen-He-flatish/openbox-3/themerc +++ b/themes/Bunsen-He-flatish/openbox-3/themerc @@ -1,4 +1,4 @@ -!! Bunsen-Greybird by Head_on_a_Stick +!! Bunsen-He-flatish !! based on... !! Bunsen by hhh & !! Theme: waldorf