From ff093188fe7450294cf14c6c94caf10f32f9f1b1 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 19 Feb 2021 23:40:47 +0530 Subject: created a gtk oomox theme to match the terminal --- .themes/oomox-Awkward/openbox-3/close.xbm | 4 + .themes/oomox-Awkward/openbox-3/close_hover.xbm | 4 + .themes/oomox-Awkward/openbox-3/desk.xbm | 4 + .themes/oomox-Awkward/openbox-3/desk_toggled.xbm | 4 + .themes/oomox-Awkward/openbox-3/iconify.xbm | 4 + .themes/oomox-Awkward/openbox-3/iconify_hover.xbm | 4 + .themes/oomox-Awkward/openbox-3/max.xbm | 4 + .themes/oomox-Awkward/openbox-3/max_toggled.xbm | 4 + .themes/oomox-Awkward/openbox-3/shade.xbm | 4 + .themes/oomox-Awkward/openbox-3/shade_toggled.xbm | 4 + .themes/oomox-Awkward/openbox-3/themerc | 155 ++++++++++++++++++++++ 11 files changed, 195 insertions(+) create mode 100644 .themes/oomox-Awkward/openbox-3/close.xbm create mode 100644 .themes/oomox-Awkward/openbox-3/close_hover.xbm create mode 100644 .themes/oomox-Awkward/openbox-3/desk.xbm create mode 100644 .themes/oomox-Awkward/openbox-3/desk_toggled.xbm create mode 100644 .themes/oomox-Awkward/openbox-3/iconify.xbm create mode 100644 .themes/oomox-Awkward/openbox-3/iconify_hover.xbm create mode 100644 .themes/oomox-Awkward/openbox-3/max.xbm create mode 100644 .themes/oomox-Awkward/openbox-3/max_toggled.xbm create mode 100644 .themes/oomox-Awkward/openbox-3/shade.xbm create mode 100644 .themes/oomox-Awkward/openbox-3/shade_toggled.xbm create mode 100644 .themes/oomox-Awkward/openbox-3/themerc (limited to '.themes/oomox-Awkward/openbox-3') diff --git a/.themes/oomox-Awkward/openbox-3/close.xbm b/.themes/oomox-Awkward/openbox-3/close.xbm new file mode 100644 index 00000000..0486bd91 --- /dev/null +++ b/.themes/oomox-Awkward/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/oomox-Awkward/openbox-3/close_hover.xbm b/.themes/oomox-Awkward/openbox-3/close_hover.xbm new file mode 100644 index 00000000..4a88cff6 --- /dev/null +++ b/.themes/oomox-Awkward/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/oomox-Awkward/openbox-3/desk.xbm b/.themes/oomox-Awkward/openbox-3/desk.xbm new file mode 100644 index 00000000..abca780a --- /dev/null +++ b/.themes/oomox-Awkward/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/oomox-Awkward/openbox-3/desk_toggled.xbm b/.themes/oomox-Awkward/openbox-3/desk_toggled.xbm new file mode 100644 index 00000000..b4b53302 --- /dev/null +++ b/.themes/oomox-Awkward/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/oomox-Awkward/openbox-3/iconify.xbm b/.themes/oomox-Awkward/openbox-3/iconify.xbm new file mode 100644 index 00000000..9a9743f0 --- /dev/null +++ b/.themes/oomox-Awkward/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/oomox-Awkward/openbox-3/iconify_hover.xbm b/.themes/oomox-Awkward/openbox-3/iconify_hover.xbm new file mode 100644 index 00000000..9a9743f0 --- /dev/null +++ b/.themes/oomox-Awkward/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/oomox-Awkward/openbox-3/max.xbm b/.themes/oomox-Awkward/openbox-3/max.xbm new file mode 100644 index 00000000..88bb9bd8 --- /dev/null +++ b/.themes/oomox-Awkward/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/oomox-Awkward/openbox-3/max_toggled.xbm b/.themes/oomox-Awkward/openbox-3/max_toggled.xbm new file mode 100644 index 00000000..cec3f249 --- /dev/null +++ b/.themes/oomox-Awkward/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/oomox-Awkward/openbox-3/shade.xbm b/.themes/oomox-Awkward/openbox-3/shade.xbm new file mode 100644 index 00000000..fcacf424 --- /dev/null +++ b/.themes/oomox-Awkward/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/oomox-Awkward/openbox-3/shade_toggled.xbm b/.themes/oomox-Awkward/openbox-3/shade_toggled.xbm new file mode 100644 index 00000000..594201e3 --- /dev/null +++ b/.themes/oomox-Awkward/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/oomox-Awkward/openbox-3/themerc b/.themes/oomox-Awkward/openbox-3/themerc new file mode 100644 index 00000000..76032bf0 --- /dev/null +++ b/.themes/oomox-Awkward/openbox-3/themerc @@ -0,0 +1,155 @@ +# Name: Oomox (Numix fork) Openbox theme +# Author: Satyajit Sahoo +# License: GPL-3.0+ + +# @TODO: finish replacing the colors here + + +# Menu +menu.border.color: #e5e5e5 + +menu.title.bg: Solid Flat +menu.title.bg.color: #1d1b4d +menu.title.bg.shadow: 0 +menu.title.text.color: #e5e5e5 +menu.title.text.justify: Center + +menu.items.bg: Solid Flat +menu.items.bg.color: #1d1b4d +menu.items.text.color: #e5e5e5 +menu.items.disabled.text.color: #b3b2bf + +menu.items.active.bg: Solid Flat +menu.items.active.bg.color: #8d5bd0 +menu.items.active.text.color: #e5e5e5 + +menu.separator.color: #b3b2bf +menu.separator.width: 1 +menu.separator.padding.width: 2 +menu.separator.padding.height: 4 + +# Window focused +window.active.title.separator.color: #1d1b4d + +# Active window +window.active.border.color: #ff003e + + +window.active.title.bg: flat solid +window.active.title.bg.color: #1d1b4d +window.active.title.separator.color: #1d1b4d +window.active.text.justify: center + +window.active.label.bg: parentrelative +window.active.label.text.color: #e5e5e5 + +window.active.handle.bg: flat solid +window.active.handle.bg.color: #1d1b4d + +window.active.grip.bg: flat solid +window.active.grip.bg.color: #1d1b4d + +window.active.button.unpressed.bg: flat solid +window.active.button.unpressed.bg.color: #1d1b4d +window.active.button.unpressed.image.color: #e5e5e5 + +window.active.button.pressed.bg: flat solid +window.active.button.pressed.bg.color: #8d5bd0 +window.active.button.pressed.image.color: #e5e5e5 + +window.active.button.disabled.bg: flat solid +window.active.button.disabled.bg.color: #1d1b4d +window.active.button.disabled.image.color: #b3b2bf + +window.active.button.hover.bg: flat solid +window.active.button.hover.bg.color: #1d1b4d +window.active.button.hover.image.color: #8d5bd0 + +#window.active.button.toggled.bg: #8d5bd0 +#window.active.button.toggled.image.color: #e5e5e5 + +# Inactive window +window.inactive.border.color: #f0ff00 + +window.inactive.title.bg: flat solid +window.inactive.title.bg.color: #1d1b4d +window.inactive.title.separator.color: #1d1b4d +window.inactive.text.justify: center + +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #b3b2bf + +window.inactive.handle.bg: flat solid +window.inactive.handle.bg.color: #1d1b4d + +window.inactive.grip.bg: flat solid +window.inactive.grip.bg.color: #1d1b4d + +window.inactive.button.unpressed.bg: flat solid +window.inactive.button.unpressed.bg.color: #1d1b4d +window.inactive.button.unpressed.image.color: #b3b2bf + +window.inactive.button.pressed.bg: flat solid +window.inactive.button.pressed.bg.color: #8d5bd0 +window.inactive.button.pressed.image.color: #e5e5e5 + +window.inactive.button.disabled.bg: flat solid +window.inactive.button.disabled.bg.color: #b3b2bf +window.inactive.button.disabled.image.color: #1d1b4d + +window.inactive.button.hover.bg: flat solid +window.inactive.button.hover.bg.color: #1d1b4d +window.inactive.button.hover.image.color: #8d5bd0 + + +# OSD +osd.border.width: 1 +osd.border.color: #8d5bd0 + +osd.bg: flat solid +osd.bg.color: #1d1b4d +osd.label.bg: flat solid +osd.label.bg.color: #1d1b4d +osd.label.text.color: #e5e5e5 + +# OSD +osd.bg: Solid Flat +osd.bg.color: #1d1b4d +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: #a764d1 +#osd.button.unpressed.*.border.color: #ffffff + +osd.button.pressed.bg: flat border +osd.button.pressed.bg.color: #8d5bd0 +#osd.button.pressed.*.border.color: #e5e5e5 + +osd.button.focused.bg: flat solid border +osd.button.focused.bg.color: #e5e5e5 +#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: 3 +padding.width: 8 +padding.height: 3 +window.handle.width: 0 +window.client.padding.width: 0 +window.label.text.justify: center +#menu.overlap: 0 -- cgit v1.2.3