diff options
Diffstat (limited to 'data/styles/bora_blue')
-rw-r--r-- | data/styles/bora_blue/Makefile.am | 4 | ||||
-rw-r--r-- | data/styles/bora_blue/theme.cfg | 176 |
2 files changed, 180 insertions, 0 deletions
diff --git a/data/styles/bora_blue/Makefile.am b/data/styles/bora_blue/Makefile.am new file mode 100644 index 0000000..8c5d67e --- /dev/null +++ b/data/styles/bora_blue/Makefile.am | |||
@@ -0,0 +1,4 @@ | |||
1 | styledir = $(pkgdatadir)/styles/bora_blue | ||
2 | |||
3 | style_DATA = theme.cfg | ||
4 | EXTRA_DIST=$(style_DATA) | ||
diff --git a/data/styles/bora_blue/theme.cfg b/data/styles/bora_blue/theme.cfg new file mode 100644 index 0000000..b50a05f --- /dev/null +++ b/data/styles/bora_blue/theme.cfg | |||
@@ -0,0 +1,176 @@ | |||
1 | ############################################################ | ||
2 | # This work is licensed under the Creative Commons # | ||
3 | # Attribution-NonCommercial-ShareAlike 2.5 License. # | ||
4 | # To view a copy of this license, visit # | ||
5 | # http://creativecommons.org/licenses/by-sa/2.5/ # | ||
6 | # or send a letter to Creative Commons, # | ||
7 | # 559 Nathan Abbott Way, Stanford, California 94305, USA. # | ||
8 | ############################################################ | ||
9 | |||
10 | |||
11 | |||
12 | ############################################################################### | ||
13 | # | ||
14 | # name: bora_blue | ||
15 | # made: tenner | ||
16 | # date: 18-09-2007 | ||
17 | # http://www.tenr.de | ||
18 | # | ||
19 | ############################################################## FONTS ########## | ||
20 | |||
21 | menu.frame.font: sans-9:bold | ||
22 | menu.title.font: sans-10:bold | ||
23 | toolbar.clock.font: sans-9:bold | ||
24 | toolbar.workspace.font: sans-10:bold | ||
25 | toolbar.iconbar.focused.font: sans-8:bold | ||
26 | toolbar.iconbar.unfocused.font: sans-8 | ||
27 | window.font: sans-8 | ||
28 | |||
29 | ############################################################## MENU ########### | ||
30 | |||
31 | menu.bevelWidth: 1 | ||
32 | |||
33 | #menu.itemHeight: 35 | ||
34 | #menu.titleHeight: 21 | ||
35 | menu.borderColor: #7DA6D0 | ||
36 | menu.borderWidth: 1 | ||
37 | |||
38 | menu.bullet: triangle | ||
39 | menu.bullet.position: Right | ||
40 | menu.frame.underlineColor: #7DA6D0 | ||
41 | |||
42 | menu.title: flat gradient rectangle | ||
43 | menu.title.justify: center | ||
44 | menu.title.color: #3465A7 | ||
45 | menu.title.colorTo: #6392CF | ||
46 | menu.title.textColor: #e7e7e7 | ||
47 | |||
48 | menu.frame: flat gradient crossdiagonal | ||
49 | menu.frame.justify: left | ||
50 | menu.frame.color: #3465A7 | ||
51 | menu.frame.colorTo: #6392CF | ||
52 | menu.frame.textColor: #ffffff | ||
53 | menu.frame.disableColor: #0E2C54 | ||
54 | |||
55 | menu.hilite: flat gradient rectangle | ||
56 | menu.hilite.color: #84ACDF | ||
57 | menu.hilite.colorTo: #84ACDF | ||
58 | menu.hilite.textColor: #e7e7e7 | ||
59 | |||
60 | ############################################################## TOOLBAR ######## | ||
61 | |||
62 | toolbar.bevelWidth: 0 | ||
63 | |||
64 | toolbar.borderWidth: 1 | ||
65 | toolbar.borderColor: #7DA6D0 | ||
66 | |||
67 | toolbar.height: 21 | ||
68 | |||
69 | toolbar.justify: center | ||
70 | |||
71 | toolbar: flat gradient rectangle | ||
72 | toolbar.pixmap: | ||
73 | toolbar.color: #3465A7 | ||
74 | toolbar.colorTo: #6392CF | ||
75 | |||
76 | toolbar.clock: parentrelative | ||
77 | toolbar.clock.justify: center | ||
78 | toolbar.clock.color: # | ||
79 | toolbar.clock.colorTo: # | ||
80 | toolbar.clock.textColor: #e7e7e7 | ||
81 | |||
82 | toolbar.workspace: parentrelative | ||
83 | toolbar.workspace.justify: Center | ||
84 | toolbar.workspace.color: # | ||
85 | toolbar.workspace.colorTo: # | ||
86 | toolbar.workspace.textColor: #e7e7e7 | ||
87 | |||
88 | toolbar.button: parentrelative | ||
89 | toolbar.button.color: # | ||
90 | toolbar.button.colorTo: # | ||
91 | toolbar.button.picColor: #e7e7e7 | ||
92 | toolbar.button.pressed: parentrelative | ||
93 | toolbar.button.pressed.color: # | ||
94 | toolbar.button.pressed.colorTo: # | ||
95 | toolbar.button.pressed.picColor: #000000 | ||
96 | |||
97 | toolbar.iconbar.borderWidth: 1 | ||
98 | toolbar.iconbar.borderColor: #7DA6D0 | ||
99 | |||
100 | toolbar.iconbar.empty: parentrelative | ||
101 | toolbar.iconbar.empty.color: # | ||
102 | toolbar.iconbar.empty.colorTo: # | ||
103 | |||
104 | toolbar.iconbar.focused.borderWidth: 1 | ||
105 | toolbar.iconbar.focused.borderColor: #7DA6D0 | ||
106 | toolbar.iconbar.focused: flat gradient rectangle | ||
107 | toolbar.iconbar.focused.color: #3465A7 | ||
108 | toolbar.iconbar.focused.colorTo: #6392CF | ||
109 | toolbar.iconbar.focused.textColor: #e7e7e7 | ||
110 | toolbar.iconbar.focused.justify: center | ||
111 | |||
112 | toolbar.iconbar.unfocused.borderWidth: 1 | ||
113 | toolbar.iconbar.unfocused.borderColor: #7DA6D0 | ||
114 | toolbar.iconbar.unfocused: flat gradient rectangle | ||
115 | toolbar.iconbar.unfocused.color: #305E9C | ||
116 | toolbar.iconbar.unfocused.colorTo: #5A85BD | ||
117 | toolbar.iconbar.unfocused.textColor: #0E2C54 | ||
118 | toolbar.iconbar.unfocused.justify: center | ||
119 | |||
120 | ############################################################## WINDOW ######### | ||
121 | window.roundCorners: TopRight TopLeft | ||
122 | window.bevelWidth: 4 | ||
123 | window.shade: false | ||
124 | window.borderWidth: 1 | ||
125 | window.borderColor: #7DA6D0 | ||
126 | |||
127 | window.justify: Center | ||
128 | |||
129 | window.title.height: 21 | ||
130 | |||
131 | window.title.focus: flat gradient rectangle | ||
132 | window.title.focus.color: #3465A7 | ||
133 | window.title.focus.colorTo: #6392CF | ||
134 | window.title.unfocus: flat gradient rectangle | ||
135 | window.title.unfocus.color: #305E9C | ||
136 | window.title.unfocus.colorTo: #5A85BD | ||
137 | |||
138 | window.label.focus: parentrelative | ||
139 | window.label.focus.color: # | ||
140 | window.label.focus.colorTo: # | ||
141 | window.label.focus.textColor: #e7e7e7 | ||
142 | window.label.unfocus: parentrelative | ||
143 | window.label.unfocus.color: # | ||
144 | window.label.unfocus.colorTo: # | ||
145 | window.label.unfocus.textColor: #0E2C54 | ||
146 | |||
147 | window.button.focus: parentrelative | ||
148 | window.button.focus.color: # | ||
149 | window.button.focus.colorTo: # | ||
150 | window.button.focus.picColor: #ffffff | ||
151 | window.button.unfocus: parentrelative | ||
152 | window.button.unfocus.Color: # | ||
153 | window.button.unfocus.ColorTo: # | ||
154 | window.button.unfocus.picColor: #0E2C54 | ||
155 | window.button.pressed: parentrelative | ||
156 | window.button.pressed.color: # | ||
157 | window.button.pressed.colorTo: # | ||
158 | window.button.pressed.picColor: #000000 | ||
159 | |||
160 | window.handle.focus: flat | ||
161 | window.handle.focus.color: #3465A7 | ||
162 | window.handle.focus.colorTo: #3465A7 | ||
163 | window.handle.unfocus: flat | ||
164 | window.handle.unfocus.color: #3465A7 | ||
165 | window.handle.unfocus.colorTo: #3465A7 | ||
166 | window.handleWidth: 2 | ||
167 | |||
168 | window.grip.focus: flat | ||
169 | window.grip.focus.color: #7DA6D0 | ||
170 | window.grip.focus.colorTo: #7DA6D0 | ||
171 | window.grip.unfocus: flat | ||
172 | window.grip.unfocus.color: #3465A7 | ||
173 | window.grip.unfocus.colorTo: #3465A7 | ||
174 | |||
175 | ############################################################################### | ||
176 | # EOF | ||