all repos — openbox @ 3a6e590d5018a70edbff3e17128788b47376891e

openbox fork - make it a bit more like ryudo

data/styles/frobozz (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
! by kyle (kyle@achilles.net)
! modified from blah23 by cthulhain (lordzork@lordzork.com)

! ***** toolbar *****
toolbar:	raised solid 
	toolbar.color:	#484848

toolbar.label:	parentrelative
	toolbar.label.textColor:	#bcc3ce

toolbar.windowLabel:	sunken solid
	toolbar.windowLabel.color:	#485561
	toolbar.windowLabel.textColor:	#e8f1ff

toolbar.clock:	parentrelative
	toolbar.clock.textColor: #bcc3ce

toolbar.button: flat solid
	toolbar.button.color:#484848
	toolbar.button.picColor:#303030

toolbar.button.pressed:	sunken solid
	toolbar.button.pressed.color:	#484848


! ***** menu *****
menu.title:	raised solid
	menu.title.color:	#485561
	menu.title.textColor:	#e8f1ff

menu.frame:	raised solid
	menu.frame.color:	#484848
	menu.frame.textColor:	#bcc3ce

menu.hilite:	sunken solid
	menu.hilite.color:	#485561
	menu.hilite.textColor:	#e8f1ff

menu.bullet:	triangle
	menu.bullet.position:	right


! ***** window focused *****
window.title.focus:	raised solid
	window.title.focus.color:	#485561

window.label.focus:	parentrelative
	window.label.focus.textColor:	#e8f1ff

window.button.focus:	flat solid
	window.button.focus.color:	#485561
	window.button.focus.picColor:	#303030

window.button.pressed:	sunken solid
	window.button.pressed.color:	#485561

window.handle.focus:	sunken solid
	window.handle.focus.color:	#485561

window.grip.focus:	sunken solid
	window.grip.focus.color:	#485561

window.frame.focusColor:	#63707f
	window.frame.focus.color:	#63707f

! ***** window unfocused *****
window.title.unfocus:	raised solid
	window.title.unfocus.color:	#484848

window.label.unfocus:	parentrelative
	window.label.unfocus.textColor:	#909090

window.button.unfocus:flat solid	
	window.button.unfocus.color:	#484848
	window.button.unfocus.picColor:	#303030

window.handle.unfocus:	sunken solid
	window.handle.unfocus.color:	#484848

window.grip.unfocus:	sunken solid
	window.grip.unfocus.color:	#484848

window.frame.unfocusColor:	#5e6166
	window.frame.unfocus.color:	#5e6166

! ***** Xft fonts *****
toolbar.xft.font:	tahoma
toolbar.xft.size:	8
toolbar.justify:	center

window.xft.font:	tahoma
window.xft.size:	7
window.xft.flags:	bold
window.justify:		left

menu.title.xft.font:	tahoma
menu.title.xft.size:	8
menu.title.xft.flags:	bold
menu.title.justify:	center

menu.frame.xft.font:	tahoma
menu.frame.xft.size:	8
menu.frame.justify:	right

! ***** fonts *****
!toolbar.font: lime
!toolbar.justify:	center

!window.font: lime
!window.justify: left	

!menu.title.font: lime
!menu.title.justify:	center

!menu.frame.font: lime
!menu.frame.justify: right

! ***** the rest *****
borderColor:	#000000
borderWidth:	1
bevelWidth:		2
handleWidth:	4
frameWidth:		0

! ***** bbpager *****
bbpager.desktop.focusStyle:	texture

bbpager.frame:	parentrelative
bbpager.frame.color:	#5e6166

bbpager.desktop:	parentrelative
bbpager.desktop.focus:	flat solid
bbpager.desktop.focus.color:	#484848

bbpager.window:	raised solid
bbpager.window.color:	#6f7a7f
bbpager.window.focus:	raised solid
bbpager.window.focus.color:	#485561

bbpager.active.window.borderColor:	black
bbpager.inactive.window.borderColor:	black

! ***** rootCommand *****
#rootCommand:	bsetbg -solid "#484848"
rootCommand: bsetbg -gradient flatinterlaced -bg "#485561" -fg "#"484848