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