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