blob: a62e5e0f2f5efe8290a8bd05bac32dcfa4968c93 (
plain)
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
|
## This is based off the work by Dennis Brand ( narcan ) on this package.
## Thanks, Dennis!
style.name: Debian Dark
style.author: Paul Tagliamonte <paultag@ubutu.com>
# background ------------------------------------
#background: flat
#background.color: #000000
#background.colorTo: #000000
background: fullscreen
background.pixmap: /usr/share/images/fluxbox/debian-dark.png
# fonts------------------------------------------
menu.frame.font: sans-9:bold
menu.title.font: sans-10:bold
toolbar.clock.font: sans-9:bold
toolbar.workspace.font: tahoma-10:bold
toolbar.iconbar.focused.font: sans-8:bold
toolbar.iconbar.unfocused.font: sans-8
window.font: sans-8
#menu --------------------------
menu.roundCorners: topleft topright bottomleft bottomright
menu.bevelWidth: 1
menu.itemHeight: 15
menu.titleHeight: 15
menu.borderColor: #224550
menu.borderWidth: 1
menu.bullet: triangle
menu.bullet.position: Right
menu.title: flat gradient rectangle
menu.title.justify: center
menu.title.color: #000000
menu.title.colorTo: #b10643
menu.title.textColor: #bfbfbf
menu.frame: flat gradient
menu.frame.justify: left
menu.frame.color: #191616
menu.frame.colorTo: #000000
menu.frame.textColor: #bfbfbf
menu.frame.disableColor: #cfa7a7
menu.hilite: flat gradient
menu.hilite.color: #830934
menu.hilite.colorTo: #000000
menu.hilite.textColor: #bfbfbf
# toolbar -----------------------
toolbar.bevelWidth: 1
toolbar.borderWidth: 1
toolbar.borderColor: #224550
toolbar.height: 20
toolbar.justify: center
toolbar: flat
toolbar.pixmap:
toolbar.color: #191616
toolbar.colorTo: #000000
toolbar.clock: flat gradient rectangle
toolbar.clock.justify: center
toolbar.clock.color: #000000
toolbar.clock.colorTo: #b10643
toolbar.clock.textColor: #bfbfbf
toolbar.workspace: flat
toolbar.workspace.justify: Center
toolbar.workspace.color: #000000
toolbar.workspace.colorTo: #b10643
toolbar.workspace.textColor: #bfbfbf
toolbar.button: flat
toolbar.button.color: #000000
toolbar.button.colorTo: #000000
toolbar.button.picColor: #830934
toolbar.button.pressed: flat
toolbar.button.pressed.color: #bfbfbf
toolbar.button.pressed.colorTo: #bfbfbf
toolbar.button.pressed.picColor: #830934
toolbar.iconbar.empty: flat
toolbar.iconbar.empty.color: #000000
toolbar.iconbar.empty.colorTo: #000000
toolbar.iconbar.focused: flat gradient
toolbar.iconbar.focused.color: #830934
toolbar.iconbar.focused.colorTo: #000000
toolbar.iconbar.focused.textColor: #ffffff
toolbar.iconbar.focused.justify: center
toolbar.iconbar.unfocused: flat
toolbar.iconbar.unfocused.color: #000000
toolbar.iconbar.unfocused.colorTo: #000000
toolbar.iconbar.unfocused.textColor: #6f6f6f
toolbar.iconbar.unfocused.justify: center
# window ------------------------------
window.roundCorners: bottomleft bottomright
window.bevelWidth: 1
window.shade: true
window.borderWidth: 1
window.borderColor: #224550
window.justify: Center
window.title.height: 20
window.title.focus: flat gradient rectangle
window.title.focus.color: #000000
window.title.focus.colorTo: #b10643
window.title.unfocus: flat
window.title.unfocus.color: #212121
window.title.unfocus.colorTo: #212121
window.label.focus: flat gradient rectangle
window.label.focus.color: #000000
window.label.focus.colorTo: #b10643
window.label.focus.textColor: #bfbfbf
window.label.unfocus: flat gradient
window.label.unfocus.color: #191616
window.label.unfocus.colorTo: #000000
window.label.unfocus.textColor: #bfbfbf
window.button.focus: flat
window.button.focus.color: #4C4C4C
window.button.focus.colorTo: #4C4C4C
window.button.focus.picColor: #C5C5C5
window.button.unfocus: flat
window.button.unfocus.Color: #4C4C4C
window.button.unfocus.ColorTo: #4C4C4C
window.button.unfocus.picColor: #797979
window.button.pressed: flat
window.button.pressed.color: #4C4C4C
window.button.pressed.colorTo: #4C4C4C
window.button.pressed.picColor: #C5C5C5
window.handle.focus: flat
window.handle.focus.color: #212121
window.handle.focus.colorTo: #212121
window.handle.unfocus: flat
window.handle.unfocus.color: #212121
window.handle.unfocus.colorTo: #212121
window.handleWidth: 3
window.grip.focus: flat
window.grip.focus.color: #3F5F42
window.grip.focus.colorTo: #3F5F42
window.grip.unfocus: flat
window.grip.unfocus.color: #212121
window.grip.unfocus.colorTo: #212121
|