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/Makro | |
parent | 1523b48bff07dead084af3064ad11c79a9b25df0 (diff) | |
download | fluxbox_pavel-18830ac9add80cbd3bf7369307d7e35a519dca9b.zip fluxbox_pavel-18830ac9add80cbd3bf7369307d7e35a519dca9b.tar.bz2 |
Initial revision
Diffstat (limited to 'data/styles/Makro')
-rw-r--r-- | data/styles/Makro | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/data/styles/Makro b/data/styles/Makro new file mode 100644 index 0000000..4cdcf0d --- /dev/null +++ b/data/styles/Makro | |||
@@ -0,0 +1,116 @@ | |||
1 | # "Makro" | ||
2 | # A Fluxbox theme by: skypher of perplexity | ||
3 | # 2001 | ||
4 | |||
5 | toolbar: Gradient Vertical Sunken | ||
6 | toolbar.color: rgb:CC/CC/AA | ||
7 | |||
8 | toolbar.button: Flat Solid | ||
9 | toolbar.button.color: rgb:AB/90/40 | ||
10 | toolbar.button.picColor: rgb:50/30/10 | ||
11 | |||
12 | toolbar.button.pressed: Sunken Flat | ||
13 | toolbar.button.pressed.color: rgb:90/70/20 | ||
14 | |||
15 | toolbar.clock: Flat | ||
16 | toolbar.clock.color: rgb:AB/90/40 | ||
17 | toolbar.clock.textColor: rgb:40/20/05 | ||
18 | |||
19 | toolbar.label: Flat | ||
20 | toolbar.label.color: rgb:AB/90/40 | ||
21 | toolbar.label.textColor: rgb:40/20/05 | ||
22 | |||
23 | toolbar.windowLabel: Flat | ||
24 | toolbar.windowLabel.color: rgb:AB/90/40 | ||
25 | toolbar.windowLabel.textColor: rgb:40/20/05 | ||
26 | |||
27 | toolbar.justify: Left | ||
28 | |||
29 | menu.title: Raised Flat | ||
30 | menu.title.color: rgb:AB/90/40 | ||
31 | menu.title.textColor: rgb:40/20/05 | ||
32 | menu.title.justify: Left | ||
33 | |||
34 | menu.frame: Gradient PipeCross | ||
35 | menu.frame.color: rgb:CC/CC/AA | ||
36 | menu.frame.colorTo: rgb:AB/AA/90 | ||
37 | menu.frame.textColor: rgb:10/10/01 | ||
38 | menu.frame.justify: Right | ||
39 | |||
40 | menu.hilite: Flat | ||
41 | menu.hilite.color: rgb:DF/CF/BF | ||
42 | menu.hilite.textColor: rgb:00/00/00 | ||
43 | |||
44 | menu.bullet: Square | ||
45 | menu.bullet.position: Right | ||
46 | |||
47 | |||
48 | window.title.focus: Gradient Vertical Sunken | ||
49 | window.title.focus.color: rgb:CC/CC/AA | ||
50 | |||
51 | window.title.unfocus: Gradient Vertical Sunken | ||
52 | window.title.unfocus.color: rgb:AC/AC/90 | ||
53 | |||
54 | window.label.focus: Solid Flat | ||
55 | window.label.focus.color: rgb:AB/90/40 | ||
56 | window.label.focus.textColor: rgb:40/20/05 | ||
57 | |||
58 | window.label.unfocus: Flat Solid | ||
59 | window.label.unfocus.color: rgb:AA/80/30 | ||
60 | window.label.unfocus.textColor: rgb:45/25/10 | ||
61 | |||
62 | window.button.focus: Flat Solid | ||
63 | window.button.focus.color: rgb:AC/99/50 | ||
64 | window.button.focus.picColor: rgb:40/20/05 | ||
65 | |||
66 | window.button.unfocus: Flat Solid | ||
67 | window.button.unfocus.color: rgb:AA/80/30 | ||
68 | window.button.unfocus.picColor: rgb:45/25/10 | ||
69 | |||
70 | window.button.pressed: Sunken Solid | ||
71 | window.button.pressed.color: rgb:90/70/20 | ||
72 | |||
73 | window.frame.focus: Flat | ||
74 | window.frame.focus.color: rgb:00/00/00 | ||
75 | window.frame.unfocus: Flat | ||
76 | window.frame.unfocus.color: rgb:10/10/10 | ||
77 | |||
78 | window.handle.focus: Sunken Solid | ||
79 | window.handle.focus.color: rgb:AC/99/50 | ||
80 | window.handle.unfocus: Flat Solid | ||
81 | window.handle.unfocus.color: rgb:AA/80/30 | ||
82 | |||
83 | window.grip.focus: Sunken Gradient Diagonal Interlaced | ||
84 | window.grip.focus.color: rgb:AC/99/50 | ||
85 | window.grip.focus.colorTo: rgb:AA/80/30 | ||
86 | window.grip.unfocus: Raised Gradient Diagonal | ||
87 | window.grip.unfocus.color: rgb:AA/80/30 | ||
88 | window.grip.unfocus.colorTo: rgb:AC/99/50 | ||
89 | |||
90 | ! ----------- tab - explicit for fluxbox, the best wm out there[tm] (; | ||
91 | window.tab.justify: Center | ||
92 | window.tab.label.unfocus: Flat Solid | ||
93 | window.tab.label.unfocus.color: rgb:AA/80/30 | ||
94 | window.tab.label.unfocus.textColor: rgb:45/25/10 | ||
95 | window.tab.label.focus: Solid Flat | ||
96 | window.tab.label.focus.color: rgb:AB/90/40 | ||
97 | window.tab.label.focus.textColor: rgb:40/20/05 | ||
98 | window.tab.borderWidth: 1 | ||
99 | window.tab.borderColor: rgb:10/10/10 | ||
100 | ! ----------- (fluxbox.sourceforge.net) | ||
101 | window.tab.font: -*-helvetica-medium-r-*-*-11-*-*-*-*-*-iso8859-1 | ||
102 | |||
103 | window.justify: Left | ||
104 | |||
105 | toolbar.font: -*-helvetica-medium-r-*-*-11-*-*-*-*-*-iso8859-1 | ||
106 | window.font: -*-helvetica-bold-r-*-*-11-*-*-*-*-*-iso8859-1 | ||
107 | menu.title.font: -*-helvetica-bold-r-*-*-11-*-*-*-*-*-iso8859-1 | ||
108 | menu.frame.font: -*-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-1 | ||
109 | |||
110 | borderColor: rgb:10/10/10 | ||
111 | |||
112 | bevelWidth: 2 | ||
113 | borderWidth: 1 | ||
114 | handleWidth: 3 | ||
115 | |||
116 | rootCommand: bsetroot -solid rgb:9A/9A/90 | ||