Oomox: Add Solarized-Light GTK theme

This commit is contained in:
2018-01-31 13:50:13 -06:00
parent 1003cdddc7
commit bf038878a7
230 changed files with 5190 additions and 5118 deletions

View File

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

View File

@@ -0,0 +1,4 @@
#define close_width 6
#define close_height 6
static unsigned char close_bits[] = {
0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 };

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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: #002b36
menu.title.bg: Solid Flat
menu.title.bg.color: #eee8d5
menu.title.bg.shadow: 0
menu.title.text.color: #002b36
menu.title.text.justify: Center
menu.items.bg: Solid Flat
menu.items.bg.color: #eee8d5
menu.items.text.color: #002b36
menu.items.disabled.text.color: #3b5a5d
menu.items.active.bg: Solid Flat
menu.items.active.bg.color: #839496
menu.items.active.text.color: #002b36
menu.separator.color: #3b5a5d
menu.separator.width: 1
menu.separator.padding.width: 2
menu.separator.padding.height: 4
# Window focused
window.active.title.separator.color: #eee8d5
# Active window
window.active.border.color: #fdf6e3
window.active.title.bg: flat solid
window.active.title.bg.color: #eee8d5
window.active.title.separator.color: #eee8d5
window.active.text.justify: center
window.active.label.bg: parentrelative
window.active.label.text.color: #002b36
window.active.handle.bg: flat solid
window.active.handle.bg.color: #eee8d5
window.active.grip.bg: flat solid
window.active.grip.bg.color: #eee8d5
window.active.button.unpressed.bg: flat solid
window.active.button.unpressed.bg.color: #eee8d5
window.active.button.unpressed.image.color: #002b36
window.active.button.pressed.bg: flat solid
window.active.button.pressed.bg.color: #839496
window.active.button.pressed.image.color: #fdf6e3
window.active.button.disabled.bg: flat solid
window.active.button.disabled.bg.color: #eee8d5
window.active.button.disabled.image.color: #3b5a5d
window.active.button.hover.bg: flat solid
window.active.button.hover.bg.color: #eee8d5
window.active.button.hover.image.color: #839496
#window.active.button.toggled.bg: #839496
#window.active.button.toggled.image.color: #fdf6e3
# Inactive window
window.inactive.border.color: #fdf6e3
window.inactive.title.bg: flat solid
window.inactive.title.bg.color: #eee8d5
window.inactive.title.separator.color: #eee8d5
window.inactive.text.justify: center
window.inactive.label.bg: parentrelative
window.inactive.label.text.color: #3b5a5d
window.inactive.handle.bg: flat solid
window.inactive.handle.bg.color: #eee8d5
window.inactive.grip.bg: flat solid
window.inactive.grip.bg.color: #eee8d5
window.inactive.button.unpressed.bg: flat solid
window.inactive.button.unpressed.bg.color: #eee8d5
window.inactive.button.unpressed.image.color: #3b5a5d
window.inactive.button.pressed.bg: flat solid
window.inactive.button.pressed.bg.color: #839496
window.inactive.button.pressed.image.color: #fdf6e3
window.inactive.button.disabled.bg: flat solid
window.inactive.button.disabled.bg.color: #3b5a5d
window.inactive.button.disabled.image.color: #eee8d5
window.inactive.button.hover.bg: flat solid
window.inactive.button.hover.bg.color: #eee8d5
window.inactive.button.hover.image.color: #839496
# OSD
osd.border.width: 1
osd.border.color: #839496
osd.bg: flat solid
osd.bg.color: #eee8d5
osd.label.bg: flat solid
osd.label.bg.color: #eee8d5
osd.label.text.color: #002b36
# OSD
osd.bg: Solid Flat
osd.bg.color: #eee8d5
osd.bg.shadow: 0
osd.border.width: 2
osd.hilight.bg: Solid Flat
osd.hilight.bg.color: #839496
osd.unhilight.bg: flat solid
osd.unhilight.bg.color: #fdf6e3
osd.button.unpressed.bg: flat border
osd.button.unpressed.bg.color: #eee8d5
#osd.button.unpressed.*.border.color: #073642
osd.button.pressed.bg: flat border
osd.button.pressed.bg.color: #839496
#osd.button.pressed.*.border.color: #fdf6e3
osd.button.focused.bg: flat solid border
osd.button.focused.bg.color: #002b36
#osd.button.focused.*.border.color: #fdf6e3
osd.button.focused.box.color: #839496
# 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: 2
padding.width: 8
padding.height: 2
window.handle.width: 0
window.client.padding.width: 0
window.label.text.justify: center
#menu.overlap: 0