Skip to content

Commit 3ed6170

Browse files
author
Redwolf
authoredJan 24, 2018
Add (custom) Lubuntu Arc for Openbox
1 parent 953e881 commit 3ed6170

File tree

9 files changed

+166
-0
lines changed

9 files changed

+166
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define close_width 8
2+
#define close_height 8
3+
static unsigned char close_bits[] = {
4+
0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define desk_toggled_width 8
2+
#define desk_toggled_height 8
3+
static unsigned char desk_toggled_bits[] = {
4+
0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 };
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define desk_width 8
2+
#define desk_height 8
3+
static unsigned char desk_bits[] = {
4+
0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 };
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define iconify_width 8
2+
#define iconify_height 8
3+
static unsigned char iconify_bits[] = {
4+
0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 };
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define titlebutton_max_2_width 8
2+
#define titlebutton_max_2_height 8
3+
static unsigned char titlebutton_max_2_bits[] = {
4+
0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f };
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define titlebutton_max_2_width 8
2+
#define titlebutton_max_2_height 8
3+
static unsigned char titlebutton_max_2_bits[] = {
4+
0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f };
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define shade_width 8
2+
#define shade_height 8
3+
static unsigned char shade_bits[] = {
4+
0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 };
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define shade_toggled_width 8
2+
#define shade_toggled_height 8
3+
static unsigned char shade_toggled_bits[] = {
4+
0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 };
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
# LubuntuArc Openbox theme
2+
# Copyright (C) 2015 Dino Duratović <dinomol at mail dot com>
3+
#
4+
# Inspired by and made for horst3180's Arc GTK theme
5+
# https://github.com/horst3180/Arc-theme
6+
#
7+
# This program is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 3 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# This program is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
20+
### WINDOW
21+
border.width: 1
22+
23+
window.client.padding.width: 0
24+
window.client.padding.height: 0
25+
window.handle.width: 0
26+
27+
padding.width: 4
28+
padding.height: 4
29+
30+
window.active.border.color: #2d3036
31+
window.inactive.border.color: #2d3036
32+
window.active.title.separator.color: #2f343f
33+
window.inactive.title.separator.color: #2f343f
34+
window.active.client.color: #2d3036
35+
window.inactive.client.color: #2d3036
36+
37+
window.active.label.text.color: #D3DAE3
38+
window.inactive.label.text.color: #7F8388
39+
40+
window.active.button.unpressed.image.color: #D3DAE3
41+
window.active.button.pressed.image.color: #5294E2
42+
window.active.button.disabled.image.color: #2d3036
43+
window.active.button.hover.image.color: #afb8c5
44+
window.active.button.toggled.unpressed.image.color: #D3DAE3
45+
window.active.button.toggled.pressed.image.color: #5294E2
46+
window.active.button.toggled.hover.image.color: #afb8c5
47+
window.inactive.button.unpressed.image.color: #1F2328
48+
window.inactive.button.pressed.image.color: #5294E2
49+
window.inactive.button.disabled.image.color: #2d3036
50+
window.inactive.button.hover.image.color: #afb8c5
51+
window.inactive.button.toggled.unpressed.image.color: #1F2328
52+
window.inactive.button.toggled.pressed.image.color: #5294E2
53+
window.inactive.button.toggled.hover.image.color: #afb8c5
54+
55+
window.active.title.bg: flat solid
56+
window.active.title.bg.color: #2f343f
57+
window.active.label.bg: flat solid
58+
window.active.label.bg.color: #2f343f
59+
#window.active.handle.bg: texture
60+
#window.active.grip.bg: texture
61+
window.inactive.title.bg: flat solid
62+
window.inactive.title.bg.color: #2f343f
63+
window.inactive.label.bg: flat solid
64+
window.inactive.label.bg.color: #2f343f
65+
#window.inactive.handle.bg: texture
66+
#window.inactive.grip.bg: texture
67+
68+
window.active.button.unpressed.bg: parentrelative
69+
window.active.button.pressed.bg: parentrelative
70+
window.active.button.hover.bg: parentrelative
71+
window.active.button.disabled.bg: parentrelative
72+
window.active.button.toggled.unpressed.bg: parentrelative
73+
window.active.button.toggled.pressed.bg: parentrelative
74+
window.active.button.toggled.hover.bg: parentrelative
75+
window.inactive.button.unpressed.bg: parentrelative
76+
window.inactive.button.pressed.bg: parentrelative
77+
window.inactive.button.hover.bg: parentrelative
78+
window.inactive.button.disabled.bg: parentrelative
79+
window.inactive.button.toggled.unpressed.bg: parentrelative
80+
window.inactive.button.toggled.pressed.bg: parentrelative
81+
window.inactive.button.toggled.hover.bg: parentrelative
82+
83+
window.label.text.justify: center
84+
85+
#window.active.label.text.font: text shadow
86+
#window.inactive.label.text.font: text shadow
87+
88+
### MENU
89+
menu.border.width: 0
90+
menu.separator.width: 1
91+
menu.separator.padding.width: 10
92+
menu.separator.padding.height: 2
93+
94+
menu.overlap.x: 0
95+
menu.overlap.y: 0
96+
97+
menu.border.color: #aeb0b6
98+
menu.separator.color: #a8adb5
99+
100+
menu.title.text.color: #D3DAE3
101+
menu.items.text.color: #a8adb5
102+
menu.items.disabled.text.color: #76797F
103+
menu.items.active.text.color: #ffffff
104+
menu.items.active.disabled.text.color: #aeb0b6
105+
106+
menu.items.bg: flat solid
107+
menu.items.bg.color: #454a54
108+
menu.items.active.bg: flat solid
109+
menu.items.active.bg.color: #5294E2
110+
menu.title.bg: flat solid
111+
menu.title.bg.color: #2d3036
112+
113+
menu.title.text.justify: center
114+
115+
#menu.items.font: text shadow
116+
#menu.title.text.font: text shadow
117+
118+
### OSD
119+
osd.border.width: 1
120+
121+
osd.border.color: #2d3036
122+
123+
osd.label.text.color: #D3DAE3
124+
125+
osd.bg: flat solid
126+
osd.bg.color: #2f343f
127+
osd.label.bg: flat solid
128+
osd.label.bg.color: #2f343f
129+
osd.hilight.bg: flat solid
130+
osd.hilight.bg.color: #5294E2
131+
osd.unhilight.bg: flat solid
132+
osd.unhilight.bg.color: #000000
133+
134+
#osd.label.text.font: text shadow

0 commit comments

Comments
 (0)
Please sign in to comment.