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/Outcomes | |
parent | 1523b48bff07dead084af3064ad11c79a9b25df0 (diff) | |
download | fluxbox-18830ac9add80cbd3bf7369307d7e35a519dca9b.zip fluxbox-18830ac9add80cbd3bf7369307d7e35a519dca9b.tar.bz2 |
Initial revision
Diffstat (limited to 'data/styles/Outcomes')
-rw-r--r-- | data/styles/Outcomes | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/data/styles/Outcomes b/data/styles/Outcomes new file mode 100644 index 0000000..9483814 --- /dev/null +++ b/data/styles/Outcomes | |||
@@ -0,0 +1,114 @@ | |||
1 | toolbar: raised diagonal gradient bevel1 | ||
2 | toolbar.color: rgb:7/8/8 | ||
3 | toolbar.colorTo: grey20 | ||
4 | |||
5 | toolbar.button: raised diagonal gradient bevel1 | ||
6 | toolbar.button.color: grey | ||
7 | toolbar.button.colorTo: grey20 | ||
8 | toolbar.button.picColor: black | ||
9 | toolbar.button.pressed: sunken diagonal interlaced gradient bevel1 | ||
10 | toolbar.button.pressed.color: rgb:38/4/4 | ||
11 | toolbar.button.pressed.colorTo: rgb:d/f/f | ||
12 | |||
13 | toolbar.label: flat interlaced diagonal gradient | ||
14 | toolbar.label.color: grey20 | ||
15 | toolbar.label.colorTo: rgb:7/8/8 | ||
16 | toolbar.label.textColor: grey85 | ||
17 | |||
18 | toolbar.windowLabel: flat interlaced diagonal gradient | ||
19 | toolbar.windowLabel.color: grey20 | ||
20 | toolbar.windowLabel.colorTo: rgb:7/8/8 | ||
21 | toolbar.windowLabel.textColor: grey85 | ||
22 | |||
23 | toolbar.clock: flat interlaced diagonal gradient | ||
24 | toolbar.clock.color: grey20 | ||
25 | toolbar.clock.colorTo: rgb:7/8/8 | ||
26 | toolbar.clock.textColor: grey85 | ||
27 | |||
28 | toolbar.justify: center | ||
29 | toolbar.font: lucidasans-bold-10 | ||
30 | |||
31 | menu.title: raised diagonal interlaced gradient bevel1 | ||
32 | menu.title.color: grey20 | ||
33 | menu.title.colorTo: rgb:7/8/8 | ||
34 | menu.title.textColor: grey85 | ||
35 | menu.title.font: lucidasans-bold-10 | ||
36 | menu.title.justify: center | ||
37 | |||
38 | menu.frame: raised diagonal gradient bevel1 | ||
39 | menu.frame.color: rgb:7/8/8 | ||
40 | menu.frame.colorTo: grey10 | ||
41 | menu.frame.textColor: white | ||
42 | menu.frame.disableColor: rgb:38/4/4 | ||
43 | menu.frame.font: lucidasans-10 | ||
44 | menu.frame.justify: center | ||
45 | |||
46 | menu.bullet: triangle | ||
47 | menu.bullet.position: right | ||
48 | |||
49 | menu.hilite: raised diagonal gradient bevel1 | ||
50 | menu.hilite.color: grey60 | ||
51 | menu.hilite.colorTo: white | ||
52 | menu.hilite.textColor: grey20 | ||
53 | |||
54 | window.title.focus: raised diagonal gradient bevel1 | ||
55 | window.title.focus.color: rgb:7/8/8 | ||
56 | window.title.focus.colorTo: grey20 | ||
57 | window.title.unfocus: raised diagonal gradient bevel1 | ||
58 | window.title.unfocus.color: rgb:54/6/6 | ||
59 | window.title.unfocus.colorTo: grey20 | ||
60 | |||
61 | window.label.focus: interlaced sunken diagonal gradient bevel1 | ||
62 | window.label.focus.color: grey20 | ||
63 | window.label.focus.colorTo: grey | ||
64 | window.label.focus.textColor: white | ||
65 | window.label.unfocus: interlaced flat gradient | ||
66 | window.label.unfocus.color: grey20 | ||
67 | window.label.unfocus.colorTo: rgb:54/6/6 | ||
68 | window.label.unfocus.textColor: grey | ||
69 | |||
70 | window.handle.focus: raised diagonal gradient bevel1 | ||
71 | window.handle.focus.color: rgb:7/8/8 | ||
72 | window.handle.focus.colorTo: grey20 | ||
73 | window.handle.unfocus: raised diagonal gradient bevel1 | ||
74 | window.handle.unfocus.color: rgb:54/6/6 | ||
75 | window.handle.unfocus.colorTo: grey20 | ||
76 | |||
77 | window.grip.focus: raised diagonal gradient bevel1 | ||
78 | window.grip.focus.color: grey | ||
79 | window.grip.focus.colorTo: grey20 | ||
80 | window.grip.unfocus: sunken diagonal gradient bevel1 | ||
81 | window.grip.unfocus.color: grey20 | ||
82 | window.grip.unfocus.colorTo: grey | ||
83 | |||
84 | |||
85 | window.button.focus: raised diagonal gradient bevel1 | ||
86 | window.button.focus.color: grey | ||
87 | window.button.focus.colorTo: grey20 | ||
88 | window.button.focus.picColor: black | ||
89 | window.button.unfocus: sunken diagonal gradient bevel1 | ||
90 | window.button.unfocus.color: grey20 | ||
91 | window.button.unfocus.colorTo: grey | ||
92 | window.button.unfocus.picColor: grey40 | ||
93 | window.button.pressed: flat diagonal interlaced gradient | ||
94 | window.button.pressed.color: rgb:38/4/4 | ||
95 | window.button.pressed.colorTo: rgb:d/f/f | ||
96 | |||
97 | window.frame.focusColor: grey85 | ||
98 | window.frame.unfocusColor: rgb:54/6/6 | ||
99 | |||
100 | window.font: lucidasans-bold-10 | ||
101 | window.justify: center | ||
102 | |||
103 | ! misc... | ||
104 | borderColor: rgb:1c/2/2 | ||
105 | |||
106 | borderWidth: 1 | ||
107 | bevelWidth: 2 | ||
108 | handleWidth: 4 | ||
109 | |||
110 | rootCommand: bsetroot -mod 4 4 -fg rgb:54/6/6 -bg grey20 | ||
111 | |||
112 | ! for the bbtools | ||
113 | menuFont: lucidasans-10 | ||
114 | titleFont: lucidasans-bold-10 | ||