summaryrefslogtreecommitdiffstats
path: root/ksplashml/pics/themes
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/pics/themes')
-rw-r--r--ksplashml/pics/themes/CMakeLists.txt17
-rw-r--r--ksplashml/pics/themes/Makefile.am2
-rw-r--r--ksplashml/pics/themes/TDE-Classic/CMakeLists.txt17
-rw-r--r--ksplashml/pics/themes/TDE-Classic/Makefile.am5
-rw-r--r--ksplashml/pics/themes/TDE-Classic/Preview.pngbin0 -> 27938 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/Theme.rc22
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/CMakeLists.txt15
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/Makefile.am4
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/Preview.pngbin0 -> 27938 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/Theme.rc19
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/splash_active_bar.pngbin0 -> 22938 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/splash_bottom.pngbin0 -> 264 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/splash_inactive_bar.pngbin0 -> 21744 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/splash_top.pngbin0 -> 7985 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/splash_active_bar.pngbin0 -> 22938 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/splash_bottom.pngbin0 -> 282 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/splash_inactive_bar.pngbin0 -> 21744 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/splash_top.pngbin0 -> 16010 bytes
-rw-r--r--ksplashml/pics/themes/blue-bend/CMakeLists.txt15
-rw-r--r--ksplashml/pics/themes/blue-bend/Makefile.am4
-rw-r--r--ksplashml/pics/themes/blue-bend/Preview.pngbin0 -> 71580 bytes
-rw-r--r--ksplashml/pics/themes/blue-bend/Theme.rc23
-rw-r--r--ksplashml/pics/themes/blue-bend/splash_active_bar.pngbin0 -> 21255 bytes
-rw-r--r--ksplashml/pics/themes/blue-bend/splash_bottom.pngbin0 -> 204 bytes
-rw-r--r--ksplashml/pics/themes/blue-bend/splash_inactive_bar.pngbin0 -> 11997 bytes
-rw-r--r--ksplashml/pics/themes/blue-bend/splash_top.pngbin0 -> 74445 bytes
-rw-r--r--ksplashml/pics/themes/default/CMakeLists.txt15
-rw-r--r--ksplashml/pics/themes/default/Makefile.am4
-rw-r--r--ksplashml/pics/themes/default/Preview.pngbin0 -> 62998 bytes
-rw-r--r--ksplashml/pics/themes/default/Theme.rc19
-rw-r--r--ksplashml/pics/themes/default/splash_active_bar.pngbin0 -> 26541 bytes
-rw-r--r--ksplashml/pics/themes/default/splash_bottom.pngbin0 -> 2722 bytes
-rw-r--r--ksplashml/pics/themes/default/splash_inactive_bar.pngbin0 -> 16337 bytes
-rw-r--r--ksplashml/pics/themes/default/splash_top.pngbin0 -> 66090 bytes
-rw-r--r--ksplashml/pics/themes/none/CMakeLists.txt14
-rw-r--r--ksplashml/pics/themes/none/Makefile.am4
-rw-r--r--ksplashml/pics/themes/none/Theme.rc6
-rw-r--r--ksplashml/pics/themes/simple/CMakeLists.txt14
-rw-r--r--ksplashml/pics/themes/simple/Makefile.am4
-rw-r--r--ksplashml/pics/themes/simple/Preview.pngbin0 -> 53363 bytes
-rw-r--r--ksplashml/pics/themes/simple/Theme.rc7
-rw-r--r--ksplashml/pics/themes/unified/CMakeLists.txt14
-rw-r--r--ksplashml/pics/themes/unified/Makefile.am4
-rw-r--r--ksplashml/pics/themes/unified/Theme.rc16
44 files changed, 264 insertions, 0 deletions
diff --git a/ksplashml/pics/themes/CMakeLists.txt b/ksplashml/pics/themes/CMakeLists.txt
new file mode 100644
index 000000000..947054ede
--- /dev/null
+++ b/ksplashml/pics/themes/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( blue-bend )
+add_subdirectory( default )
+add_subdirectory( unified )
+add_subdirectory( none )
+add_subdirectory( simple )
+add_subdirectory( TDE-Classic )
diff --git a/ksplashml/pics/themes/Makefile.am b/ksplashml/pics/themes/Makefile.am
new file mode 100644
index 000000000..84e5124fc
--- /dev/null
+++ b/ksplashml/pics/themes/Makefile.am
@@ -0,0 +1,2 @@
+SUBDIRS=$(AUTODIRS)
+
diff --git a/ksplashml/pics/themes/TDE-Classic/CMakeLists.txt b/ksplashml/pics/themes/TDE-Classic/CMakeLists.txt
new file mode 100644
index 000000000..f2ed63cae
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( locolor )
+
+install( FILES
+ Theme.rc Preview.png splash_active_bar.png splash_bottom.png
+ splash_inactive_bar.png splash_top.png
+ DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/TDE-Classic )
diff --git a/ksplashml/pics/themes/TDE-Classic/Makefile.am b/ksplashml/pics/themes/TDE-Classic/Makefile.am
new file mode 100644
index 000000000..7602e6be1
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/Makefile.am
@@ -0,0 +1,5 @@
+SUBDIRS=locolor
+EXTRA_DIST=Theme.rc Preview.png splash_active_bar.png splash_bottom.png splash_inactive_bar.png splash_top.png
+
+ksplashml_pics_default_datadir = $(kde_datadir)/ksplash/Themes/TDE-Classic
+ksplashml_pics_default_data_DATA = $(EXTRA_DIST)
diff --git a/ksplashml/pics/themes/TDE-Classic/Preview.png b/ksplashml/pics/themes/TDE-Classic/Preview.png
new file mode 100644
index 000000000..21a6b914f
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/Preview.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/Theme.rc b/ksplashml/pics/themes/TDE-Classic/Theme.rc
new file mode 100644
index 000000000..a03e5d2fb
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/Theme.rc
@@ -0,0 +1,22 @@
+# Default KSplash/ML Theme
+
+[KSplash Theme: TDE-Classic]
+Name = TDE 3.5 Splash Screen
+Description = Waves of change
+Version = 1.0
+Author = Lee Olson <clearbeast@gmail.com> and Timothy Pearson <kb9vqf@pearsoncomputing.net>
+
+# Theme behaviour settings.
+Engine = Default
+
+# Should icons blink ala Trinity, or not?
+Icons Flashing = true
+
+# Show progress bar?
+Always Show Progress = false
+
+# Status text colour
+Label Foreground = #FFFFFF
+
+# Offset of each of the 7 icons, useful for adjusting flashing positon for different size icons
+Icon Offsets = 0, 0, 0, 0, 0, 0, -8
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/CMakeLists.txt b/ksplashml/pics/themes/TDE-Classic/locolor/CMakeLists.txt
new file mode 100644
index 000000000..15c610108
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/CMakeLists.txt
@@ -0,0 +1,15 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ Theme.rc splash_active_bar.png splash_bottom.png
+ splash_inactive_bar.png splash_top.png
+ DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/TDE-Classic/locolor )
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/Makefile.am b/ksplashml/pics/themes/TDE-Classic/locolor/Makefile.am
new file mode 100644
index 000000000..bfea3e033
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/Makefile.am
@@ -0,0 +1,4 @@
+EXTRA_DIST=Theme.rc splash_active_bar.png splash_bottom.png splash_inactive_bar.png splash_top.png
+
+ksplashml_pics_classic_locolor_datadir = $(kde_datadir)/ksplash/Themes/TDE-Classic/locolor
+ksplashml_pics_classic_locolor_data_DATA = $(EXTRA_DIST)
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/Preview.png b/ksplashml/pics/themes/TDE-Classic/locolor/Preview.png
new file mode 100644
index 000000000..21a6b914f
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/Preview.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/Theme.rc b/ksplashml/pics/themes/TDE-Classic/locolor/Theme.rc
new file mode 100644
index 000000000..f18415a0c
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/Theme.rc
@@ -0,0 +1,19 @@
+# Default KSplash/ML Theme
+
+[KSplash Theme: TDE-Classic]
+Name = TDE 3.5 Splash Screen
+Description = Waves of change
+Version = 1.0
+Author = Lee Olson <clearbeast@gmail.com> and Timothy Pearson <kb9vqf@pearsoncomputing.net>
+
+# Theme behaviour settings.
+Engine = Default
+
+# Should icons blink ala Trinity, or not?
+Icons Flashing = true
+
+# Show progress bar?
+Always Show Progress = false
+
+# Status text colour
+Label Foreground = #FFFFFF
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/splash_active_bar.png b/ksplashml/pics/themes/TDE-Classic/locolor/splash_active_bar.png
new file mode 100644
index 000000000..ed4c25f1e
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/splash_active_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/splash_bottom.png b/ksplashml/pics/themes/TDE-Classic/locolor/splash_bottom.png
new file mode 100644
index 000000000..26c99f3af
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/splash_bottom.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/splash_inactive_bar.png b/ksplashml/pics/themes/TDE-Classic/locolor/splash_inactive_bar.png
new file mode 100644
index 000000000..c521c8c68
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/splash_inactive_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/splash_top.png b/ksplashml/pics/themes/TDE-Classic/locolor/splash_top.png
new file mode 100644
index 000000000..52d5d32b7
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/splash_top.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/splash_active_bar.png b/ksplashml/pics/themes/TDE-Classic/splash_active_bar.png
new file mode 100644
index 000000000..ed4c25f1e
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/splash_active_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/splash_bottom.png b/ksplashml/pics/themes/TDE-Classic/splash_bottom.png
new file mode 100644
index 000000000..ef5e14a58
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/splash_bottom.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/splash_inactive_bar.png b/ksplashml/pics/themes/TDE-Classic/splash_inactive_bar.png
new file mode 100644
index 000000000..c521c8c68
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/splash_inactive_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/splash_top.png b/ksplashml/pics/themes/TDE-Classic/splash_top.png
new file mode 100644
index 000000000..e0336c5aa
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/splash_top.png
Binary files differ
diff --git a/ksplashml/pics/themes/blue-bend/CMakeLists.txt b/ksplashml/pics/themes/blue-bend/CMakeLists.txt
new file mode 100644
index 000000000..76a069a83
--- /dev/null
+++ b/ksplashml/pics/themes/blue-bend/CMakeLists.txt
@@ -0,0 +1,15 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ Theme.rc Preview.png splash_active_bar.png splash_bottom.png
+ splash_inactive_bar.png splash_top.png
+ DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/blue-bend )
diff --git a/ksplashml/pics/themes/blue-bend/Makefile.am b/ksplashml/pics/themes/blue-bend/Makefile.am
new file mode 100644
index 000000000..4f2063eab
--- /dev/null
+++ b/ksplashml/pics/themes/blue-bend/Makefile.am
@@ -0,0 +1,4 @@
+EXTRA_DIST=Theme.rc Preview.png splash_active_bar.png splash_bottom.png splash_inactive_bar.png splash_top.png
+
+ksplashml_pics_default_datadir = $(kde_datadir)/ksplash/Themes/blue-bend
+ksplashml_pics_default_data_DATA = $(EXTRA_DIST)
diff --git a/ksplashml/pics/themes/blue-bend/Preview.png b/ksplashml/pics/themes/blue-bend/Preview.png
new file mode 100644
index 000000000..3aee9284d
--- /dev/null
+++ b/ksplashml/pics/themes/blue-bend/Preview.png
Binary files differ
diff --git a/ksplashml/pics/themes/blue-bend/Theme.rc b/ksplashml/pics/themes/blue-bend/Theme.rc
new file mode 100644
index 000000000..c329290ce
--- /dev/null
+++ b/ksplashml/pics/themes/blue-bend/Theme.rc
@@ -0,0 +1,23 @@
+#
+# Blue-Bend KSplash/ML Theme
+#
+
+[KSplash Theme: blue-bend]
+Name = Blue-Bend KDE Splash Theme
+Description = Load Blue-Bend KDE KSplash theme.
+Version = 1.0
+Author = Everaldo Coelho <everaldo@everaldo.com>
+Homepage = http://www.everaldo.com
+
+# Theme behavior settings.
+Engine = Default
+
+# Should icons blink ala KDE, or not?
+Icons Flashing = true
+
+# Configurable Messages. You may specify messages in as many
+# languages as you prefer. Messages may be copied verbatim from
+# this file, if you wish to maintain the default settings.
+#Message1 = Please wait, starting KDE...
+#Message1[es] = Por favor escuchar, estarto KDE...
+#Message2 = Loading ...
diff --git a/ksplashml/pics/themes/blue-bend/splash_active_bar.png b/ksplashml/pics/themes/blue-bend/splash_active_bar.png
new file mode 100644
index 000000000..76ebcc43b
--- /dev/null
+++ b/ksplashml/pics/themes/blue-bend/splash_active_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/blue-bend/splash_bottom.png b/ksplashml/pics/themes/blue-bend/splash_bottom.png
new file mode 100644
index 000000000..070097af1
--- /dev/null
+++ b/ksplashml/pics/themes/blue-bend/splash_bottom.png
Binary files differ
diff --git a/ksplashml/pics/themes/blue-bend/splash_inactive_bar.png b/ksplashml/pics/themes/blue-bend/splash_inactive_bar.png
new file mode 100644
index 000000000..7cfebc0f7
--- /dev/null
+++ b/ksplashml/pics/themes/blue-bend/splash_inactive_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/blue-bend/splash_top.png b/ksplashml/pics/themes/blue-bend/splash_top.png
new file mode 100644
index 000000000..bfcd8637b
--- /dev/null
+++ b/ksplashml/pics/themes/blue-bend/splash_top.png
Binary files differ
diff --git a/ksplashml/pics/themes/default/CMakeLists.txt b/ksplashml/pics/themes/default/CMakeLists.txt
new file mode 100644
index 000000000..6157c39cd
--- /dev/null
+++ b/ksplashml/pics/themes/default/CMakeLists.txt
@@ -0,0 +1,15 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ Theme.rc Preview.png splash_active_bar.png splash_bottom.png
+ splash_inactive_bar.png splash_top.png
+ DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/Default )
diff --git a/ksplashml/pics/themes/default/Makefile.am b/ksplashml/pics/themes/default/Makefile.am
new file mode 100644
index 000000000..20c214004
--- /dev/null
+++ b/ksplashml/pics/themes/default/Makefile.am
@@ -0,0 +1,4 @@
+EXTRA_DIST=Theme.rc Preview.png splash_active_bar.png splash_bottom.png splash_inactive_bar.png splash_top.png
+
+ksplashml_pics_default_datadir = $(kde_datadir)/ksplash/Themes/Default
+ksplashml_pics_default_data_DATA = $(EXTRA_DIST)
diff --git a/ksplashml/pics/themes/default/Preview.png b/ksplashml/pics/themes/default/Preview.png
new file mode 100644
index 000000000..25eae1721
--- /dev/null
+++ b/ksplashml/pics/themes/default/Preview.png
Binary files differ
diff --git a/ksplashml/pics/themes/default/Theme.rc b/ksplashml/pics/themes/default/Theme.rc
new file mode 100644
index 000000000..00896eb33
--- /dev/null
+++ b/ksplashml/pics/themes/default/Theme.rc
@@ -0,0 +1,19 @@
+#
+# Refresh KSplash/ML Theme
+#
+
+[KSplash Theme: Refresh]
+Name = Refresh TDE Splash Theme
+Description = Load Refresh TDE KSplash theme.
+Version = 1.0
+Author = TDE Team
+Homepage = trinitydesktop.org
+
+# Theme behavior settings.
+Engine = Default
+
+# Should icons blink ala TDE, or not?
+Icons Flashing = true
+
+# Offset of each of the 7 icons, useful for adjusting flashing positon for different size icons
+# Icon Offsets = 0, 0, 0, 0, 0, 0, 0 \ No newline at end of file
diff --git a/ksplashml/pics/themes/default/splash_active_bar.png b/ksplashml/pics/themes/default/splash_active_bar.png
new file mode 100644
index 000000000..10bef1e14
--- /dev/null
+++ b/ksplashml/pics/themes/default/splash_active_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/default/splash_bottom.png b/ksplashml/pics/themes/default/splash_bottom.png
new file mode 100644
index 000000000..bceda5097
--- /dev/null
+++ b/ksplashml/pics/themes/default/splash_bottom.png
Binary files differ
diff --git a/ksplashml/pics/themes/default/splash_inactive_bar.png b/ksplashml/pics/themes/default/splash_inactive_bar.png
new file mode 100644
index 000000000..e1690ee63
--- /dev/null
+++ b/ksplashml/pics/themes/default/splash_inactive_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/default/splash_top.png b/ksplashml/pics/themes/default/splash_top.png
new file mode 100644
index 000000000..d7c0c12e4
--- /dev/null
+++ b/ksplashml/pics/themes/default/splash_top.png
Binary files differ
diff --git a/ksplashml/pics/themes/none/CMakeLists.txt b/ksplashml/pics/themes/none/CMakeLists.txt
new file mode 100644
index 000000000..fce8f9d00
--- /dev/null
+++ b/ksplashml/pics/themes/none/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ Theme.rc
+ DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/None )
diff --git a/ksplashml/pics/themes/none/Makefile.am b/ksplashml/pics/themes/none/Makefile.am
new file mode 100644
index 000000000..2f439900f
--- /dev/null
+++ b/ksplashml/pics/themes/none/Makefile.am
@@ -0,0 +1,4 @@
+EXTRA_DIST=Theme.rc
+
+ksplashml_pics_default_datadir = $(kde_datadir)/ksplash/Themes/None
+ksplashml_pics_default_data_DATA = $(EXTRA_DIST)
diff --git a/ksplashml/pics/themes/none/Theme.rc b/ksplashml/pics/themes/none/Theme.rc
new file mode 100644
index 000000000..75ef28336
--- /dev/null
+++ b/ksplashml/pics/themes/none/Theme.rc
@@ -0,0 +1,6 @@
+# Default KSplash/ML Theme
+
+[KSplash Theme: None]
+Name = No Splash Screen
+Description = Splash Screen Turned Off
+Version = 1.0
diff --git a/ksplashml/pics/themes/simple/CMakeLists.txt b/ksplashml/pics/themes/simple/CMakeLists.txt
new file mode 100644
index 000000000..901752d0b
--- /dev/null
+++ b/ksplashml/pics/themes/simple/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ Theme.rc Preview.png
+ DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/Simple )
diff --git a/ksplashml/pics/themes/simple/Makefile.am b/ksplashml/pics/themes/simple/Makefile.am
new file mode 100644
index 000000000..cafb7cc83
--- /dev/null
+++ b/ksplashml/pics/themes/simple/Makefile.am
@@ -0,0 +1,4 @@
+EXTRA_DIST=Theme.rc Preview.png
+
+ksplashml_pics_default_datadir = $(kde_datadir)/ksplash/Themes/Simple
+ksplashml_pics_default_data_DATA = $(EXTRA_DIST)
diff --git a/ksplashml/pics/themes/simple/Preview.png b/ksplashml/pics/themes/simple/Preview.png
new file mode 100644
index 000000000..2e9b39236
--- /dev/null
+++ b/ksplashml/pics/themes/simple/Preview.png
Binary files differ
diff --git a/ksplashml/pics/themes/simple/Theme.rc b/ksplashml/pics/themes/simple/Theme.rc
new file mode 100644
index 000000000..45b685986
--- /dev/null
+++ b/ksplashml/pics/themes/simple/Theme.rc
@@ -0,0 +1,7 @@
+# Default KSplash/ML Theme
+
+[KSplash Theme: Simple]
+Name = Simple Splash Screen
+Description = Very Simple Optimized Splash Screen
+Version = 1.0
+Author = Lubos Lunak <l.lunak@kde.org>
diff --git a/ksplashml/pics/themes/unified/CMakeLists.txt b/ksplashml/pics/themes/unified/CMakeLists.txt
new file mode 100644
index 000000000..0c99ebb00
--- /dev/null
+++ b/ksplashml/pics/themes/unified/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ Theme.rc
+ DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/Unified )
diff --git a/ksplashml/pics/themes/unified/Makefile.am b/ksplashml/pics/themes/unified/Makefile.am
new file mode 100644
index 000000000..c83dcb461
--- /dev/null
+++ b/ksplashml/pics/themes/unified/Makefile.am
@@ -0,0 +1,4 @@
+EXTRA_DIST=Theme.rc
+
+ksplashml_pics_default_datadir = $(kde_datadir)/ksplash/Themes/Unified
+ksplashml_pics_default_data_DATA = $(EXTRA_DIST)
diff --git a/ksplashml/pics/themes/unified/Theme.rc b/ksplashml/pics/themes/unified/Theme.rc
new file mode 100644
index 000000000..221bceefd
--- /dev/null
+++ b/ksplashml/pics/themes/unified/Theme.rc
@@ -0,0 +1,16 @@
+# Unified KSplash/ML Theme
+
+[KSplash Theme: Unified]
+Name = Trinity Unified Splash Screen
+Description = Unified system startup screen
+Version = 1.0
+Author = Timothy Pearson <kb9vqf@pearsoncomputing.net>
+
+# Theme behaviour settings.
+Engine = Unified
+
+# Show progress bar?
+Always Show Progress = false
+
+# Status text colour
+Label Foreground = #FFFFFF