diff options
Diffstat (limited to 'data/styles/qnx-photon')
-rw-r--r-- | data/styles/qnx-photon | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/data/styles/qnx-photon b/data/styles/qnx-photon new file mode 100644 index 0000000..bffb762 --- /dev/null +++ b/data/styles/qnx-photon | |||
@@ -0,0 +1,138 @@ | |||
1 | # photon-qnx | ||
2 | # theme for fluxbox | ||
3 | # 2001 (c) skypher | ||
4 | |||
5 | toolbar: raised gradient vertical | ||
6 | toolbar.color: rgb:DB/DA/DB | ||
7 | toolbar.colorTo: rgb:D4/CE/D2 | ||
8 | |||
9 | toolbar.label: flat gradient vertical | ||
10 | toolbar.label.color: rgb:DB/DA/DB | ||
11 | toolbar.label.colorTo: rgb:D4/CE/D2 | ||
12 | toolbar.label.textColor: rgb:45/45/45 | ||
13 | |||
14 | toolbar.windowLabel: sunken solid | ||
15 | toolbar.windowLabel.color: rgb:FC/F9/DF | ||
16 | toolbar.windowLabel.textColor: rgb:45/45/45 | ||
17 | |||
18 | toolbar.clock: flat gradient vertical | ||
19 | toolbar.clock.color: rgb:DB/DA/DB | ||
20 | toolbar.clock.colorTo: rgb:D4/CE/D2 | ||
21 | toolbar.clock.textColor: rgb:45/45/45 | ||
22 | |||
23 | toolbar.button: solid flat | ||
24 | toolbar.button.color: rgb:EB/EB/EB | ||
25 | toolbar.button.picColor: rgb:15/15/15 | ||
26 | |||
27 | toolbar.button.pressed: sunken flat | ||
28 | toolbar.button.pressed.color: rgb:AB/AB/AB | ||
29 | |||
30 | menu.title: raised gradient vertical | ||
31 | menu.title.color: rgb:68/95/E3 | ||
32 | menu.title.colorTo: rgb:31/59/9C | ||
33 | menu.title.textColor: white | ||
34 | |||
35 | menu.frame: sunken gradient vertical | ||
36 | menu.frame.color: rgb:DB/DA/DB | ||
37 | menu.frame.colorTo: rgb:D4/CE/D2 | ||
38 | menu.frame.textColor: rgb:45/45/45 | ||
39 | |||
40 | menu.hilite: flat solid | ||
41 | menu.hilite.color: rgb:91/A3/9E | ||
42 | menu.hilite.textColor: white | ||
43 | |||
44 | menu.bullet: triangle | ||
45 | menu.bullet.position: right | ||
46 | |||
47 | ! win focus | ||
48 | window.title.focus: flat gradient vertical | ||
49 | window.title.focus.color: rgb:D9/D9/D9 | ||
50 | window.title.focus.colorTo: white | ||
51 | |||
52 | window.label.focus: raised gradient vertical | ||
53 | window.label.focus.color: rgb:68/95/E3 | ||
54 | window.label.focus.colorTo: rgb:31/59/9C | ||
55 | window.label.focus.textColor: white | ||
56 | |||
57 | window.button.focus: raised gradient vertical | ||
58 | window.button.focus.color: rgb:EA/EA/EA | ||
59 | window.button.focus.colorTo: rgb:94/9B/99 | ||
60 | window.button.focus.picColor: rgb:35/35/35 | ||
61 | |||
62 | window.button.pressed: sunken solid | ||
63 | window.button.pressed.color: rgb:94/9B/99 | ||
64 | |||
65 | window.handle.focus: raised solid | ||
66 | window.handle.focus.color: rgb:EA/EA/EA | ||
67 | |||
68 | window.grip.focus: Raised Gradient vertical | ||
69 | window.grip.focus.color: rgb:68/95/E3 | ||
70 | window.grip.focus.colorTo: rgb:31/59/9C | ||
71 | |||
72 | window.frame.focusColor: black | ||
73 | |||
74 | |||
75 | ! unfocused win | ||
76 | window.title.unfocus: flat gradient vertical | ||
77 | window.title.unfocus.color: rgb:D9/D9/D9 | ||
78 | window.title.unfocus.colorTo: white | ||
79 | |||
80 | |||
81 | window.label.unfocus: raised gradient vertical | ||
82 | window.label.unfocus.color: rgb:C6/C5/C6 | ||
83 | window.label.unfocus.colorTo: rgb:A7/A6/A7 | ||
84 | window.label.unfocus.textColor: white | ||
85 | |||
86 | window.button.unfocus: raised gradient vertical | ||
87 | window.button.unfocus.color: rgb:EA/EA/EA | ||
88 | window.button.unfocus.colorTo: rgb:94/9B/99 | ||
89 | window.button.unfocus.picColor: rgb:35/35/35 | ||
90 | |||
91 | window.handle.unfocus: raised solid | ||
92 | window.handle.unfocus.color: rgb:EA/EA/EA | ||
93 | |||
94 | window.grip.unfocus: raised solid | ||
95 | window.grip.unfocus.color: rgb:EA/EA/EA | ||
96 | |||
97 | window.frame.unfocusColor: black | ||
98 | |||
99 | ! ----------- tab - explicit for fluxbox, the best wm out there[tm] (; | ||
100 | window.tab.justify: left | ||
101 | |||
102 | window.tab.label.unfocus: raised gradient vertical | ||
103 | window.tab.label.unfocus.color: rgb:C6/C5/C6 | ||
104 | window.tab.label.unfocus.colorTo: rgb:A7/A6/A7 | ||
105 | window.tab.label.unfocus.textColor: white | ||
106 | |||
107 | window.tab.label.focus: raised gradient vertical | ||
108 | window.tab.label.focus.color: rgb:68/95/E3 | ||
109 | window.tab.label.focus.colorTo: rgb:31/59/9C | ||
110 | window.tab.label.focus.textColor: white | ||
111 | |||
112 | window.tab.borderWidth: 1 | ||
113 | window.tab.borderColor: black | ||
114 | ! ----------- (fluxbox.sourceforge.net) | ||
115 | |||
116 | ! fonts | ||
117 | window.tab.font: -*-gamow-medium-r-*-*-7-*-*-*-*-60-*-* | ||
118 | ! ^ change this to lucidasans-10 if you don't have gamow | ||
119 | |||
120 | toolbar.font: lucidasans-10 | ||
121 | toolbar.justify: left | ||
122 | |||
123 | window.font: lucidasans-10 | ||
124 | window.justify: left | ||
125 | |||
126 | menu.title.Font: lucidasans-10 | ||
127 | menu.title.justify: left | ||
128 | |||
129 | menu.frame.font: lucidasans-10 | ||
130 | menu.frame.justify: left | ||
131 | |||
132 | ! borders n stuff | ||
133 | borderColor: black | ||
134 | borderWidth: 1 | ||
135 | bevelWidth: 2 | ||
136 | handleWidth: 4 | ||
137 | frameWidth: 0 | ||
138 | rootCommand: bsetbg -solid white | ||