summaryrefslogtreecommitdiffstats
path: root/twin-styles/glow/themes/glass_large
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/glow/themes/glass_large')
-rw-r--r--twin-styles/glow/themes/glass_large/CMakeLists.txt22
-rw-r--r--twin-styles/glow/themes/glass_large/Makefile.am17
-rw-r--r--twin-styles/glow/themes/glass_large/background.pngbin0 -> 1217 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/close.pngbin0 -> 190 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/close_glow.pngbin0 -> 731 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/glass_large.theme19
-rw-r--r--twin-styles/glow/themes/glass_large/help.pngbin0 -> 187 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/help_glow.pngbin0 -> 720 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/iconify.pngbin0 -> 194 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/iconify_glow.pngbin0 -> 723 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/maximizeoff.pngbin0 -> 174 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/maximizeoff_glow.pngbin0 -> 667 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/maximizeon.pngbin0 -> 195 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/maximizeon_glow.pngbin0 -> 700 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/stickyoff.pngbin0 -> 182 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/stickyoff_glow.pngbin0 -> 658 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/stickyon.pngbin0 -> 178 bytes
-rw-r--r--twin-styles/glow/themes/glass_large/stickyon_glow.pngbin0 -> 674 bytes
18 files changed, 58 insertions, 0 deletions
diff --git a/twin-styles/glow/themes/glass_large/CMakeLists.txt b/twin-styles/glow/themes/glass_large/CMakeLists.txt
new file mode 100644
index 00000000..597d15c1
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/CMakeLists.txt
@@ -0,0 +1,22 @@
+#################################################
+#
+# (C) 2011 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ background.png
+ help.png help_glow.png
+ close.png close_glow.png
+ iconify.png iconify_glow.png
+ maximizeoff.png maximizeoff_glow.png
+ maximizeon.png maximizeon_glow.png
+ stickyon.png stickyon_glow.png
+ stickyoff.png stickyoff_glow.png
+ glass_large.theme
+ DESTINATION ${DATA_INSTALL_DIR}/twin/glow-themes/glass_large )
diff --git a/twin-styles/glow/themes/glass_large/Makefile.am b/twin-styles/glow/themes/glass_large/Makefile.am
new file mode 100644
index 00000000..353e4b6f
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/Makefile.am
@@ -0,0 +1,17 @@
+linkdir = $(kde_datadir)/twin/glow-themes/glass_large
+link_DATA = \
+background.png \
+help.png help_glow.png \
+close.png close_glow.png \
+iconify.png iconify_glow.png \
+maximizeoff.png maximizeoff_glow.png \
+maximizeon.png maximizeon_glow.png \
+stickyon.png stickyon_glow.png \
+stickyoff.png stickyoff_glow.png \
+glass_large.theme
+
+EXTRA_DIST = $(link_DATA)
+
+###KMAKE-start (don't edit or delete this block)
+
+###KMAKE-end
diff --git a/twin-styles/glow/themes/glass_large/background.png b/twin-styles/glow/themes/glass_large/background.png
new file mode 100644
index 00000000..860e346f
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/background.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/close.png b/twin-styles/glow/themes/glass_large/close.png
new file mode 100644
index 00000000..4e180281
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/close.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/close_glow.png b/twin-styles/glow/themes/glass_large/close_glow.png
new file mode 100644
index 00000000..59976dd3
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/close_glow.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/glass_large.theme b/twin-styles/glow/themes/glass_large/glass_large.theme
new file mode 100644
index 00000000..1fdf6832
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/glass_large.theme
@@ -0,0 +1,19 @@
+buttonSize=23,23
+
+backgroundPixmap=background.png
+
+stickyOnPixmap=stickyon.png
+stickyOffPixmap=stickyoff.png
+maximizeOnPixmap=maximizeon.png
+maximizeOffPixmap=maximizeoff.png
+helpPixmap=help.png
+closePixmap=close.png
+iconifyPixmap=iconify.png
+
+stickyOnGlowPixmap=stickyon_glow.png
+stickyOffGlowPixmap=stickyoff_glow.png
+maximizeOnGlowPixmap=maximizeon_glow.png
+maximizeOffGlowPixmap=maximizeoff_glow.png
+helpGlowPixmap=help_glow.png
+closeGlowPixmap=close_glow.png
+iconifyGlowPixmap=iconify_glow.png
diff --git a/twin-styles/glow/themes/glass_large/help.png b/twin-styles/glow/themes/glass_large/help.png
new file mode 100644
index 00000000..464a7d49
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/help.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/help_glow.png b/twin-styles/glow/themes/glass_large/help_glow.png
new file mode 100644
index 00000000..21e94cd0
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/help_glow.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/iconify.png b/twin-styles/glow/themes/glass_large/iconify.png
new file mode 100644
index 00000000..c148f4bb
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/iconify.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/iconify_glow.png b/twin-styles/glow/themes/glass_large/iconify_glow.png
new file mode 100644
index 00000000..9daa831b
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/iconify_glow.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/maximizeoff.png b/twin-styles/glow/themes/glass_large/maximizeoff.png
new file mode 100644
index 00000000..40580530
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/maximizeoff.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/maximizeoff_glow.png b/twin-styles/glow/themes/glass_large/maximizeoff_glow.png
new file mode 100644
index 00000000..164aadbf
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/maximizeoff_glow.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/maximizeon.png b/twin-styles/glow/themes/glass_large/maximizeon.png
new file mode 100644
index 00000000..34e9425a
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/maximizeon.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/maximizeon_glow.png b/twin-styles/glow/themes/glass_large/maximizeon_glow.png
new file mode 100644
index 00000000..6038c045
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/maximizeon_glow.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/stickyoff.png b/twin-styles/glow/themes/glass_large/stickyoff.png
new file mode 100644
index 00000000..a29cde1a
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/stickyoff.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/stickyoff_glow.png b/twin-styles/glow/themes/glass_large/stickyoff_glow.png
new file mode 100644
index 00000000..76c4781e
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/stickyoff_glow.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/stickyon.png b/twin-styles/glow/themes/glass_large/stickyon.png
new file mode 100644
index 00000000..c805faf4
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/stickyon.png
Binary files differ
diff --git a/twin-styles/glow/themes/glass_large/stickyon_glow.png b/twin-styles/glow/themes/glass_large/stickyon_glow.png
new file mode 100644
index 00000000..7a6b9ec4
--- /dev/null
+++ b/twin-styles/glow/themes/glass_large/stickyon_glow.png
Binary files differ