forked from addy-dclxvi/openbox-theme-collections
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comment : add moaaaaar themes & preview on Sat Apr 21 20:44:11 WIB 2018
- Loading branch information
addy-dclxvi
committed
Apr 21, 2018
1 parent
bfcacf3
commit 4da28f9
Showing
32 changed files
with
288 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
File renamed without changes
File renamed without changes