diff options
Diffstat (limited to '.themes/MikunoNaka/openbox-3')
-rw-r--r-- | .themes/MikunoNaka/openbox-3/close.xbm | 4 | ||||
-rw-r--r-- | .themes/MikunoNaka/openbox-3/close_hover.xbm | 4 | ||||
-rw-r--r-- | .themes/MikunoNaka/openbox-3/desk.xbm | 4 | ||||
-rw-r--r-- | .themes/MikunoNaka/openbox-3/desk_toggled.xbm | 4 | ||||
-rw-r--r-- | .themes/MikunoNaka/openbox-3/iconify.xbm | 4 | ||||
-rw-r--r-- | .themes/MikunoNaka/openbox-3/iconify_hover.xbm | 4 | ||||
-rw-r--r-- | .themes/MikunoNaka/openbox-3/max.xbm | 4 | ||||
-rw-r--r-- | .themes/MikunoNaka/openbox-3/max_toggled.xbm | 4 | ||||
-rw-r--r-- | .themes/MikunoNaka/openbox-3/shade.xbm | 4 | ||||
-rw-r--r-- | .themes/MikunoNaka/openbox-3/shade_toggled.xbm | 4 | ||||
-rw-r--r-- | .themes/MikunoNaka/openbox-3/themerc | 155 |
11 files changed, 195 insertions, 0 deletions
diff --git a/.themes/MikunoNaka/openbox-3/close.xbm b/.themes/MikunoNaka/openbox-3/close.xbm new file mode 100644 index 00000000..0486bd91 --- /dev/null +++ b/.themes/MikunoNaka/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0x42, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0x42 }; diff --git a/.themes/MikunoNaka/openbox-3/close_hover.xbm b/.themes/MikunoNaka/openbox-3/close_hover.xbm new file mode 100644 index 00000000..4a88cff6 --- /dev/null +++ b/.themes/MikunoNaka/openbox-3/close_hover.xbm @@ -0,0 +1,4 @@ +#define close_width 6 +#define close_height 6 +static unsigned char close_bits[] = { + 0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 }; diff --git a/.themes/MikunoNaka/openbox-3/desk.xbm b/.themes/MikunoNaka/openbox-3/desk.xbm new file mode 100644 index 00000000..abca780a --- /dev/null +++ b/.themes/MikunoNaka/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 8 +#define desk_toggled_height 8 +static unsigned char desk_toggled_bits[] = { + 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; diff --git a/.themes/MikunoNaka/openbox-3/desk_toggled.xbm b/.themes/MikunoNaka/openbox-3/desk_toggled.xbm new file mode 100644 index 00000000..b4b53302 --- /dev/null +++ b/.themes/MikunoNaka/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_width 8 +#define desk_height 8 +static unsigned char desk_bits[] = { + 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; diff --git a/.themes/MikunoNaka/openbox-3/iconify.xbm b/.themes/MikunoNaka/openbox-3/iconify.xbm new file mode 100644 index 00000000..9a9743f0 --- /dev/null +++ b/.themes/MikunoNaka/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 8 +#define iconify_height 8 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; diff --git a/.themes/MikunoNaka/openbox-3/iconify_hover.xbm b/.themes/MikunoNaka/openbox-3/iconify_hover.xbm new file mode 100644 index 00000000..9a9743f0 --- /dev/null +++ b/.themes/MikunoNaka/openbox-3/iconify_hover.xbm @@ -0,0 +1,4 @@ +#define iconify_width 8 +#define iconify_height 8 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; diff --git a/.themes/MikunoNaka/openbox-3/max.xbm b/.themes/MikunoNaka/openbox-3/max.xbm new file mode 100644 index 00000000..88bb9bd8 --- /dev/null +++ b/.themes/MikunoNaka/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; diff --git a/.themes/MikunoNaka/openbox-3/max_toggled.xbm b/.themes/MikunoNaka/openbox-3/max_toggled.xbm new file mode 100644 index 00000000..cec3f249 --- /dev/null +++ b/.themes/MikunoNaka/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[] = { + 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; diff --git a/.themes/MikunoNaka/openbox-3/shade.xbm b/.themes/MikunoNaka/openbox-3/shade.xbm new file mode 100644 index 00000000..fcacf424 --- /dev/null +++ b/.themes/MikunoNaka/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 8 +#define shade_height 8 +static unsigned char shade_bits[] = { + 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; diff --git a/.themes/MikunoNaka/openbox-3/shade_toggled.xbm b/.themes/MikunoNaka/openbox-3/shade_toggled.xbm new file mode 100644 index 00000000..594201e3 --- /dev/null +++ b/.themes/MikunoNaka/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[] = { + 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; diff --git a/.themes/MikunoNaka/openbox-3/themerc b/.themes/MikunoNaka/openbox-3/themerc new file mode 100644 index 00000000..dd3766a8 --- /dev/null +++ b/.themes/MikunoNaka/openbox-3/themerc @@ -0,0 +1,155 @@ +# Name: Oomox (Numix fork) Openbox theme +# Author: Satyajit Sahoo <satyajit.happy@gmail.com> +# License: GPL-3.0+ + +# @TODO: finish replacing the colors here + + +# Menu +menu.border.color: #d2a0c9 + +menu.title.bg: Solid Flat +menu.title.bg.color: #1d1b4c +menu.title.bg.shadow: 0 +menu.title.text.color: #ffffff +menu.title.text.justify: Center + +menu.items.bg: Solid Flat +menu.items.bg.color: #1d1b4c +menu.items.text.color: #ffffff +menu.items.disabled.text.color: #c6c6d2 + +menu.items.active.bg: Solid Flat +menu.items.active.bg.color: #8d5bd0 +menu.items.active.text.color: #ffffff + +menu.separator.color: #c6c6d2 +menu.separator.width: 1 +menu.separator.padding.width: 2 +menu.separator.padding.height: 4 + +# Window focused +window.active.title.separator.color: #1d1b4c + +# Active window +window.active.border.color: #9edc60 + + +window.active.title.bg: flat solid +window.active.title.bg.color: #1d1b4c +window.active.title.separator.color: #1d1b4c +window.active.text.justify: center + +window.active.label.bg: parentrelative +window.active.label.text.color: #ffffff + +window.active.handle.bg: flat solid +window.active.handle.bg.color: #1d1b4c + +window.active.grip.bg: flat solid +window.active.grip.bg.color: #1d1b4c + +window.active.button.unpressed.bg: flat solid +window.active.button.unpressed.bg.color: #1d1b4c +window.active.button.unpressed.image.color: #ffffff + +window.active.button.pressed.bg: flat solid +window.active.button.pressed.bg.color: #8d5bd0 +window.active.button.pressed.image.color: #ffffff + +window.active.button.disabled.bg: flat solid +window.active.button.disabled.bg.color: #1d1b4c +window.active.button.disabled.image.color: #c6c6d2 + +window.active.button.hover.bg: flat solid +window.active.button.hover.bg.color: #1d1b4c +window.active.button.hover.image.color: #8d5bd0 + +#window.active.button.toggled.bg: #8d5bd0 +#window.active.button.toggled.image.color: #ffffff + +# Inactive window +window.inactive.border.color: #2a2135 + +window.inactive.title.bg: flat solid +window.inactive.title.bg.color: #1d1b4c +window.inactive.title.separator.color: #1d1b4c +window.inactive.text.justify: center + +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #c6c6d2 + +window.inactive.handle.bg: flat solid +window.inactive.handle.bg.color: #1d1b4c + +window.inactive.grip.bg: flat solid +window.inactive.grip.bg.color: #1d1b4c + +window.inactive.button.unpressed.bg: flat solid +window.inactive.button.unpressed.bg.color: #1d1b4c +window.inactive.button.unpressed.image.color: #c6c6d2 + +window.inactive.button.pressed.bg: flat solid +window.inactive.button.pressed.bg.color: #8d5bd0 +window.inactive.button.pressed.image.color: #ffffff + +window.inactive.button.disabled.bg: flat solid +window.inactive.button.disabled.bg.color: #c6c6d2 +window.inactive.button.disabled.image.color: #1d1b4c + +window.inactive.button.hover.bg: flat solid +window.inactive.button.hover.bg.color: #1d1b4c +window.inactive.button.hover.image.color: #8d5bd0 + + +# OSD +osd.border.width: 1 +osd.border.color: #8d5bd0 + +osd.bg: flat solid +osd.bg.color: #1d1b4c +osd.label.bg: flat solid +osd.label.bg.color: #1d1b4c +osd.label.text.color: #ffffff + +# OSD +osd.bg: Solid Flat +osd.bg.color: #1d1b4c +osd.bg.shadow: 0 + +osd.border.width: 2 +osd.hilight.bg: Solid Flat +osd.hilight.bg.color: #8d5bd0 +osd.unhilight.bg: flat solid +osd.unhilight.bg.color: #130f23 + +osd.button.unpressed.bg: flat border +osd.button.unpressed.bg.color: #e26da9 +#osd.button.unpressed.*.border.color: #ffffff + +osd.button.pressed.bg: flat border +osd.button.pressed.bg.color: #8d5bd0 +#osd.button.pressed.*.border.color: #ffffff + +osd.button.focused.bg: flat solid border +osd.button.focused.bg.color: #d2a0c9 +#osd.button.focused.*.border.color: #130f23 + +osd.button.focused.box.color: #8d5bd0 + + +# Fonts +window.active.label.text.font:shadow=n +window.inactive.label.text.font:shadow=n +menu.items.font:shadow=n +menu.title.text.font:shadow=n + + +# Everything else +border.width: 0 +padding.width: 8 +padding.height: 0 +window.handle.width: 0 +window.client.padding.width: 0 +window.label.text.justify: center +#menu.overlap: 0 |