Merge pull request #18 from Head-on-a-Stick/helium-dev

bunsen-themes: added openbox version for Bunsen-He-flatish.
This commit is contained in:
Head-on-a-Stick 2018-01-21 15:16:47 +00:00 committed by GitHub
commit d3212e7848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 246 additions and 0 deletions

View file

@ -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 };

View file

@ -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 };

View file

@ -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 };

View file

@ -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 };

View file

@ -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 };

View file

@ -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 };

View file

@ -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 };

View file

@ -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 };

View file

@ -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 };

View file

@ -0,0 +1,95 @@
!! Bunsen-He-flatish
!! based on...
!! Bunsen by hhh &
!! Theme: waldorf
!! Description: A default theme for CrunchBang Waldorf
!! Author: Philip Newborough <corenominal@corenominal.org>
!! Web: http://crunchbang.org/
!! -------------------------------------------------------
!! Menu settings
menu.title.bg: flat solid
menu.title.bg.color: #CECECE
menu.title.text.color: #888888
menu.title.text.justify: right
menu.separator.color: #
menu.items.bg: flat solid
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: #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.handle.bg: flat solid
window.active.handle.bg.color: #cecece
window.active.grip.bg: parentrelative
window.active.label.bg: parentrelative
window.active.label.text.color: #444444
window.*.button.*.bg: parentrelative
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
!! 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: #888888
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: 3
window.handle.width: 0
window.client.padding.width: 0
menu.overlap.x: -3
!! Miscellaneous settings
border.color: #888888
menu.border.color: #888888
!! 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: #444444
osd.unhilight.bg: flat solid
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=-50:shadowoffset=1
window.inactive.label.text.font:shadow=y:shadowtint=-50:shadowoffset=1
menu.items.font:
menu.title.text.font:shadow=n:shadowtint=50

View file

@ -0,0 +1,57 @@
#XfceNotifyWindow {
background-color: #cecece;
color: #212121;
border: 0px solid shade(#cecece, 1.0);
border-radius: 1px;
}
#XfceNotifyWindow:hover {
background-color: #cecece;
color: #212121;
border: 1px solid shade(#3c3c3c, 0.0);
border-radius: 1px;
}
#XfceNotifyWindow button {
background-image: linear-gradient(to bottom,
shade(#cecece, 1.08),
shade(#cecece, 1.02)
);
color: shade(#212121, 0.4);
border-color: shade(#cecece, 0.75);
border-radius: 3px;
}
#XfceNotifyWindow button:hover {
background-image: linear-gradient(to bottom,
shade(#cecece, 1.14),
shade(#cecece, 1.08)
);
}
#XfceNotifyWindow button:active {
background-color: shade(#cecece, 0.8);
}
#XfceNotifyWindow label#summary {
font-weight: bold;
}
#XfceNotifyWindow progressbar {
min-height: 6px;
border-radius: 3px;
}
#XfceNotifyWindow progressbar progress {
background-image: none;
background-color: #686868;
}
#XfceNotifyWindow progressbar trough {
background-image: linear-gradient(to bottom,
shade(#cecece, 0.65),
shade(#cecece, 1.25)
);
border: 1px solid shade(#cecece, 0.2);
border-radius: 3px;
}

View file

@ -0,0 +1,58 @@
style "bunsen-notify-window"
{
bg[NORMAL] = "#cecece"
XfceNotifyWindow::border-color = "#cecece"
XfceNotifyWindow::border-color-hover = "#3c3c3c"
XfceNotifyWindow::border-radius = 0.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] = "#cecece"
bg[PRELIGHT] = "#dbdbdb"
fg[NORMAL] = "#212121"
fg[PRELIGHT] = "#212121"
}
style "bunsen-notify-text"
{
fg[NORMAL] = "#212121"
GtkWidget::link-color = "#a7a7a7"
}
style "bunsen-notify-progressbar"
{
xthickness = 1
ythickness = 1
bg[NORMAL] = "#3a3a3a"
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"