aboutsummaryrefslogtreecommitdiff
path: root/data/styles
diff options
context:
space:
mode:
authorunknown <unknown>2002-09-03 13:21:39 (GMT)
committerunknown <unknown>2002-09-03 13:21:39 (GMT)
commitccd16770769eb6d49656cb3bf2c15c8c3d529dce (patch)
treef72cb63861f4537184fdea9666a473b4c73aba76 /data/styles
parente2af535b0c57721234833ad5c94a10826c999a78 (diff)
parentf98c3c9045397bd9497621deb55b310366f8a5de (diff)
downloadfluxbox-ccd16770769eb6d49656cb3bf2c15c8c3d529dce.zip
fluxbox-ccd16770769eb6d49656cb3bf2c15c8c3d529dce.tar.bz2
This commit was manufactured by cvs2svn to create tagRelease-0_1_11
'Release-0_1_11'.
Diffstat (limited to 'data/styles')
-rw-r--r--data/styles/Makefile.in224
-rw-r--r--data/styles/TDF115
2 files changed, 339 insertions, 0 deletions
diff --git a/data/styles/Makefile.in b/data/styles/Makefile.in
new file mode 100644
index 0000000..8e3e3f4
--- /dev/null
+++ b/data/styles/Makefile.in
@@ -0,0 +1,224 @@
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# data/styles/Makefile.am for Blackbox 0.61.x - an X11 Window manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ../..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89styledir = $(pkgdatadir)/styles
90MAINTAINERCLEANFILES = Makefile.in
91
92style_DATA = Makro MerleyKay Clean CleanColor Artwiz Cthulhain Flux Minimal Nyz Operation Outcomes Rampage Rancor Results Shade Spiff TDF Twice Blue Carbondioxide qnx-photon
93EXTRA_DIST = $(style_DATA)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DATA = $(style_DATA)
98
99DIST_COMMON = Makefile.am Makefile.in
100
101
102DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104TAR = tar
105GZIP_ENV = --best
106all: all-redirect
107.SUFFIXES:
108$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps data/styles/Makefile
110
111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
112 cd $(top_builddir) \
113 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
114
115
116install-styleDATA: $(style_DATA)
117 @$(NORMAL_INSTALL)
118 $(mkinstalldirs) $(DESTDIR)$(styledir)
119 @list='$(style_DATA)'; for p in $$list; do \
120 if test -f $(srcdir)/$$p; then \
121 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(styledir)/$$p"; \
122 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(styledir)/$$p; \
123 else if test -f $$p; then \
124 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(styledir)/$$p"; \
125 $(INSTALL_DATA) $$p $(DESTDIR)$(styledir)/$$p; \
126 fi; fi; \
127 done
128
129uninstall-styleDATA:
130 @$(NORMAL_UNINSTALL)
131 list='$(style_DATA)'; for p in $$list; do \
132 rm -f $(DESTDIR)$(styledir)/$$p; \
133 done
134tags: TAGS
135TAGS:
136
137
138distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
139
140subdir = data/styles
141
142distdir: $(DISTFILES)
143 @for file in $(DISTFILES); do \
144 d=$(srcdir); \
145 if test -d $$d/$$file; then \
146 cp -pr $$/$$file $(distdir)/$$file; \
147 else \
148 test -f $(distdir)/$$file \
149 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
150 || cp -p $$d/$$file $(distdir)/$$file || :; \
151 fi; \
152 done
153info-am:
154info: info-am
155dvi-am:
156dvi: dvi-am
157check-am: all-am
158check: check-am
159installcheck-am:
160installcheck: installcheck-am
161install-exec-am:
162install-exec: install-exec-am
163
164install-data-am: install-styleDATA
165install-data: install-data-am
166
167install-am: all-am
168 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
169install: install-am
170uninstall-am: uninstall-styleDATA uninstall-local
171uninstall: uninstall-am
172all-am: Makefile $(DATA)
173all-redirect: all-am
174install-strip:
175 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
176installdirs:
177 $(mkinstalldirs) $(DESTDIR)$(styledir)
178
179
180mostlyclean-generic:
181
182clean-generic:
183
184distclean-generic:
185 -rm -f Makefile $(CONFIG_CLEAN_FILES)
186 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
187
188maintainer-clean-generic:
189 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
190mostlyclean-am: mostlyclean-generic
191
192mostlyclean: mostlyclean-am
193
194clean-am: clean-generic mostlyclean-am
195
196clean: clean-am
197
198distclean-am: distclean-generic clean-am distclean-local
199 -rm -f libtool
200
201distclean: distclean-am
202
203maintainer-clean-am: maintainer-clean-generic distclean-am
204 @echo "This command is intended for maintainers to use;"
205 @echo "it deletes files that may require special tools to rebuild."
206
207maintainer-clean: maintainer-clean-am
208
209.PHONY: uninstall-styleDATA install-styleDATA tags distdir info-am info \
210dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
211install-exec install-data-am install-data install-am install \
212uninstall-local uninstall-am uninstall all-redirect all-am all \
213installdirs mostlyclean-generic distclean-generic clean-generic \
214maintainer-clean-generic clean mostlyclean distclean maintainer-clean
215
216
217uninstall-local:
218 rmdir $(styledir)
219distclean-local:
220 rm -f *\~
221
222# Tell versions [3.59,3.63) of GNU make to not export all variables.
223# Otherwise a system limit (for SysV at least) may be exceeded.
224.NOEXPORT:
diff --git a/data/styles/TDF b/data/styles/TDF
new file mode 100644
index 0000000..d91fc2c
--- /dev/null
+++ b/data/styles/TDF
@@ -0,0 +1,115 @@
1! TarishedCopper.style
2! by The Dixie Flatline.
3! root image copyright(c)1999 propaganda.themes.org
4! used w/o permission (for non-canned release)
5! ----
6! You may only distribute this theme with the original
7! root image or with the original blackbox source.
8! ----
9! for Blackbox 0.60.x -ONLY-
10! missing: slit border color
11
12toolbar: raised gradient bevel1
13toolbar.color: black
14toolbar.colorTo: black
15toolbar.label: Raised Gradient pipecross Bevel1
16toolbar.label.color: rgb:4e/38/32
17toolbar.label.colorTo: rgb:af/89/7c
18toolbar.label.textColor: black
19toolbar.windowLabel: Raised Gradient pyramid Bevel1
20toolbar.windowLabel.color: black
21toolbar.windowLabel.colorTo: rgb:af/89/7c
22toolbar.windowLabel.textColor: black
23toolbar.clock: Raised Gradient pipecross bevel1
24toolbar.clock.color: rgb:4e/38/32
25toolbar.clock.colorTo: rgb:af/89/7c
26toolbar.clock.textColor: black
27toolbar.button: Raised gradient pipecross bevel1
28toolbar.button.color: rgb:4e/38/32
29toolbar.button.colorTo: rgb:af/89/7c
30toolbar.button.picColor: black
31toolbar.button.pressed: Flat Gradient Diagonal Bevel1
32toolbar.button.pressed.color: rgb:32/32/32
33toolbar.button.pressed.colorTo: rgb:82/6d/53
34toolbar.justify: center
35
36menu.title: Raised Gradient pipecross Bevel1
37menu.title.color: rgb:4e/38/32
38menu.title.colorTo: rgb:af/89/7c
39menu.title.textColor: black
40menu.title.justify: center
41menu.frame: raised Gradient elliptic Bevel1
42menu.frame.color: black
43menu.frame.colorTo: rgb:af/89/7c
44menu.frame.textColor: black
45menu.frame.justify: center
46menu.hilite: sunken gradient crossdiagonal bevel1
47menu.hilite.color: rgb:4e/38/32
48menu.hilite.colorTo: rgb:af/89/7c
49menu.hilite.textColor: rgb:ff/ff/ff
50menu.bullet: empty
51menu.bullet.position: right
52
53window.title.focus: Raised Gradient Diagonal bevel1
54window.title.focus.color: black
55window.title.focus.colorTo: black
56window.title.unfocus: Raised Gradient Diagonal bevel1
57window.title.unfocus.color: black
58window.title.unfocus.colorTo: black
59
60window.label.focus: raised Gradient pyramid Bevel1
61window.label.focus.color: black
62window.label.focus.colorTo: rgb:b3/8c/7f
63window.label.focus.textColor: black
64
65window.label.unfocus: raised Gradient pyramid Bevel1
66window.label.unfocus.color: black
67window.label.unfocus.colorTo: rgb:6c/54/4c
68window.label.unfocus.textColor: black
69
70window.button.focus: Raised Gradient pipecross Bevel1
71window.button.focus.color: rgb:4e/38/32
72window.button.focus.colorTo: rgb:af/89/7c
73window.button.focus.picColor: black
74window.button.unfocus: raised gradient pyramid bevel2
75window.button.unfocus.color: black
76window.button.unfocus.colorTo: rgb:6c/54/4c
77window.button.unfocus.picColor: black
78window.button.pressed: Flat Gradient Diagonal Bevel1
79window.button.pressed.color: rgb:32/32/32
80window.button.pressed.colorTo: rgb:82/6d/53
81
82window.frame.focusColor: rgb:4e/38/32
83window.frame.unfocusColor: rgb:4c/36/30
84
85window.handle.focus: raised Gradient pyramid Bevel2
86window.handle.focus.color: black
87window.handle.focus.colorTo: rgb:af/89/7c
88window.handle.unfocus: raised Gradient pyramid Bevel2
89window.handle.unfocus.color: black
90window.handle.unfocus.colorTo: rgb:6c/54/4c
91
92window.grip.focus: raised gradient pipecross bevel1
93window.grip.focus.color: rgb:4e/38/32
94window.grip.focus.colorTo: rgb:af/89/7c
95window.grip.unfocus: raised gradient pyramid bevel1
96window.grip.unfocus.color: black
97window.grip.unfocus.colorTo: rgb:6c/54/4c
98
99borderWidth: 1
100bevelWidth: 1
101handleWidth: 5
102window.justify: CenterJustify
103
104toolbar.font: lucidasans-10
105menu.title.Font: lucidasans-10
106menu.frame.font: lucidasans-10
107window.font: lucidasans-10
108menuFont: lucidasans-10
109titleFont: lucidasans-10
110
111borderColor: rgb:00/00/00
112rootCommand: bsetroot -gradient flatcrossdiagonalgradient -from black -to rgb:af/89/7c
113
114! fin
115