diff options
author | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
commit | 18830ac9add80cbd3bf7369307d7e35a519dca9b (patch) | |
tree | 4759a5434a34ba317fe77bbf8b0ed9bb57bb6018 /data/styles/Rampage | |
parent | 1523b48bff07dead084af3064ad11c79a9b25df0 (diff) | |
download | fluxbox_pavel-18830ac9add80cbd3bf7369307d7e35a519dca9b.zip fluxbox_pavel-18830ac9add80cbd3bf7369307d7e35a519dca9b.tar.bz2 |
Initial revision
Diffstat (limited to 'data/styles/Rampage')
-rw-r--r-- | data/styles/Rampage | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/data/styles/Rampage b/data/styles/Rampage new file mode 100644 index 0000000..056aea7 --- /dev/null +++ b/data/styles/Rampage | |||
@@ -0,0 +1,102 @@ | |||
1 | |||
2 | toolbar: sunken | ||
3 | toolbar.color: grey68 | ||
4 | |||
5 | toolbar.button: flat | ||
6 | toolbar.button.color: grey68 | ||
7 | toolbar.button.picColor: rgb:0/8/8 | ||
8 | toolbar.button.pressed: sunken | ||
9 | toolbar.button.pressed.color: rgb:c/c/c | ||
10 | toolbar.button.pressed.colorTo: rgb:8/8/8 | ||
11 | |||
12 | toolbar.label: flat | ||
13 | toolbar.label.color: grey68 | ||
14 | toolbar.label.textColor: black | ||
15 | |||
16 | toolbar.windowLabel: flat | ||
17 | toolbar.windowLabel.color: grey68 | ||
18 | toolbar.windowLabel.textColor: black | ||
19 | |||
20 | toolbar.clock: flat | ||
21 | toolbar.clock.color: grey68 | ||
22 | toolbar.clock.textColor: black | ||
23 | |||
24 | toolbar.justify: Left | ||
25 | |||
26 | menu.title: Raised Diagonal Gradient Bevel1 | ||
27 | menu.title.color: rgb:b/b/b | ||
28 | menu.title.colorTo: rgb:1/9/9 | ||
29 | menu.title.textColor: black | ||
30 | menu.title.justify: center | ||
31 | |||
32 | menu.frame: Raised Diagonal Gradient Bevel1 | ||
33 | menu.frame.color: rgb:b/b/b | ||
34 | menu.frame.colorTo: rgb:c/c/c | ||
35 | menu.frame.textColor: black | ||
36 | menu.frame.justify: center | ||
37 | |||
38 | menu.hilite: Raised diagonal gradient bevel1 | ||
39 | menu.hilite.color: grey77 | ||
40 | menu.hilite.colorTo: grey74 | ||
41 | menu.hilite.textColor: rgb:0/8/8 | ||
42 | |||
43 | menu.bullet: square | ||
44 | menu.bullet.position: right | ||
45 | |||
46 | window.title.focus: sunken diagonal gradient bevel1 | ||
47 | window.title.focus.color: rgb:c/c/c | ||
48 | window.title.focus.colorTo: rgb:b/b/b | ||
49 | window.title.unfocus: sunken | ||
50 | window.title.unfocus.color: grey70 | ||
51 | |||
52 | window.label.focus: Flat pyramid interlaced gradient | ||
53 | window.label.focus.color: rgb:c/c/c | ||
54 | window.label.focus.colorTo: rgb:b/b/b | ||
55 | window.label.focus.textColor: black | ||
56 | window.label.unfocus: flat | ||
57 | window.label.unfocus.color: grey70 | ||
58 | window.label.unfocus.textColor: black | ||
59 | |||
60 | window.handle.focus: flat diagonal gradient bevel1 | ||
61 | window.handle.focus.color: rgb:c/c/c | ||
62 | window.handle.focus.colorTo: rgb:0/8/8 | ||
63 | window.handle.unfocus: raised pyramid gradient bevel1 | ||
64 | window.handle.unfocus.color: rgb:c/c/c | ||
65 | window.handle.unfocus.colorTo: rgb:0/8/8 | ||
66 | |||
67 | window.grip.focus: flat diagonal interlaced gradient bevel1 | ||
68 | window.grip.focus.color: grey90 | ||
69 | window.grip.focus.colorTo: grey40 | ||
70 | window.grip.unfocus: flat diagonal gradient bevel1 | ||
71 | window.grip.unfocus.color: grey40 | ||
72 | window.grip.unfocus.colorTo: grey90 | ||
73 | |||
74 | window.button.focus: sunken diagonal gradient bevel1 | ||
75 | window.button.focus.color: grey90 | ||
76 | window.button.focus.colorTo: grey40 | ||
77 | window.button.focus.picColor: grey20 | ||
78 | |||
79 | window.button.unfocus: flat | ||
80 | window.button.unfocus.color: grey70 | ||
81 | window.button.unfocus.colorTo: grey70 | ||
82 | window.button.unfocus.picColor: grey70 | ||
83 | |||
84 | window.button.pressed: sunken interlaced diagonal gradient bevel1 | ||
85 | window.button.pressed.color: rgb:38/4/4 | ||
86 | window.button.pressed.colorTo: rgb:d/f/f | ||
87 | |||
88 | window.frame.focusColor: grey72 | ||
89 | window.frame.unfocusColor: grey72 | ||
90 | |||
91 | window.justify: center | ||
92 | |||
93 | borderColor: rgb:0/0/0 | ||
94 | |||
95 | borderWidth: 1 | ||
96 | bevelWidth: 2 | ||
97 | handleWidth: 5 | ||
98 | |||
99 | *font: -b&h-lucida-medium-r-normal-*-*-100-*-*-p-*-iso8859-1 | ||
100 | *textColor: black | ||
101 | |||
102 | rootCommand: bsetroot -mod 16 8 -bg rgb:0/8/8 -fg rgb:0/9/9 | ||