Bunsen-He-flatish: updated openbox theme.

This commit is contained in:
Matthew T Hoare 2017-12-22 14:16:31 +00:00
parent bf0e2cbf02
commit 3e177cde52
12 changed files with 97 additions and 66 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

@ -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 <corenominal@corenominal.org>
@ -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

View file

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

View file

@ -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 <corenominal@corenominal.org>
# 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"