aboutsummaryrefslogtreecommitdiff
path: root/data/styles/bora_blue
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2007-10-09 06:59:48 (GMT)
committerfluxgen <fluxgen>2007-10-09 06:59:48 (GMT)
commit2a953de69d3d3a7bbf509787aa895001f08ae663 (patch)
tree5825a9e09f0df944bdece95a734f05a2b8d3ef83 /data/styles/bora_blue
parented72c92a3284db5011f5f3712c390ea5880df6c8 (diff)
downloadfluxbox-2a953de69d3d3a7bbf509787aa895001f08ae663.zip
fluxbox-2a953de69d3d3a7bbf509787aa895001f08ae663.tar.bz2
merged from trunk
Diffstat (limited to 'data/styles/bora_blue')
-rw-r--r--data/styles/bora_blue/Makefile.am4
-rw-r--r--data/styles/bora_blue/theme.cfg183
2 files changed, 187 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 @@
1styledir = $(pkgdatadir)/styles/bora_blue
2
3style_DATA = theme.cfg
4EXTRA_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..d966506
--- /dev/null
+++ b/data/styles/bora_blue/theme.cfg
@@ -0,0 +1,183 @@
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############################################################## BACKGROUND #####
20
21background: flat
22background.color: #32436B
23background.colorTo: #
24
25############################################################## FONTS ##########
26
27
28menu.frame.font: sans-9:bold
29menu.title.font: sans-10:bold
30toolbar.clock.font: sans-9:bold
31toolbar.workspace.font: sans-10:bold
32toolbar.iconbar.focused.font: sans-8:bold
33toolbar.iconbar.unfocused.font: sans-8
34window.font: sans-8
35
36############################################################## MENU ###########
37
38menu.bevelWidth: 1
39
40#menu.itemHeight: 35
41#menu.titleHeight: 21
42menu.borderColor: #7DA6D0
43menu.borderWidth: 1
44
45menu.bullet: triangle
46menu.bullet.position: Right
47menu.frame.underlineColor: #ffffff
48
49menu.title: flat gradient rectangle
50menu.title.justify: center
51menu.title.color: #3465A7
52menu.title.colorTo: #6392CF
53menu.title.textColor: #e7e7e7
54
55menu.frame: flat gradient crossdiagonal
56menu.frame.justify: left
57menu.frame.color: #3465A7
58menu.frame.colorTo: #6392CF
59menu.frame.textColor: #ffffff
60menu.frame.disableColor: #0E2C54
61
62menu.hilite: flat gradient rectangle
63menu.hilite.color: #84ACDF
64menu.hilite.colorTo: #84ACDF
65menu.hilite.textColor: #e7e7e7
66
67############################################################## TOOLBAR ########
68
69toolbar.bevelWidth: 0
70
71toolbar.borderWidth: 1
72toolbar.borderColor: #7DA6D0
73
74toolbar.height: 21
75
76toolbar.justify: center
77
78toolbar: flat gradient rectangle
79toolbar.pixmap:
80toolbar.color: #3465A7
81toolbar.colorTo: #6392CF
82
83toolbar.clock: parentrelative
84toolbar.clock.justify: center
85toolbar.clock.color: #
86toolbar.clock.colorTo: #
87toolbar.clock.textColor: #e7e7e7
88
89toolbar.workspace: parentrelative
90toolbar.workspace.justify: Center
91toolbar.workspace.color: #
92toolbar.workspace.colorTo: #
93toolbar.workspace.textColor: #e7e7e7
94
95toolbar.button: parentrelative
96toolbar.button.color: #
97toolbar.button.colorTo: #
98toolbar.button.picColor: #e7e7e7
99toolbar.button.pressed: parentrelative
100toolbar.button.pressed.color: #
101toolbar.button.pressed.colorTo: #
102toolbar.button.pressed.picColor: #000000
103
104toolbar.iconbar.borderWidth: 1
105toolbar.iconbar.borderColor: #7DA6D0
106
107toolbar.iconbar.empty: parentrelative
108toolbar.iconbar.empty.color: #
109toolbar.iconbar.empty.colorTo: #
110
111toolbar.iconbar.focused.borderWidth: 1
112toolbar.iconbar.focused.borderColor: #7DA6D0
113toolbar.iconbar.focused: flat gradient rectangle
114toolbar.iconbar.focused.color: #3465A7
115toolbar.iconbar.focused.colorTo: #6392CF
116toolbar.iconbar.focused.textColor: #e7e7e7
117toolbar.iconbar.focused.justify: center
118
119toolbar.iconbar.unfocused.borderWidth: 1
120toolbar.iconbar.unfocused.borderColor: #7DA6D0
121toolbar.iconbar.unfocused: flat gradient rectangle
122toolbar.iconbar.unfocused.color: #305E9C
123toolbar.iconbar.unfocused.colorTo: #5A85BD
124toolbar.iconbar.unfocused.textColor: #0E2C54
125toolbar.iconbar.unfocused.justify: center
126
127############################################################## WINDOW #########
128window.roundCorners: TopRight TopLeft
129window.bevelWidth: 4
130window.shade: false
131window.borderWidth: 1
132window.borderColor: #7DA6D0
133
134window.justify: Center
135
136window.title.height: 21
137
138window.title.focus: flat gradient rectangle
139window.title.focus.color: #3465A7
140window.title.focus.colorTo: #6392CF
141window.title.unfocus: flat gradient rectangle
142window.title.unfocus.color: #305E9C
143window.title.unfocus.colorTo: #5A85BD
144
145window.label.focus: parentrelative
146window.label.focus.color: #
147window.label.focus.colorTo: #
148window.label.focus.textColor: #e7e7e7
149window.label.unfocus: parentrelative
150window.label.unfocus.color: #
151window.label.unfocus.colorTo: #
152window.label.unfocus.textColor: #0E2C54
153
154window.button.focus: parentrelative
155window.button.focus.color: #
156window.button.focus.colorTo: #
157window.button.focus.picColor: #ffffff
158window.button.unfocus: parentrelative
159window.button.unfocus.Color: #
160window.button.unfocus.ColorTo: #
161window.button.unfocus.picColor: #0E2C54
162window.button.pressed: parentrelative
163window.button.pressed.color: #
164window.button.pressed.colorTo: #
165window.button.pressed.picColor: #000000
166
167window.handle.focus: flat
168window.handle.focus.color: #3465A7
169window.handle.focus.colorTo: #3465A7
170window.handle.unfocus: flat
171window.handle.unfocus.color: #3465A7
172window.handle.unfocus.colorTo: #3465A7
173window.handleWidth: 2
174
175window.grip.focus: flat
176window.grip.focus.color: #7DA6D0
177window.grip.focus.colorTo: #7DA6D0
178window.grip.unfocus: flat
179window.grip.unfocus.color: #3465A7
180window.grip.unfocus.colorTo: #3465A7
181
182###############################################################################
183# EOF