diff options
author | fluxgen <fluxgen> | 2007-09-30 20:09:14 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-09-30 20:09:14 (GMT) |
commit | 9d3bca8e88d312f44c6077d095b151f10d73609e (patch) | |
tree | 7c55a61eb2a3bca2a69350dc795821b3c3dc3ced /data/styles/Minimal | |
parent | ac215248a00d06bdb1e9dd4b373d415bda4ad4b1 (diff) | |
download | fluxbox_lack-9d3bca8e88d312f44c6077d095b151f10d73609e.zip fluxbox_lack-9d3bca8e88d312f44c6077d095b151f10d73609e.tar.bz2 |
added new styles from Sven Michel aka tenner, removed some old styles too.
Diffstat (limited to 'data/styles/Minimal')
-rw-r--r-- | data/styles/Minimal | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/data/styles/Minimal b/data/styles/Minimal deleted file mode 100644 index e85714d..0000000 --- a/data/styles/Minimal +++ /dev/null | |||
@@ -1,80 +0,0 @@ | |||
1 | ! Minimal (c) 2000 Jeff Raven | ||
2 | ! Blackbox window manager resource defaults, with an | ||
3 | ! eye towards consuming as little of an 8-bit palette | ||
4 | ! as possible. As an additional bonus, with the changes | ||
5 | ! as of Blackbox 0.60.3, it should also use very little | ||
6 | ! memory. | ||
7 | |||
8 | toolbar: Flat Solid | ||
9 | toolbar.color: MidnightBlue | ||
10 | |||
11 | toolbar.clock: ParentRelative | ||
12 | toolbar.label: ParentRelative | ||
13 | toolbar.windowLabel: ParentRelative | ||
14 | |||
15 | toolbar.button: ParentRelative | ||
16 | toolbar.button.pressed: Flat Solid | ||
17 | toolbar.button.pressed.color: SteelBlue | ||
18 | toolbar.button*picColor: White | ||
19 | |||
20 | toolbar.textColor: White | ||
21 | toolbar.justify: center | ||
22 | |||
23 | window.title.focus: Flat Solid | ||
24 | window.title.focus.color: SteelBlue | ||
25 | window.title.unfocus: Flat Solid | ||
26 | window.title.unfocus.color: MidnightBlue | ||
27 | |||
28 | window.label.focus: ParentRelative | ||
29 | window.label.focus.textColor: White | ||
30 | window.label.unfocus: ParentRelative | ||
31 | window.label.unfocus.textColor: Grey | ||
32 | |||
33 | window.button.focus: ParentRelative | ||
34 | window.button.focus.picColor: White | ||
35 | window.button.unfocus: ParentRelative | ||
36 | window.button.unfocus.picColor: Grey | ||
37 | window.button.pressed: ParentRelative | ||
38 | |||
39 | window.handle.focus: Flat Solid | ||
40 | window.handle.focus.color: SteelBlue | ||
41 | window.handle.unfocus: Flat Solid | ||
42 | window.handle.unfocus.color: MidnightBlue | ||
43 | |||
44 | window.grip.focus: Flat Solid | ||
45 | window.grip.unfocus: Flat Solid | ||
46 | window.grip*color: Grey | ||
47 | |||
48 | window.frame.focusColor: SteelBlue | ||
49 | window.frame.unfocusColor: MidnightBlue | ||
50 | |||
51 | window.justify: center | ||
52 | |||
53 | menu.title: Flat Solid | ||
54 | menu.frame: Flat Solid | ||
55 | menu.hilite: Flat Solid | ||
56 | |||
57 | menu.title.color: Black | ||
58 | menu.title.textColor: White | ||
59 | menu.title.justify: center | ||
60 | |||
61 | menu.frame.color: MidnightBlue | ||
62 | menu.frame.textColor: White | ||
63 | menu.frame.justify: left | ||
64 | |||
65 | menu.hilite.color: White | ||
66 | menu.hilite.textColor: Black | ||
67 | |||
68 | menu.bullet: Triangle | ||
69 | menu.bullet.position: Right | ||
70 | |||
71 | borderColor: Black | ||
72 | |||
73 | bevelWidth: 1 | ||
74 | borderWidth: 1 | ||
75 | handleWidth: 4 | ||
76 | |||
77 | *Font: -*-helvetica-*-r-*-*-12-*-*-*-*-*-*-* | ||
78 | |||
79 | background: flat | ||
80 | background.color: SlateGrey \ No newline at end of file | ||