aboutsummaryrefslogtreecommitdiff
path: root/data/styles/carp
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2007-10-09 08:44:59 (GMT)
committerfluxgen <fluxgen>2007-10-09 08:44:59 (GMT)
commit12cc09c661a80d6948a8df308a35114325ff3004 (patch)
tree150bc36c53973f4c500801b7a812d0eb408bfa3d /data/styles/carp
parentc67611383a451ff3b5e960e2ed78988126c80dd0 (diff)
downloadfluxbox-12cc09c661a80d6948a8df308a35114325ff3004.zip
fluxbox-12cc09c661a80d6948a8df308a35114325ff3004.tar.bz2
merged from trunk
Diffstat (limited to 'data/styles/carp')
-rw-r--r--data/styles/carp/Makefile.am4
-rw-r--r--data/styles/carp/pixmaps/blank.xpm19
-rw-r--r--data/styles/carp/pixmaps/close.xpm20
-rw-r--r--data/styles/carp/pixmaps/max.xpm20
-rw-r--r--data/styles/carp/pixmaps/min.xpm20
-rw-r--r--data/styles/carp/pixmaps/shade.xpm20
-rw-r--r--data/styles/carp/pixmaps/unshade.xpm20
-rw-r--r--data/styles/carp/theme.cfg202
8 files changed, 325 insertions, 0 deletions
diff --git a/data/styles/carp/Makefile.am b/data/styles/carp/Makefile.am
new file mode 100644
index 0000000..2982984
--- /dev/null
+++ b/data/styles/carp/Makefile.am
@@ -0,0 +1,4 @@
1styledir = $(pkgdatadir)/styles/carp
2
3style_DATA = theme.cfg
4EXTRA_DIST=$(style_DATA) \ No newline at end of file
diff --git a/data/styles/carp/pixmaps/blank.xpm b/data/styles/carp/pixmaps/blank.xpm
new file mode 100644
index 0000000..6e9f173
--- /dev/null
+++ b/data/styles/carp/pixmaps/blank.xpm
@@ -0,0 +1,19 @@
1/* XPM */
2static char * blank_xpm[] = {
3"15 15 1 1",
4" c #313131",
5" ",
6" ",
7" ",
8" ",
9" ",
10" ",
11" ",
12" ",
13" ",
14" ",
15" ",
16" ",
17" ",
18" ",
19" "};
diff --git a/data/styles/carp/pixmaps/close.xpm b/data/styles/carp/pixmaps/close.xpm
new file mode 100644
index 0000000..56a341c
--- /dev/null
+++ b/data/styles/carp/pixmaps/close.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * close_xpm[] = {
3"15 15 2 1",
4" c #313131",
5". c #F1F1F1",
6" ",
7" ",
8" ",
9" ",
10" .. .. ",
11" ... ... ",
12" ..... ",
13" ... ",
14" ..... ",
15" ... ... ",
16" .. .. ",
17" ",
18" ",
19" ",
20" "};
diff --git a/data/styles/carp/pixmaps/max.xpm b/data/styles/carp/pixmaps/max.xpm
new file mode 100644
index 0000000..a21d50d
--- /dev/null
+++ b/data/styles/carp/pixmaps/max.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * max_xpm[] = {
3"15 15 2 1",
4" c #313131",
5". c #F1F1F1",
6" ",
7" ",
8" ",
9" ",
10" ....... ",
11" ....... ",
12" . . ",
13" . . ",
14" . . ",
15" . . ",
16" ....... ",
17" ",
18" ",
19" ",
20" "};
diff --git a/data/styles/carp/pixmaps/min.xpm b/data/styles/carp/pixmaps/min.xpm
new file mode 100644
index 0000000..39ef4cf
--- /dev/null
+++ b/data/styles/carp/pixmaps/min.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * min_xpm[] = {
3"15 15 2 1",
4" c #313131",
5". c #F1F1F1",
6" ",
7" ",
8" ",
9" ",
10" ",
11" ",
12" ",
13" ",
14" ",
15" ....... ",
16" ....... ",
17" ",
18" ",
19" ",
20" "};
diff --git a/data/styles/carp/pixmaps/shade.xpm b/data/styles/carp/pixmaps/shade.xpm
new file mode 100644
index 0000000..0afdd2d
--- /dev/null
+++ b/data/styles/carp/pixmaps/shade.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * shade_xpm[] = {
3"15 15 2 1",
4" c #313131",
5". c #F1F1F1",
6" ",
7" ",
8" ",
9" ",
10" ",
11" ",
12" ",
13" ... ",
14" ",
15" ",
16" ",
17" ",
18" ",
19" ",
20" "};
diff --git a/data/styles/carp/pixmaps/unshade.xpm b/data/styles/carp/pixmaps/unshade.xpm
new file mode 100644
index 0000000..6cd4a8a
--- /dev/null
+++ b/data/styles/carp/pixmaps/unshade.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * unshade_xpm[] = {
3"15 15 2 1",
4" c #313131",
5". c #F1F1F1",
6" ",
7" ",
8" ",
9" ",
10" ",
11" ",
12" . ",
13" ... ",
14" . ",
15" ",
16" ",
17" ",
18" ",
19" ",
20" "};
diff --git a/data/styles/carp/theme.cfg b/data/styles/carp/theme.cfg
new file mode 100644
index 0000000..01dbe22
--- /dev/null
+++ b/data/styles/carp/theme.cfg
@@ -0,0 +1,202 @@
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: carp
15# made: tenner
16# date: 20-09-2006
17# http://www.tenr.de
18#
19############################################################## BACKGROUND #####
20
21background: flat gradient elliptic
22background.color: #535353
23background.colorTo: #404040
24
25############################################################## FONTS ##########
26
27menu.frame.font: sans-7:bold
28menu.title.font: sans-7:bold
29toolbar.clock.font: sans-7:bold
30toolbar.workspace.font: tahoma-7:bold
31toolbar.iconbar.focused.font: sans-7:bold
32toolbar.iconbar.unfocused.font: sans-7
33window.font: sans-7
34
35############################################################## MENU ###########
36
37menu.bevelWidth: 1
38
39#menu.itemHeight: 35
40#menu.titleHeight: 21
41menu.borderColor: #000000
42menu.borderWidth: 1
43
44menu.bullet: triangle
45menu.bullet.position: Right
46
47menu.title: flat
48menu.title.justify: center
49menu.title.color: #313131
50menu.title.colorTo: #313131
51menu.title.textColor: #ffffff
52
53menu.frame: flat
54menu.frame.justify: left
55menu.frame.color: #ffffff
56menu.frame.colorTo: #ffffff
57menu.frame.textColor: #323232
58menu.frame.disableColor: #C1C1C1
59
60menu.hilite: flat
61menu.hilite.color: #868686
62menu.hilite.colorTo: #868686
63menu.hilite.textColor: #ffffff
64
65############################################################## TOOLBAR ########
66
67toolbar.bevelWidth: 0
68
69toolbar.borderWidth: 2
70toolbar.borderColor: #000000
71
72toolbar.height: 15
73
74toolbar.justify: center
75
76toolbar: flat
77toolbar.pixmap:
78toolbar.color: #313131
79toolbar.colorTo: #313131
80
81toolbar.clock: flat
82toolbar.clock.justify: center
83toolbar.clock.color: #313131
84toolbar.clock.colorTo: #313131
85toolbar.clock.textColor: #F1F1F1
86
87toolbar.workspace: flat
88toolbar.workspace.justify: Center
89toolbar.workspace.color: #313131
90toolbar.workspace.colorTo: #313131
91toolbar.workspace.textColor: #F1F1F1
92
93toolbar.button: flat
94toolbar.button.color: #313131
95toolbar.button.colorTo: #313131
96toolbar.button.picColor: #F1F1F1
97toolbar.button.pressed: sunken
98toolbar.button.pressed.color: #313131
99toolbar.button.pressed.colorTo: #313131
100toolbar.button.pressed.picColor: #000000
101
102toolbar.iconbar.empty: flat
103toolbar.iconbar.empty.color: #313131
104toolbar.iconbar.empty.colorTo: #313131
105
106toolbar.iconbar.focused.borderWidth: 0
107toolbar.iconbar.focused.borderColor: #000000
108toolbar.iconbar.focused: sunken bevel2 gradient vertical
109toolbar.iconbar.focused.color: #ffffff
110toolbar.iconbar.focused.colorTo: #ffffff
111toolbar.iconbar.focused.textColor: #313131
112toolbar.iconbar.focused.justify: center
113
114toolbar.iconbar.unfocused.borderWidth: 0
115toolbar.iconbar.unfocused.borderColor: #000000
116toolbar.iconbar.unfocused: flat
117toolbar.iconbar.unfocused.color: #313131
118toolbar.iconbar.unfocused.colorTo: #313131
119toolbar.iconbar.unfocused.textColor: #F1F1F1
120toolbar.iconbar.unfocused.justify: center
121
122############################################################## WINDOW #########
123
124window.bevelWidth: 0
125window.shade: false
126window.borderWidth: 2
127window.borderColor: #000000
128
129window.justify: Center
130
131window.title.height: 15
132
133window.title.focus: flat
134window.title.focus.color: #313131
135window.title.focus.colorTo: #313131
136window.title.unfocus: flat
137window.title.unfocus.color: #313131
138window.title.unfocus.colorTo: #313131
139
140window.label.focus: sunken bevel2 gradient vertical
141window.label.focus.color: #ffffff
142window.label.focus.colorTo: #ffffff
143window.label.focus.textColor: #313131
144window.label.unfocus: flat
145window.label.unfocus.color: #313131
146window.label.unfocus.colorTo: #313131
147window.label.unfocus.textColor: #F1F1F1
148
149window.button.focus: flat
150window.button.focus.color: #313131
151window.button.focus.colorTo: #313131
152window.button.focus.picColor: #f1f1f1
153window.button.unfocus: flat
154window.button.unfocus.Color: #313131
155window.button.unfocus.ColorTo: #3A3A35
156window.button.unfocus.picColor: #313131
157window.button.pressed: flat
158window.button.pressed.color: #313131
159window.button.pressed.colorTo: #313131
160window.button.pressed.picColor: #313131
161
162window.shade.pixmap: shade.xpm
163window.shade.unfocus.pixmap: blank.xpm
164window.shade.pressed.pixmap: blank.xpm
165
166window.unshade.pixmap: unshade.xpm
167window.unshade.unfocus.pixmap: blank.xpm
168window.unshade.pressed.pixmap: blank.xpm
169
170window.close.pixmap: close.xpm
171window.close.unfocus.pixmap: blank.xpm
172window.close.pressed.pixmap: blank.xpm
173
174window.iconify.pixmap: min.xpm
175window.iconify.unfocus.pixmap: blank.xpm
176window.iconify.pressed.pixmap: blank.xpm
177
178window.maximize.pixmap: max.xpm
179window.maximize.unfocus.pixmap: blank.xpm
180window.maximize.pressed.pixmap: blank.xpm
181
182window.menuicon.pixmap: blank.xpm
183window.menuicon.unfocus.pixmap: blank.xpm
184window.menuicon.pressed.pixmap: blank.xpm
185
186window.handle.focus: flat
187window.handle.focus.color: #313131
188window.handle.focus.colorTo: #313131
189window.handle.unfocus: flat
190window.handle.unfocus.color: #313131
191window.handle.unfocus.colorTo: #313131
192window.handleWidth: 2
193
194window.grip.focus: flat
195window.grip.focus.color: #ffffff
196window.grip.focus.colorTo: #ffffff
197window.grip.unfocus: flat
198window.grip.unfocus.color: #313131
199window.grip.unfocus.colorTo: #313131
200
201###############################################################################
202# EOF