From a0c41e4ac14ac7920194e5bb890bd22d3ad27aec Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Tue, 7 May 2002 21:24:52 +0000 Subject: [PATCH] Add kde like theme (Old svn revision: 10294) --- themes/kde/Makefile.am | 45 +++++ themes/kde/Makefile.in | 235 +++++++++++++++++++++++++++ themes/kde/bottom-active.xpm | 16 ++ themes/kde/bottom-inactive.xpm | 16 ++ themes/kde/bottom-left-active.xpm | 31 ++++ themes/kde/bottom-left-inactive.xpm | 31 ++++ themes/kde/bottom-right-active.xpm | 31 ++++ themes/kde/bottom-right-inactive.xpm | 31 ++++ themes/kde/close-active.xpm | 29 ++++ themes/kde/close-inactive.xpm | 29 ++++ themes/kde/close-pressed.xpm | 29 ++++ themes/kde/hide-active.xpm | 29 ++++ themes/kde/hide-inactive.xpm | 29 ++++ themes/kde/hide-pressed.xpm | 29 ++++ themes/kde/left-active.xpm | 16 ++ themes/kde/left-inactive.xpm | 16 ++ themes/kde/maximize-active.xpm | 29 ++++ themes/kde/maximize-inactive.xpm | 29 ++++ themes/kde/maximize-pressed.xpm | 29 ++++ themes/kde/menu-active.xpm | 29 ++++ themes/kde/menu-inactive.xpm | 29 ++++ themes/kde/menu-pressed.xpm | 29 ++++ themes/kde/right-active.xpm | 15 ++ themes/kde/right-inactive.xpm | 15 ++ themes/kde/shade-active.xpm | 29 ++++ themes/kde/shade-inactive.xpm | 29 ++++ themes/kde/shade-pressed.xpm | 29 ++++ themes/kde/stick-active.xpm | 29 ++++ themes/kde/stick-inactive.xpm | 29 ++++ themes/kde/stick-pressed.xpm | 29 ++++ themes/kde/themerc | 4 + themes/kde/title-1-active.xpm | 28 ++++ themes/kde/title-1-inactive.xpm | 28 ++++ themes/kde/title-2-active.xpm | 28 ++++ themes/kde/title-2-inactive.xpm | 28 ++++ themes/kde/title-3-active.xpm | 28 ++++ themes/kde/title-3-inactive.xpm | 28 ++++ themes/kde/title-4-active.xpm | 30 ++++ themes/kde/title-4-inactive.xpm | 28 ++++ themes/kde/title-5-active.xpm | 28 ++++ themes/kde/title-5-inactive.xpm | 28 ++++ themes/kde/top-left-active.xpm | 52 ++++++ themes/kde/top-left-inactive.xpm | 51 ++++++ themes/kde/top-right-active.xpm | 51 ++++++ themes/kde/top-right-inactive.xpm | 51 ++++++ 45 files changed, 1511 insertions(+) create mode 100644 themes/kde/Makefile.am create mode 100644 themes/kde/Makefile.in create mode 100644 themes/kde/bottom-active.xpm create mode 100644 themes/kde/bottom-inactive.xpm create mode 100644 themes/kde/bottom-left-active.xpm create mode 100644 themes/kde/bottom-left-inactive.xpm create mode 100644 themes/kde/bottom-right-active.xpm create mode 100644 themes/kde/bottom-right-inactive.xpm create mode 100644 themes/kde/close-active.xpm create mode 100644 themes/kde/close-inactive.xpm create mode 100644 themes/kde/close-pressed.xpm create mode 100644 themes/kde/hide-active.xpm create mode 100644 themes/kde/hide-inactive.xpm create mode 100644 themes/kde/hide-pressed.xpm create mode 100644 themes/kde/left-active.xpm create mode 100644 themes/kde/left-inactive.xpm create mode 100644 themes/kde/maximize-active.xpm create mode 100644 themes/kde/maximize-inactive.xpm create mode 100644 themes/kde/maximize-pressed.xpm create mode 100644 themes/kde/menu-active.xpm create mode 100644 themes/kde/menu-inactive.xpm create mode 100644 themes/kde/menu-pressed.xpm create mode 100644 themes/kde/right-active.xpm create mode 100644 themes/kde/right-inactive.xpm create mode 100644 themes/kde/shade-active.xpm create mode 100644 themes/kde/shade-inactive.xpm create mode 100644 themes/kde/shade-pressed.xpm create mode 100644 themes/kde/stick-active.xpm create mode 100644 themes/kde/stick-inactive.xpm create mode 100644 themes/kde/stick-pressed.xpm create mode 100644 themes/kde/themerc create mode 100644 themes/kde/title-1-active.xpm create mode 100644 themes/kde/title-1-inactive.xpm create mode 100644 themes/kde/title-2-active.xpm create mode 100644 themes/kde/title-2-inactive.xpm create mode 100644 themes/kde/title-3-active.xpm create mode 100644 themes/kde/title-3-inactive.xpm create mode 100644 themes/kde/title-4-active.xpm create mode 100644 themes/kde/title-4-inactive.xpm create mode 100644 themes/kde/title-5-active.xpm create mode 100644 themes/kde/title-5-inactive.xpm create mode 100644 themes/kde/top-left-active.xpm create mode 100644 themes/kde/top-left-inactive.xpm create mode 100644 themes/kde/top-right-active.xpm create mode 100644 themes/kde/top-right-inactive.xpm diff --git a/themes/kde/Makefile.am b/themes/kde/Makefile.am new file mode 100644 index 000000000..6c4d64731 --- /dev/null +++ b/themes/kde/Makefile.am @@ -0,0 +1,45 @@ +themedir = $(prefix)/share/xfwm4/themes/kde +theme_DATA = bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-pressed.xpm \ + themerc \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm +EXTRA_DIST = $(theme_DATA) diff --git a/themes/kde/Makefile.in b/themes/kde/Makefile.in new file mode 100644 index 000000000..f7e304131 --- /dev/null +++ b/themes/kde/Makefile.in @@ -0,0 +1,235 @@ +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am + +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + +SHELL = @SHELL@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +bindir = @bindir@ +sbindir = @sbindir@ +libexecdir = @libexecdir@ +datadir = @datadir@ +sysconfdir = @sysconfdir@ +sharedstatedir = @sharedstatedir@ +localstatedir = @localstatedir@ +libdir = @libdir@ +infodir = @infodir@ +mandir = @mandir@ +includedir = @includedir@ +oldincludedir = /usr/include + +DESTDIR = + +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ + +top_builddir = ../.. + +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ + +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +transform = @program_transform_name@ + +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +CC = @CC@ +MAKEINFO = @MAKEINFO@ +PACKAGE = @PACKAGE@ +PKG_CONFIG = @PKG_CONFIG@ +VERSION = @VERSION@ + +themedir = $(prefix)/share/xfwm4/themes/kde +theme_DATA = bottom-active.xpm \ + bottom-inactive.xpm \ + bottom-left-active.xpm \ + bottom-left-inactive.xpm \ + bottom-right-active.xpm \ + bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-pressed.xpm \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-pressed.xpm \ + themerc \ + title-1-active.xpm \ + title-1-inactive.xpm \ + title-2-active.xpm \ + title-2-inactive.xpm \ + title-3-active.xpm \ + title-3-inactive.xpm \ + title-4-active.xpm \ + title-4-inactive.xpm \ + title-5-active.xpm \ + title-5-inactive.xpm \ + top-left-active.xpm \ + top-left-inactive.xpm \ + top-right-active.xpm \ + top-right-inactive.xpm + +EXTRA_DIST = $(theme_DATA) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = ../../config.h +CONFIG_CLEAN_FILES = +DATA = $(theme_DATA) + +DIST_COMMON = Makefile.am Makefile.in + + +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +TAR = gtar +GZIP_ENV = --best +all: all-redirect +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps themes/kde/Makefile + +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + + +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(themedir) + @list='$(theme_DATA)'; for p in $$list; do \ + if test -f $(srcdir)/$$p; then \ + echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themedir)/$$p"; \ + $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themedir)/$$p; \ + else if test -f $$p; then \ + echo " $(INSTALL_DATA) $$p $(DESTDIR)$(themedir)/$$p"; \ + $(INSTALL_DATA) $$p $(DESTDIR)$(themedir)/$$p; \ + fi; fi; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + list='$(theme_DATA)'; for p in $$list; do \ + rm -f $(DESTDIR)$(themedir)/$$p; \ + done +tags: TAGS +TAGS: + + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = themes/kde + +distdir: $(DISTFILES) + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ + cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ + || cp -p $$d/$$file $(distdir)/$$file || :; \ + fi; \ + done +info-am: +info: info-am +dvi-am: +dvi: dvi-am +check-am: all-am +check: check-am +installcheck-am: +installcheck: installcheck-am +install-exec-am: +install-exec: install-exec-am + +install-data-am: install-themeDATA +install-data: install-data-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am +install: install-am +uninstall-am: uninstall-themeDATA +uninstall: uninstall-am +all-am: Makefile $(DATA) +all-redirect: all-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install +installdirs: + $(mkinstalldirs) $(DESTDIR)$(themedir) + + +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -f config.cache config.log stamp-h stamp-h[0-9]* + +maintainer-clean-generic: +mostlyclean-am: mostlyclean-generic + +mostlyclean: mostlyclean-am + +clean-am: clean-generic mostlyclean-am + +clean: clean-am + +distclean-am: distclean-generic clean-am + +distclean: distclean-am + +maintainer-clean-am: maintainer-clean-generic distclean-am + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + +maintainer-clean: maintainer-clean-am + +.PHONY: uninstall-themeDATA install-themeDATA tags distdir info-am info \ +dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ +install-exec install-data-am install-data install-am install \ +uninstall-am uninstall all-redirect all-am all installdirs \ +mostlyclean-generic distclean-generic clean-generic \ +maintainer-clean-generic clean mostlyclean distclean maintainer-clean + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/themes/kde/bottom-active.xpm b/themes/kde/bottom-active.xpm new file mode 100644 index 000000000..81bfff406 --- /dev/null +++ b/themes/kde/bottom-active.xpm @@ -0,0 +1,16 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"8 8 5 1", +" c None", +". c #6A6D6A s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"@ c #DEDEDE s active_color_2", +"# c #000000 s active_border_color", +"........", +"++++++++", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"........", +"########"}; diff --git a/themes/kde/bottom-inactive.xpm b/themes/kde/bottom-inactive.xpm new file mode 100644 index 000000000..d4b625354 --- /dev/null +++ b/themes/kde/bottom-inactive.xpm @@ -0,0 +1,16 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"8 8 5 1", +" c None", +". c #6A6D6A s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #B4B6B4 s inactive_color_1", +"# c #000000 s inactive_border_color", +"........", +"++++++++", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"........", +"########"}; diff --git a/themes/kde/bottom-left-active.xpm b/themes/kde/bottom-left-active.xpm new file mode 100644 index 000000000..2a58e6f3b --- /dev/null +++ b/themes/kde/bottom-left-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"22 22 6 1", +" c None", +". c #000000 s active_border_color", +"+ c #FFFFFF s active_hilight_2", +"@ c #DEDEDE s active_color_2", +"# c #6A6D6A s active_shadow_2", +"$ c #B4B6B4 s inactive_color_1", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@###################", +".+++++++++++++++++++#+", +".+$$$$$$$$$$$$$$$$$$#+", +".+$$$$$$$$$$$$$$$$$$#+", +".+$$$$$$$$$$$$$$$$$$#+", +".+$$$$$$$$$$$$$$$$$$#+", +".#####################", +" ....................."}; diff --git a/themes/kde/bottom-left-inactive.xpm b/themes/kde/bottom-left-inactive.xpm new file mode 100644 index 000000000..ae67dad05 --- /dev/null +++ b/themes/kde/bottom-left-inactive.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"22 22 6 1", +" c None", +". c #000000 s inactive_border_color", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #DEDEDE s inactive_color_2", +"# c #6A6D6A s inactive_shadow_2", +"$ c #B4B6B4 s inactive_color_1", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@# ", +".+@###################", +".+++++++++++++++++++#+", +".+$$$$$$$$$$$$$$$$$$#+", +".+$$$$$$$$$$$$$$$$$$#+", +".+$$$$$$$$$$$$$$$$$$#+", +".+$$$$$$$$$$$$$$$$$$#+", +".#####################", +" ....................."}; diff --git a/themes/kde/bottom-right-active.xpm b/themes/kde/bottom-right-active.xpm new file mode 100644 index 000000000..8b7d5a847 --- /dev/null +++ b/themes/kde/bottom-right-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"22 22 6 1", +" c None", +". c #6A6D6A s active_shadow_2", +"+ c #DEDEDE s active_color_2", +"@ c #000000 s active_border_color", +"# c #FFFFFF s active_hilight_2", +"$ c #B4B6B4 s inactive_color_1", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +"...................+.@", +".###################.@", +".#$$$$$$$$$$$$$$$$$$.@", +".#$$$$$$$$$$$$$$$$$$.@", +".#$$$$$$$$$$$$$$$$$$.@", +".#$$$$$$$$$$$$$$$$$$.@", +".....................@", +"@@@@@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/kde/bottom-right-inactive.xpm b/themes/kde/bottom-right-inactive.xpm new file mode 100644 index 000000000..76107e7ac --- /dev/null +++ b/themes/kde/bottom-right-inactive.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"22 22 6 1", +" c None", +". c #6A6D6A s inactive_shadow_2", +"+ c #DEDEDE s inactive_color_2", +"@ c #000000 s inactive_border_color", +"# c #FFFFFF s inactive_hilight_2", +"$ c #B4B6B4 s inactive_color_1", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +" .+.@", +"...................+.@", +".###################.@", +".#$$$$$$$$$$$$$$$$$$.@", +".#$$$$$$$$$$$$$$$$$$.@", +".#$$$$$$$$$$$$$$$$$$.@", +".#$$$$$$$$$$$$$$$$$$.@", +".....................@", +"@@@@@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/kde/close-active.xpm b/themes/kde/close-active.xpm new file mode 100644 index 000000000..8304e63ba --- /dev/null +++ b/themes/kde/close-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * close_active_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #000000 s active_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+##$####$##.@+", +".@+#$$$##$$$#.@+", +".@+##$$$$$$##.@+", +".@+###$$$$###.@+", +".@+###$$$$###.@+", +".@+##$$$$$$##.@+", +".@+#$$$##$$$#.@+", +".@+##$####$##.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/close-inactive.xpm b/themes/kde/close-inactive.xpm new file mode 100644 index 000000000..4d926a435 --- /dev/null +++ b/themes/kde/close-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #6A6D6A s inactive_shadow_2", +"# c #DEDEDE s inactive_color_2", +"$ c #000000 s inactive_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+##$####$##.@+", +".@+#$$$##$$$#.@+", +".@+##$$$$$$##.@+", +".@+###$$$$###.@+", +".@+###$$$$###.@+", +".@+##$$$$$$##.@+", +".@+#$$$##$$$#.@+", +".@+##$####$##.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/close-pressed.xpm b/themes/kde/close-pressed.xpm new file mode 100644 index 000000000..13a1875e9 --- /dev/null +++ b/themes/kde/close-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #838183 s inactive_shadow_1", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@...........+@+", +".@.##########+@+", +".@.##########+@+", +".@.###$####$#+@+", +".@.##$$$##$$$+@+", +".@.###$$$$$$#+@+", +".@.####$$$$##+@+", +".@.####$$$$##+@+", +".@.###$$$$$$#+@+", +".@.##$$$##$$$+@+", +".@.###$####$#+@+", +".@++++++++++++@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/hide-active.xpm b/themes/kde/hide-active.xpm new file mode 100644 index 000000000..2d9e254ce --- /dev/null +++ b/themes/kde/hide-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #000000 s active_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@+###$$$$###.@+", +".@+###$$$$###.@+", +".@+###$$$$###.@+", +".@+###$$$$###.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/hide-inactive.xpm b/themes/kde/hide-inactive.xpm new file mode 100644 index 000000000..98ad51576 --- /dev/null +++ b/themes/kde/hide-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #6A6D6A s inactive_shadow_2", +"# c #DEDEDE s inactive_color_2", +"$ c #000000 s inactive_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@+###$$$$###.@+", +".@+###$$$$###.@+", +".@+###$$$$###.@+", +".@+###$$$$###.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/hide-pressed.xpm b/themes/kde/hide-pressed.xpm new file mode 100644 index 000000000..5dc3ed9c8 --- /dev/null +++ b/themes/kde/hide-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #838183 s inactive_shadow_1", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@...........+@+", +".@.##########+@+", +".@.##########+@+", +".@.##########+@+", +".@.##########+@+", +".@.####$$$$##+@+", +".@.####$$$$##+@+", +".@.####$$$$##+@+", +".@.####$$$$##+@+", +".@.##########+@+", +".@.##########+@+", +".@++++++++++++@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/left-active.xpm b/themes/kde/left-active.xpm new file mode 100644 index 000000000..3e451fa86 --- /dev/null +++ b/themes/kde/left-active.xpm @@ -0,0 +1,16 @@ +/* XPM */ +static char * left_active_xpm[] = { +"4 8 5 1", +" c None", +". c #000000 s active_border_color", +"+ c #FFFFFF s active_hilight_2", +"@ c #DEDEDE s active_color_2", +"# c #6A6D6A s active_shadow_2", +".+@#", +".+@#", +".+@#", +".+@#", +".+@#", +".+@#", +".+@#", +".+@#"}; diff --git a/themes/kde/left-inactive.xpm b/themes/kde/left-inactive.xpm new file mode 100644 index 000000000..a71de5e89 --- /dev/null +++ b/themes/kde/left-inactive.xpm @@ -0,0 +1,16 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"4 8 5 1", +" c None", +". c #000000 s inactive_border_color", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #DEDEDE s inactive_color_2", +"# c #6A6D6A s inactive_shadow_2", +".+@#", +".+@#", +".+@#", +".+@#", +".+@#", +".+@#", +".+@#", +".+@#"}; diff --git a/themes/kde/maximize-active.xpm b/themes/kde/maximize-active.xpm new file mode 100644 index 000000000..ee295ca17 --- /dev/null +++ b/themes/kde/maximize-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #000000 s active_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+#$$$$$$$$#.@+", +".@+#$$$$$$$$#.@+", +".@+#$$####$$#.@+", +".@+#$$####$$#.@+", +".@+#$$####$$#.@+", +".@+#$$####$$#.@+", +".@+#$$$$$$$$#.@+", +".@+#$$$$$$$$#.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/maximize-inactive.xpm b/themes/kde/maximize-inactive.xpm new file mode 100644 index 000000000..d3a564110 --- /dev/null +++ b/themes/kde/maximize-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #6A6D6A s inactive_shadow_2", +"# c #DEDEDE s inactive_color_2", +"$ c #000000 s inactive_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+#$$$$$$$$#.@+", +".@+#$$$$$$$$#.@+", +".@+#$$####$$#.@+", +".@+#$$####$$#.@+", +".@+#$$####$$#.@+", +".@+#$$####$$#.@+", +".@+#$$$$$$$$#.@+", +".@+#$$$$$$$$#.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/maximize-pressed.xpm b/themes/kde/maximize-pressed.xpm new file mode 100644 index 000000000..b606d0be2 --- /dev/null +++ b/themes/kde/maximize-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #838183 s inactive_shadow_1", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@...........+@+", +".@.##########+@+", +".@.##########+@+", +".@.##$$$$$$$$+@+", +".@.##$$$$$$$$+@+", +".@.##$$####$$+@+", +".@.##$$####$$+@+", +".@.##$$####$$+@+", +".@.##$$####$$+@+", +".@.##$$$$$$$$+@+", +".@.##$$$$$$$$+@+", +".@++++++++++++@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/menu-active.xpm b/themes/kde/menu-active.xpm new file mode 100644 index 000000000..3db3063d1 --- /dev/null +++ b/themes/kde/menu-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #000000 s active_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@+#$$$$$$$$#.@+", +".@+#$$$$$$$$#.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/menu-inactive.xpm b/themes/kde/menu-inactive.xpm new file mode 100644 index 000000000..0b0720101 --- /dev/null +++ b/themes/kde/menu-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #6A6D6A s inactive_shadow_2", +"# c #DEDEDE s inactive_color_2", +"$ c #000000 s inactive_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@+#$$$$$$$$#.@+", +".@+#$$$$$$$$#.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/menu-pressed.xpm b/themes/kde/menu-pressed.xpm new file mode 100644 index 000000000..faf869998 --- /dev/null +++ b/themes/kde/menu-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #838183 s inactive_shadow_1", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@...........+@+", +".@.##########+@+", +".@.##########+@+", +".@.##########+@+", +".@.##########+@+", +".@.##########+@+", +".@.##$$$$$$$$+@+", +".@.##$$$$$$$$+@+", +".@.##########+@+", +".@.##########+@+", +".@.##########+@+", +".@++++++++++++@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/right-active.xpm b/themes/kde/right-active.xpm new file mode 100644 index 000000000..d551cdfe8 --- /dev/null +++ b/themes/kde/right-active.xpm @@ -0,0 +1,15 @@ +/* XPM */ +static char * right_active_xpm[] = { +"4 8 4 1", +" c None", +". c #6A6D6A s active_shadow_2", +"+ c #DEDEDE s active_color_2", +"@ c #000000 s active_border_color", +".+.@", +".+.@", +".+.@", +".+.@", +".+.@", +".+.@", +".+.@", +".+.@"}; diff --git a/themes/kde/right-inactive.xpm b/themes/kde/right-inactive.xpm new file mode 100644 index 000000000..6f3b57726 --- /dev/null +++ b/themes/kde/right-inactive.xpm @@ -0,0 +1,15 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"4 8 4 1", +" c None", +". c #6A6D6A s inactive_shadow_2", +"+ c #DEDEDE s inactive_color_2", +"@ c #000000 s inactive_border_color", +".+.@", +".+.@", +".+.@", +".+.@", +".+.@", +".+.@", +".+.@", +".+.@"}; diff --git a/themes/kde/shade-active.xpm b/themes/kde/shade-active.xpm new file mode 100644 index 000000000..0ef8718cf --- /dev/null +++ b/themes/kde/shade-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #000000 s active_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+#$$$$$$$$#.@+", +".@+#$$$$$$$$#.@+", +".@+#$$$$$$$$#.@+", +".@+##########.@+", +".@+####$$####.@+", +".@+###$$$$###.@+", +".@+##$$$$$$##.@+", +".@+#$$$$$$$$#.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/shade-inactive.xpm b/themes/kde/shade-inactive.xpm new file mode 100644 index 000000000..8b2b9645a --- /dev/null +++ b/themes/kde/shade-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #6A6D6A s inactive_shadow_2", +"# c #DEDEDE s inactive_color_2", +"$ c #000000 s inactive_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+#$$$$$$$$#.@+", +".@+#$$$$$$$$#.@+", +".@+#$$$$$$$$#.@+", +".@+##########.@+", +".@+####$$####.@+", +".@+###$$$$###.@+", +".@+##$$$$$$##.@+", +".@+#$$$$$$$$#.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/shade-pressed.xpm b/themes/kde/shade-pressed.xpm new file mode 100644 index 000000000..17cb4d4c5 --- /dev/null +++ b/themes/kde/shade-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #838183 s inactive_shadow_1", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@...........+@+", +".@.##########+@+", +".@.##########+@+", +".@.##$$$$$$$$+@+", +".@.##$$$$$$$$+@+", +".@.##$$$$$$$$+@+", +".@.##########+@+", +".@.#####$$###+@+", +".@.####$$$$##+@+", +".@.###$$$$$$#+@+", +".@.##$$$$$$$$+@+", +".@++++++++++++@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/stick-active.xpm b/themes/kde/stick-active.xpm new file mode 100644 index 000000000..340e28f2c --- /dev/null +++ b/themes/kde/stick-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #000000 s active_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+##########.@+", +".@+####$$##$#.@+", +".@+####$+$$$#.@+", +".@+#+++$.++$#.@+", +".@+#$$$$...$#.@+", +".@+####$.$$$#.@+", +".@+####$$##$#.@+", +".@+##########.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/stick-inactive.xpm b/themes/kde/stick-inactive.xpm new file mode 100644 index 000000000..1368c1ddd --- /dev/null +++ b/themes/kde/stick-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #6A6D6A s inactive_shadow_2", +"# c #DEDEDE s inactive_color_2", +"$ c #000000 s inactive_border_color", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@+++++++++++.@+", +".@+##########.@+", +".@+##########.@+", +".@+####$$##$#.@+", +".@+####$+$$$#.@+", +".@+#+++$.++$#.@+", +".@+#$$$$...$#.@+", +".@+####$.$$$#.@+", +".@+####$$##$#.@+", +".@+##########.@+", +".@+##########.@+", +".@............@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/stick-pressed.xpm b/themes/kde/stick-pressed.xpm new file mode 100644 index 000000000..f84127a6a --- /dev/null +++ b/themes/kde/stick-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"16 20 6 1", +" c None", +". c #B4B6B4 s inactive_color_1", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"$ c #838183 s inactive_shadow_1", +" ", +" ", +" ", +"...............+", +".@@@@@@@@@@@@@@+", +".@...........+@+", +".@.##########+@+", +".@.##########+@+", +".@.##########+@+", +".@.#####$$##$+@+", +".@.#####$+$$$+@+", +".@.##+++$.++$+@+", +".@.##$$$$...$+@+", +".@.#####$.$$$+@+", +".@.#####$$##$+@+", +".@.##########+@+", +".@++++++++++++@+", +".@@@@@@@@@@@@@@+", +"++++++++++++++++", +" "}; diff --git a/themes/kde/themerc b/themes/kde/themerc new file mode 100644 index 000000000..700823db1 --- /dev/null +++ b/themes/kde/themerc @@ -0,0 +1,4 @@ +full_width_title=true +button_offset=0 +button_spacing=0 + diff --git a/themes/kde/title-1-active.xpm b/themes/kde/title-1-active.xpm new file mode 100644 index 000000000..a2cb691e9 --- /dev/null +++ b/themes/kde/title-1-active.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"4 20 5 1", +" c None", +". c #000000 s active_border_color", +"+ c #088DCD s active_hilight_1", +"@ c #085D8B s active_color_1", +"# c #6A6D6A s active_shadow_2", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"####"}; diff --git a/themes/kde/title-1-inactive.xpm b/themes/kde/title-1-inactive.xpm new file mode 100644 index 000000000..3b7e9da47 --- /dev/null +++ b/themes/kde/title-1-inactive.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"4 20 5 1", +" c None", +". c #000000 s inactive_border_color", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #DEDEDE s inactive_color_2", +"# c #6A6D6A s inactive_shadow_2", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"####"}; diff --git a/themes/kde/title-2-active.xpm b/themes/kde/title-2-active.xpm new file mode 100644 index 000000000..baee9cce1 --- /dev/null +++ b/themes/kde/title-2-active.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"4 20 5 1", +" c None", +". c #000000 s active_border_color", +"+ c #088DCD s active_hilight_1", +"@ c #085D8B s active_color_1", +"# c #6A6D6A s active_shadow_2", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"####"}; diff --git a/themes/kde/title-2-inactive.xpm b/themes/kde/title-2-inactive.xpm new file mode 100644 index 000000000..9fef38162 --- /dev/null +++ b/themes/kde/title-2-inactive.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"4 20 5 1", +" c None", +". c #000000 s inactive_border_color", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #DEDEDE s inactive_color_2", +"# c #6A6D6A s inactive_shadow_2", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"####"}; diff --git a/themes/kde/title-3-active.xpm b/themes/kde/title-3-active.xpm new file mode 100644 index 000000000..778cab7a6 --- /dev/null +++ b/themes/kde/title-3-active.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"4 20 5 1", +" c None", +". c #000000 s active_border_color", +"+ c #088DCD s active_hilight_1", +"@ c #085D8B s active_color_1", +"# c #6A6D6A s active_shadow_2", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"####"}; diff --git a/themes/kde/title-3-inactive.xpm b/themes/kde/title-3-inactive.xpm new file mode 100644 index 000000000..fe75e1cae --- /dev/null +++ b/themes/kde/title-3-inactive.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"4 20 5 1", +" c None", +". c #000000 s inactive_border_color", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #DEDEDE s inactive_color_2", +"# c #6A6D6A s inactive_shadow_2", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"####"}; diff --git a/themes/kde/title-4-active.xpm b/themes/kde/title-4-active.xpm new file mode 100644 index 000000000..1907e00b1 --- /dev/null +++ b/themes/kde/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"3 20 7 1", +" c None", +". c #000000 s active_border_color", +"+ c #088DCD s active_hilight_1", +"# c #FFFFFF s active_hilight_2", +"$ c #085D8B s active_color_1", +"% c #DEDEDE s active_color_2", +"& c #6A6D6A s active_shadow_2", +"...", +"+.#", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"$.%", +"&&&"}; diff --git a/themes/kde/title-4-inactive.xpm b/themes/kde/title-4-inactive.xpm new file mode 100644 index 000000000..de0b99822 --- /dev/null +++ b/themes/kde/title-4-inactive.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"3 20 5 1", +" c None", +". c #000000 s inactive_border_color", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #6A6D6A s inactive_shadow_2", +"# c #DEDEDE s inactive_color_2", +"...", +"+@+", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"#@#", +"@@@"}; diff --git a/themes/kde/title-5-active.xpm b/themes/kde/title-5-active.xpm new file mode 100644 index 000000000..412351e74 --- /dev/null +++ b/themes/kde/title-5-active.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"4 20 5 1", +" c None", +". c #000000 s active_border_color", +"+ c #FFFFFF s active_hilight_2", +"@ c #DEDEDE s active_color_2", +"# c #6A6D6A s active_shadow_2", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"####"}; diff --git a/themes/kde/title-5-inactive.xpm b/themes/kde/title-5-inactive.xpm new file mode 100644 index 000000000..beeb42b7d --- /dev/null +++ b/themes/kde/title-5-inactive.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"4 20 5 1", +" c None", +". c #000000 s inactive_border_color", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #DEDEDE s inactive_color_2", +"# c #6A6D6A s inactive_shadow_2", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"####"}; diff --git a/themes/kde/top-left-active.xpm b/themes/kde/top-left-active.xpm new file mode 100644 index 000000000..284029aac --- /dev/null +++ b/themes/kde/top-left-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"4 43 6 1", +" c None", +". c #000000 s active_border_color", +"+ c #088DCD s active_hilight_1", +"@ c #085D8B s active_color_1", +"$ c #6A6D6A s active_shadow_2", +"% c #DEDEDE s active_color_2", +" ...", +".+++", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+.$", +"..%$"}; diff --git a/themes/kde/top-left-inactive.xpm b/themes/kde/top-left-inactive.xpm new file mode 100644 index 000000000..5bedb4a8b --- /dev/null +++ b/themes/kde/top-left-inactive.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"4 43 5 1", +" c None", +". c #000000 s inactive_border_color", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #DEDEDE s inactive_color_2", +"$ c #6A6D6A s inactive_shadow_2", +" ...", +".+++", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@@", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+@$", +".+.$", +"..@$"}; diff --git a/themes/kde/top-right-active.xpm b/themes/kde/top-right-active.xpm new file mode 100644 index 000000000..d21bfb740 --- /dev/null +++ b/themes/kde/top-right-active.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"4 43 5 1", +" c None", +". c #000000 s active_border_color", +"+ c #FFFFFF s active_hilight_2", +"@ c #6A6D6A s active_shadow_2", +"# c #DEDEDE s active_color_2", +"... ", +"++@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@."}; diff --git a/themes/kde/top-right-inactive.xpm b/themes/kde/top-right-inactive.xpm new file mode 100644 index 000000000..563fb2a49 --- /dev/null +++ b/themes/kde/top-right-inactive.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"4 43 5 1", +" c None", +". c #000000 s inactive_border_color", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #6A6D6A s inactive_shadow_2", +"# c #DEDEDE s inactive_color_2", +"... ", +"++@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"##@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@.", +"@#@."}; -- GitLab