blob: 2976eb0018e881a20f7df3973e63ac85cde3d93b (
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
|
# carbondioxide.
# A fluxbox theme by skypher.
# 2001.
toolbar: Raised Gradient Veritcal
toolbar.color: rgb:85/85/85
toolbar.colorTo: rgb:FF/FF/FF
toolbar.button: Raised Gradient Horizontal
toolbar.button.color: rgb:85/85/85
toolbar.button.colorTo: rgb:FF/FF/FF
toolbar.button.picColor: rgb:00/00/00
toolbar.button.pressed: Sunken Horizontal
toolbar.button.pressed.color: rgb:70/70/70
toolbar.clock: Sunken Gradient Vertical
toolbar.clock.color: rgb:85/85/85
toolbar.clock.colorTo: rgb:FF/FF/FF
toolbar.clock.textColor: rgb:00/00/00
toolbar.label: Sunken Gradient Vertical
toolbar.label.color: rgb:85/85/85
toolbar.label.colorTo: rgb:FF/FF/FF
toolbar.label.textColor: rgb:10/10/10
toolbar.windowLabel: Raised Gradient Vertical
toolbar.windowLabel.color: rgb:85/85/85
toolbar.windowLabel.colorTo: rgb:FF/FF/FF
toolbar.windowLabel.textColor: rgb:00/00/00
toolbar.justify: right
menu.title: Gradient Horizontal Interlaced
menu.title.color: rgb:FF/FF/FF
menu.title.colorTo: rgb:85/85/85
menu.title.textColor: rgb:00/00/00
menu.title.justify: Center
menu.frame: Sunken Gradient
menu.frame.color: rgb:70/70/70
menu.frame.colorTo: rgb:FF/FF/FF
menu.frame.textColor: rgb:10/10/10
menu.frame.justify: Left
menu.hilite: Gradient
menu.hilite.color: rgb:10/10/10
menu.hilite.colorTo: rgb:42/42/42
menu.hilite.textColor: rgb:FF/FF/FF
menu.bullet: Diamond
menu.bullet.position: Right
window.title.focus: Raised Gradient Vertical Interlaced
window.title.focus.color: rgb:FF/FF/FF
window.title.focus.colorTo: rgb:85/85/85
window.title.unfocus: Raised Gradient Vertical Interlaced
window.title.unfocus.color: rgb:70/70/70
window.title.unfocus.colorTo: rgb:85/85/85
window.label.focus: Flat Gradient Vertical Interlaced
window.label.focus.color: rgb:FF/FF/FF
window.label.focus.colorTo: rgb:85/85/85
window.label.focus.textColor: rgb:00/00/00
window.label.unfocus: Flat Gradient Vertical Interlaced
window.label.unfocus.color: rgb:70/70/70
window.label.unfocus.colorTo: rgb:85/85/85
window.label.unfocus.textColor: rgb:10/10/10
# nedan ej klart.
window.button.focus: Raised Gradient Diagonal
window.button.focus.color: rgb:9B/9B/9B
window.button.focus.colorTo: rgb:42/42/42
window.button.focus.picColor: rgb:E2/E2/E2
window.button.unfocus: Raised Gradient Diagonal
window.button.unfocus.color: rgb:9B/9B/9B
window.button.unfocus.colorTo: rgb:42/42/42
window.button.unfocus.picColor: rgb:C1/C1/C1
window.button.pressed: Sunken Gradient Diagonal
window.button.pressed.color: rgb:9B/9B/9B
window.button.pressed.colorTo: rgb:42/42/42
window.frame.focus: Sunken
window.frame.focus.color: rgb:89/89/89
window.frame.unfocus: Sunken
window.frame.unfocus.color: rgb:68/68/68
window.handle.focus: Raised Gradient Diagonal
window.handle.focus.color: rgb:66/66/66
window.handle.focus.colorTo: rgb:66/66/68
window.handle.unfocus: Raised Gradient Diagonal
window.handle.unfocus.color: rgb:66/66/66
window.handle.unfocus.colorTo: rgb:60/60/60
window.grip.focus: Raised Gradient Diagonal Interlaced
window.grip.focus.color: rgb:FF/FF/FF
window.grip.focus.colorTo: rgb:85/85/85
window.grip.unfocus: Raised Gradient Diagonal
window.grip.unfocus.color: rgb:70/70/70
window.grip.unfocus.colorTo: rgb:85/85/85
! ----------- tab - explicit for fluxbox, the best wm out there[tm] (;
window.tab.justify: Left
window.tab.label.unfocus: Flat Gradient Vertical
window.tab.label.unfocus.color: rgb:70/70/70
window.tab.label.unfocus.colorTo: rgb:85/85/85
window.tab.label.unfocus.textColor: rgb:15/15/15
window.tab.label.focus: Flat Gradient Vertical
window.tab.label.focus.color: rgb:FF/FF/FF
window.tab.label.focus.colorTo: rgb:85/85/85
window.tab.label.focus.textColor: black
window.tab.borderWidth: 1
window.tab.borderColor: rgb:10/10/10
! ----------- (fluxbox.sourceforge.net)
window.tab.font: snap
window.justify: Center
toolbar.font: snap
window.font: snap
menu.title.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
menu.frame.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
#toolbar.font: -*-lucida-bold-r-*-*-*-100-*-*-*-*-*-*
#window.font: -*-lucida-bold-r-*-*-*-100-*-*-*-*-*-*
#menu.title.font: -*-lucida-bold-r-*-*-*-100-*-*-*-*-*-*
#menu.frame.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
borderColor: rgb:00/00/00
bevelWidth: 2
borderWidth: 1
handleWidth: 3
rootCommand: bsetroot -gradient flatverticalgradient -from black -to white
|