diff options
Diffstat (limited to 'data/styles/Shade')
-rw-r--r-- | data/styles/Shade | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/data/styles/Shade b/data/styles/Shade new file mode 100644 index 0000000..36e39f5 --- /dev/null +++ b/data/styles/Shade | |||
@@ -0,0 +1,91 @@ | |||
1 | toolbar: flat solid | ||
2 | toolbar.color: rgb:6/6/6 | ||
3 | toolbar.button: flat solid | ||
4 | toolbar.button.color: rgb:6/6/6 | ||
5 | toolbar.button.picColor: rgb:2/2/2 | ||
6 | toolbar.label: flat crossdiagonal gradient | ||
7 | toolbar.label.color: rgb:8/8/7 | ||
8 | toolbar.label.colorTo: rgb:f/f/d | ||
9 | toolbar.label.textColor: rgb:2/2/1c | ||
10 | toolbar.windowLabel: flat crossdiagonal gradient | ||
11 | toolbar.windowLabel.color: rgb:8/8/7 | ||
12 | toolbar.windowLabel.colorTo: rgb:f/f/d | ||
13 | toolbar.windowLabel.textColor: rgb:2/2/1c | ||
14 | toolbar.clock: flat crossdiagonal gradient | ||
15 | toolbar.clock.color: rgb:8/8/7 | ||
16 | toolbar.clock.colorTo: rgb:f/f/d | ||
17 | toolbar.clock.textColor: rgb:2/2/1c | ||
18 | toolbar.justify: right | ||
19 | toolbar.font: lucidasans-10 | ||
20 | |||
21 | menu.title: flat crossdiagonal gradient | ||
22 | menu.title.color: rgb:8/8/7 | ||
23 | menu.title.colorTo: rgb:f/f/d | ||
24 | menu.title.textColor: rgb:2/2/1c | ||
25 | menu.title.font: lucidasans-10 | ||
26 | menu.title.justify: right | ||
27 | |||
28 | menu.frame: flat solid | ||
29 | menu.frame.color: rgb:6/6/6 | ||
30 | menu.frame.textColor: grey85 | ||
31 | menu.frame.disableColor: rgb:4/4/4 | ||
32 | menu.frame.font: lucidasans-10 | ||
33 | menu.frame.justify: center | ||
34 | |||
35 | menu.bullet.position: right | ||
36 | menu.bullet: triangle | ||
37 | |||
38 | menu.hilite: flat solid | ||
39 | menu.hilite.color: rgb:4/4/4 | ||
40 | menu.hilite.textColor: white | ||
41 | |||
42 | window.title.focus: flat solid | ||
43 | window.title.focus.color: rgb:6/6/6 | ||
44 | window.title.unfocus: flat solid | ||
45 | window.title.unfocus.color: rgb:4/4/4 | ||
46 | |||
47 | window.label.focus: flat crossdiagonal gradient | ||
48 | window.label.focus.color: rgb:8/8/7 | ||
49 | window.label.focus.colorTo: rgb:f/f/d | ||
50 | window.label.focus.textColor: rgb:2/2/1c | ||
51 | window.label.unfocus: flat solid | ||
52 | window.label.unfocus.color: rgb:4/4/4 | ||
53 | window.label.unfocus.textColor: rgb:2/2/2 | ||
54 | |||
55 | window.button.focus: flat solid | ||
56 | window.button.focus.color: rgb:6/6/6 | ||
57 | window.button.focus.picColor: rgb:2/2/2 | ||
58 | window.button.unfocus: flat solid | ||
59 | window.button.unfocus.color: rgb:4/4/4 | ||
60 | window.button.unfocus.picColor: rgb:2/2/2 | ||
61 | |||
62 | window.handle.focus: flat crossdiagonal gradient | ||
63 | window.handle.focus.color: rgb:8/8/7 | ||
64 | window.handle.focus.colorTo: rgb:f/f/d | ||
65 | window.handle.unfocus: flat solid | ||
66 | window.handle.unfocus.color: rgb:4/4/4 | ||
67 | |||
68 | window.grip.focus: flat solid | ||
69 | window.grip.focus.color: rgb:8/8/8 | ||
70 | window.grip.unfocus: flat solid | ||
71 | window.grip.unfocus.color: rgb:4/4/4 | ||
72 | |||
73 | window.frame.focusColor: rgb:f/f/d | ||
74 | window.frame.unfocusColor: rgb:6/6/6 | ||
75 | |||
76 | window.font: lucidasans-10 | ||
77 | window.justify: right | ||
78 | |||
79 | *button.pressed: flat solid | ||
80 | *button.pressed.color: rgb:a/a/8c | ||
81 | |||
82 | borderColor: rgb:2/2/2 | ||
83 | |||
84 | bevelWidth: 2 | ||
85 | borderWidth: 2 | ||
86 | handleWidth: 3 | ||
87 | |||
88 | *textColor: grey20 | ||
89 | *Font: lucidasans-10 | ||
90 | |||
91 | rootCommand: bsetroot -solid rgb:4/4/4 | ||