Skip to content

Commit

Permalink
update all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
davidphilipbarr committed May 1, 2012
1 parent 03a8f42 commit 5abd98f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions egtk/openbox-3/max.xbm
@@ -1,5 +1,5 @@
#define max_width 10
#define max_height 10
static unsigned char max_bits[] = {
0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0xfe, 0x01, 0xfe, 0x01,
0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x00, 0x00 };
0xc0, 0x03, 0x80, 0x03, 0xc0, 0x03, 0xe0, 0x02, 0x40, 0x00, 0x08, 0x00,
0x1d, 0x00, 0x0f, 0x00, 0x07, 0x00, 0x0f, 0x00 };
4 changes: 2 additions & 2 deletions egtk/openbox-3/max_toggled.xbm
@@ -1,5 +1,5 @@
#define max_toggled_width 10
#define max_toggled_height 10
static unsigned char max_toggled_bits[] = {
0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x86, 0x01, 0x86, 0x01, 0x86, 0x01,
0x86, 0x01, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00 };
0x00, 0x01, 0xa0, 0x03, 0xe0, 0x01, 0xe0, 0x00, 0xe0, 0x01, 0x1e, 0x00,
0x1c, 0x00, 0x1e, 0x00, 0x17, 0x00, 0x02, 0x00 };
14 changes: 7 additions & 7 deletions egtk/openbox-3/themerc
@@ -1,6 +1,6 @@
!# General
padding.width: 4
padding.height: 2
padding.width: 5
padding.height: 3
window.handle.width:0
border.Width: 1
window.client.padding.width: 0
Expand Down Expand Up @@ -74,16 +74,16 @@ menu.separator.padding.height: 3
menu.separator.color: #bababa

!# Active Windows.
window.*.border.color: #939393
window.*.title.separator.color: #DEDEDE
window.*.border.color: #7c7c7c
window.*.title.separator.color: #dddddd
!#
*.title.bg: raised vertical gradient
*.title.bg.color: #ECECEC
*.title.bg.colorTo: #DEDEDE
*.title.bg.color: #eeeeee
*.title.bg.colorTo: #dddddd
window.*.label.bg: parentrelative

#window.active.label.text.color: #6D6D71
window.active.label.text.color: #6f6f6f
window.active.label.text.color: #696969
window.active.button.*.bg: parentrelative

window.active.button.*.image.color: #A1A1A1
Expand Down

0 comments on commit 5abd98f

Please sign in to comment.