initial checkin
[grml-etc.git] / etc / skel / .wmi / theme.conf
1 # Filename:      theme.conf
2 # Purpose:       grml theme for window manager 'WMI'
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 # Latest change: Die Mär 01 10:33:52 CET 2005 [mika]
7 ################################################################################
8
9 color.bar.background=orange
10 color.bar.shadow=grey
11 color.bar.shine=darkgrey
12 color.bar.text=lightyellow
13
14 color.button.background.normal=darkgrey
15 color.button.background.pressed=snow
16 color.button.border.shadow.normal=grey
17 color.button.border.shadow.pressed=grey
18 color.button.border.shine.normal=grey
19 color.button.border.shine.pressed=grey
20 color.button.figure.shadow.normal=lightyellow
21 color.button.figure.shadow.pressed=black
22 color.button.figure.shine.normal=lightyellow
23 color.button.figure.shine.pressed=black
24
25 color.focusreq.background=red
26 color.focusreq.shadow=red
27 color.focusreq.shine=red
28 color.focusreq.text=red
29
30 color.frame.background.focussed=grey
31 color.frame.background.normal=grey
32 color.frame.pseudo=grey
33 color.frame.shadow.focussed=darkgrey
34 color.frame.shadow.normal=darkgrey
35 color.frame.shine.focussed=darkgrey
36 color.frame.shine.normal=darkgrey
37
38 color.label.background.focussed=snow
39 color.label.background.normal=grey
40 color.label.shadow.focussed=grey
41 color.label.shadow.normal=grey
42 color.label.shine.focussed=grey
43
44 color.meter.background=blue
45 color.meter.border.shadow=red
46 color.meter.border.shine=red
47 color.meter.figure.high=red
48 color.meter.figure.low=red
49 color.meter.figure.normal=red
50
51 color.tab.background.active.focussed=orange
52 color.tab.background.active.normal=grey
53 color.tab.background.inactive.focussed=darkgrey
54 color.tab.background.inactive.normal=darkgrey
55 color.tab.shadow.active.focussed=grey
56 color.tab.shadow.active.normal=grey
57 color.tab.shadow.inactive.focussed=grey
58 color.tab.shadow.inactive.normal=grey
59 color.tab.shine.active.focussed=grey
60 color.tab.shine.active.normal=grey
61 color.tab.shine.inactive.focussed=grey
62 color.tab.shine.inactive.normal=grey
63 color.tab.text.active.focussed=black
64 color.tab.text.active.normal=midnightblue
65 color.tab.text.inactive.focussed=black
66 color.tab.text.inactive.normal=black
67 exec="/home/grml/.wmi/szs2.1/szs.py"
68 # exec="wmsetbg -s /usr/share/grml/desktop.png"
69 # exec="display -window root -geometry 1024x768! /usr/share/grml/desktop.png"
70
71 ## END OF FILE #################################################################