Skip to content

Commit

Permalink
Comment : add moaaaaar themes & preview on Sat Apr 21 20:44:11 WIB 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
addy-dclxvi committed Apr 21, 2018
1 parent bfcacf3 commit 4da28f9
Show file tree
Hide file tree
Showing 32 changed files with 288 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Arrondie-Grey/openbox-3/bullet.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#define bullet_width 10
#define bullet_height 10
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
4 changes: 4 additions & 0 deletions Arrondie-Grey/openbox-3/close.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define close_width 8
#define close_height 8
static unsigned char close_bits[] = {
0x00, 0x00, 0x24, 0x18, 0x18, 0x24, 0x00, 0x00 };
7 changes: 7 additions & 0 deletions Arrondie-Grey/openbox-3/iconify.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#define iconify_width 16
#define iconify_height 21
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
4 changes: 4 additions & 0 deletions Arrondie-Grey/openbox-3/max.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define max_width 8
#define max_height 8
static unsigned char max_bits[] = {
0x00, 0x70, 0x60, 0x50, 0x0a, 0x06, 0x0e, 0x00 };
37 changes: 37 additions & 0 deletions Arrondie-Grey/openbox-3/themerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Decorator
window.active.title.bg.color: #f1f1f1
window.inactive.title.bg.color: #f1f1f1
window.*.label.text.color: #474c57
window.*.button.*.image.color: #474c57

# Borders
window.handle.width: 0
window.client.padding.width: 0
border.width: 0

# Title
padding.width: 8
padding.height: 8
window.*.title.bg: Solid Flat
window.*.*.bg: Parentrelative
window.label.text.justify: center

# Menu
menu.overlap.x: -2
menu.*.bg: flat solid
menu.*.bg.color: #ffffff
menu.*.color: #ffffff
menu.title.text.color: #000000
menu.items.text.color: #474c57
menu.items.active.text.color: #000000
menu.title.text.justify: center

# OSD
osd.border.width: 1
osd.border.color: #fd7980
osd.bg: flat solid
osd.bg.color: #ffffff
osd.label.bg: flat solid
osd.label.bg.color: #ffffff
osd.hilight.bg: flat solid
osd.hilight.bg.color: #fd7980
5 changes: 5 additions & 0 deletions Arrondie-Tea/openbox-3/bullet.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#define bullet_width 10
#define bullet_height 10
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
4 changes: 4 additions & 0 deletions Arrondie-Tea/openbox-3/close.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define close_width 8
#define close_height 8
static unsigned char close_bits[] = {
0x00, 0x00, 0x24, 0x18, 0x18, 0x24, 0x00, 0x00 };
7 changes: 7 additions & 0 deletions Arrondie-Tea/openbox-3/iconify.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#define iconify_width 16
#define iconify_height 21
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
4 changes: 4 additions & 0 deletions Arrondie-Tea/openbox-3/max.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define max_width 8
#define max_height 8
static unsigned char max_bits[] = {
0x00, 0x70, 0x60, 0x50, 0x0a, 0x06, 0x0e, 0x00 };
37 changes: 37 additions & 0 deletions Arrondie-Tea/openbox-3/themerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Decorator
window.active.title.bg.color: #99cc99
window.inactive.title.bg.color: #ffffff
window.*.label.text.color: #474c57
window.*.button.*.image.color: #474c57

# Borders
window.handle.width: 0
window.client.padding.width: 0
border.width: 0

# Title
padding.width: 8
padding.height: 8
window.*.title.bg: Solid Flat
window.*.*.bg: Parentrelative
window.label.text.justify: center

# Menu
menu.overlap.x: -2
menu.*.bg: flat solid
menu.*.bg.color: #ffffff
menu.*.color: #ffffff
menu.title.text.color: #000000
menu.items.text.color: #474c57
menu.items.active.text.color: #000000
menu.title.text.justify: center

# OSD
osd.border.width: 1
osd.border.color: #99cc99
osd.bg: flat solid
osd.bg.color: #ffffff
osd.label.bg: flat solid
osd.label.bg.color: #ffffff
osd.hilight.bg: flat solid
osd.hilight.bg.color: #99cc99
5 changes: 5 additions & 0 deletions Pelangi/openbox-3/bullet.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#define bullet_width 10
#define bullet_height 10
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
4 changes: 4 additions & 0 deletions Pelangi/openbox-3/close.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define close_width 4
#define close_height 4
static unsigned char close_bits[] = {
0x0f, 0x0f, 0x0f, 0x0f };
4 changes: 4 additions & 0 deletions Pelangi/openbox-3/desk.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define close_width 4
#define close_height 4
static unsigned char close_bits[] = {
0x0f, 0x0f, 0x0f, 0x0f };
4 changes: 4 additions & 0 deletions Pelangi/openbox-3/desk_toggled.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define close_width 4
#define close_height 4
static unsigned char close_bits[] = {
0x0f, 0x0f, 0x0f, 0x0f };
4 changes: 4 additions & 0 deletions Pelangi/openbox-3/iconify.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define close_width 4
#define close_height 4
static unsigned char close_bits[] = {
0x0f, 0x0f, 0x0f, 0x0f };
4 changes: 4 additions & 0 deletions Pelangi/openbox-3/max.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define close_width 4
#define close_height 4
static unsigned char close_bits[] = {
0x0f, 0x0f, 0x0f, 0x0f };
4 changes: 4 additions & 0 deletions Pelangi/openbox-3/max_disabled.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define close_width 4
#define close_height 4
static unsigned char close_bits[] = {
0x0f, 0x0f, 0x0f, 0x0f };
4 changes: 4 additions & 0 deletions Pelangi/openbox-3/max_toggled.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define close_width 4
#define close_height 4
static unsigned char close_bits[] = {
0x0f, 0x0f, 0x0f, 0x0f };
4 changes: 4 additions & 0 deletions Pelangi/openbox-3/shade.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define close_width 4
#define close_height 4
static unsigned char close_bits[] = {
0x0f, 0x0f, 0x0f, 0x0f };
92 changes: 92 additions & 0 deletions Pelangi/openbox-3/themerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
!! Pelangi by Addy
!! Inspired by Onyx by Dana Jansens Neechan

!! Menu background
menu.items.bg: flat
menu.items.bg.color: #2f343f
menu.overlap.x: -6

!! Menu text
menu.items.text.color: #b3b3ae
menu.items.justify: left
menu.items.disabled.text.color: #8a8a8a

!! Menu separator
menu.separator.padding.height: 2
menu.separator.color: #2f343f

!! Menu border
menu.border.width: 6
menu.border.color: #2f343f

!! Menu headers
menu.title.bg: flat
menu.title.bg.color: #2f343f
menu.title.text.color: #f8f8f2
menu.title.text.justify: center

!! Selected menu item
menu.items.active.bg: gradient horizontal flat
menu.items.active.bg.color: #81a1c1
menu.items.active.bg.colorTo: #89d0bA
menu.items.active.text.color: #2f343f

!! Titlebar
window.active.title.bg: gradient horizontal flat
window.active.title.bg.color: #cc619f
window.active.title.bg.colorTo: #8be9fd
window.inactive.title.bg: gradient horizontal flat
window.inactive.title.bg.color: #9b78cc
window.inactive.title.bg.colorTo: #8be9fd

!! Titlebar text
window.label.text.justify: center
window.active.label.bg: parentrelative
window.active.label.text.color: #2f343f
window.inactive.label.bg: parentrelative
window.inactive.label.text.color: #606060

!! Window buttons
window.*.button.*.bg: parentrelative
window.active.button.*.hover.bg: flat
window.inactive.button.*.hover.bg: parentrelative
window.*.button.*.pressed.bg: flat

window.active.button.*.image.color: #8be9fd
window.active.button.disabled.image.color: #8be9fd
window.inactive.button.*.image.color: #8be9fd
window.inactive.button.disabled.image.color: #8be9fd

window.active.button.*.hover.bg.color: #8be9fd
window.active.button.*.pressed.bg.color: #2f343f
window.active.button.close.hover.image.color: #ff5555
window.active.button.max.hover.image.color: #f1fa8c
window.active.button.iconify.hover.image.color: #50fa7b
window.active.button.shade.hover.image.color: #e3788f
window.active.button.desk.hover.image.color: #e3788f
window.inactive.button.*.pressed.bg.color: #4ab5ff

!! Borders
window.active.border.color: #2f343f
window.inactive.border.color: #2f343f
border.width: 0
padding.width: 2
padding.height: 0
window.handle.width: 0
window.active.client.color: #2f343f
window.inactive.client.color: #2f343f
window.client.padding.width: 0
window.client.padding.height: 0

!! On-screen displays
osd.border.width: 1
osd.border.color: #2f343f
osd.label.text.color: #d8d8d8
osd.bg: flat solid
osd.bg.color: #2f343f
osd.label.bg: flat solid
osd.label.bg.color: #2f343f
osd.hilight.bg: flat solid
osd.hilight.bg.color: #81a1c1
osd.unhilight.bg: flat solid
osd.unhilight.bg.color: #d8dee8
49 changes: 45 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,53 @@
As the title said, this is my personal repo contains my Openbox theme collections.
These themes are just window decorator.
Suitable GTK theme for these theme are [Lumiere & Fantome](https://github.com/addy-dclxvi/gtk-theme-collections).

## Preview
![alt text](https://raw.githubusercontent.com/addy-dclxvi/Openbox-Theme-Collections/master/preview.jpg)
I can't give every theme preview one by one, but You can view My Deviant Art [Gallery](http://addy-dclxvi.deviantart.com/gallery/).
Every of my Openbox setups are using these themes.

## Arc-Clone
![arc-clone](https://raw.githubusercontent.com/addy-dclxvi/openbox-theme-collections/master/arc-clone.jpg) <br />
Now Playing : Dream Theater - Never Enough

# Arrondie
![arrondie](https://raw.githubusercontent.com/addy-dclxvi/openbox-theme-collections/master/arrondie.jpg) <br />
Now Playing : Led Zeppelin - Since I've Been Loving You

# Blocks
![blocks](https://raw.githubusercontent.com/addy-dclxvi/openbox-theme-collections/master/blocks.jpg) <br />
Now Playing : Nirvana - Pennyroyal Tea

# Bonzo
![bonzo](https://raw.githubusercontent.com/addy-dclxvi/openbox-theme-collections/master/bonzo.jpg) <br />
Now Playing : Led Zeppelin - Fool in the Rain

# Clair
![clair](https://raw.githubusercontent.com/addy-dclxvi/openbox-theme-collections/master/clair.jpg) <br />
Now Playing : Dream Theater - Another Day

# Leve
![leve](https://raw.githubusercontent.com/addy-dclxvi/openbox-theme-collections/master/leve.jpg) <br />
Now Playing : Dream Theater - Six Degrees of Inner Turbulence

# Pelangi
![pelangi](https://raw.githubusercontent.com/addy-dclxvi/openbox-theme-collections/master/pelangi.jpg) <br />
Now Playing : Metallica - My Friend of Misery

# Raven
![raven](https://raw.githubusercontent.com/addy-dclxvi/openbox-theme-collections/master/raven.jpg) <br />
Now Playing : Dream Theater - Just Let Me Breathe

# Triste
![triste](https://raw.githubusercontent.com/addy-dclxvi/openbox-theme-collections/master/triste.jpg) <br />
Now Playing : Dream Theater - Endless Sacrifice

# Vent
![vent](https://raw.githubusercontent.com/addy-dclxvi/openbox-theme-collections/master/vent.jpg) <br />
Now Playing : Dream Theater - Wither

## Installation
Just clone this to your themes folder (but first make sure there is no *.git* folder inside your *~/.themes* folder, if You find it just delete)
Listen to music I mention above.
Then, just clone this to your themes folder
(but first make sure there is no *.git* folder inside your *~/.themes* folder, if You find it just delete)
```
git clone https://github.com/addy-dclxvi/openbox-theme-collections ~/.themes
```
Expand Down
Binary file added arc-clone.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added arrondie.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blocks.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bonzo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added pelangi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed preview.jpg
Binary file not shown.
Binary file added raven.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes

0 comments on commit 4da28f9

Please sign in to comment.