summaryrefslogtreecommitdiffstats
path: root/extra-theme/Malibu
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-01-29 13:07:14 +0100
committergregory guy <g-gregory@gmx.fr>2019-01-29 13:07:14 +0100
commit8181cadea726f243b3738bff0151012acd58f42d (patch)
treecc41af7d76d94ec9d466568aaa535494f17533d2 /extra-theme/Malibu
parentf5f1f0ef7e0e540baa36b925088eaa23f28c5d4a (diff)
downloadknights-8181cadea726f243b3738bff0151012acd58f42d.tar.gz
knights-8181cadea726f243b3738bff0151012acd58f42d.zip
fulfill bug request 2663.
Thanks to Kristopher 2016-06-13 for the request. These extra themes come from https://sourceforge.net/projects/knights/files/knights-themepack They are released under the GNU GPL Version 2 Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'extra-theme/Malibu')
-rw-r--r--extra-theme/Malibu/CMakeLists.txt9
-rw-r--r--extra-theme/Malibu/KBMalibu/square.danger.pngbin0 -> 1161 bytes
-rw-r--r--extra-theme/Malibu/KBMalibu/square.motion.pngbin0 -> 1167 bytes
-rw-r--r--extra-theme/Malibu/KBMalibu/square.select.pngbin0 -> 1179 bytes
-rw-r--r--extra-theme/Malibu/KBMalibu/square_dark.jpgbin0 -> 1732 bytes
-rw-r--r--extra-theme/Malibu/KBMalibu/square_light.jpgbin0 -> 1773 bytes
-rw-r--r--extra-theme/Malibu/KBMalibu/theme.conf19
7 files changed, 28 insertions, 0 deletions
diff --git a/extra-theme/Malibu/CMakeLists.txt b/extra-theme/Malibu/CMakeLists.txt
new file mode 100644
index 0000000..0d3db60
--- /dev/null
+++ b/extra-theme/Malibu/CMakeLists.txt
@@ -0,0 +1,9 @@
+foreach( _theme KBMalibu )
+
+tde_create_tarball(
+
+ TARGET ${_theme}.tar.gz
+ SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
+)
+endforeach( )
diff --git a/extra-theme/Malibu/KBMalibu/square.danger.png b/extra-theme/Malibu/KBMalibu/square.danger.png
new file mode 100644
index 0000000..30946c9
--- /dev/null
+++ b/extra-theme/Malibu/KBMalibu/square.danger.png
Binary files differ
diff --git a/extra-theme/Malibu/KBMalibu/square.motion.png b/extra-theme/Malibu/KBMalibu/square.motion.png
new file mode 100644
index 0000000..47da3b3
--- /dev/null
+++ b/extra-theme/Malibu/KBMalibu/square.motion.png
Binary files differ
diff --git a/extra-theme/Malibu/KBMalibu/square.select.png b/extra-theme/Malibu/KBMalibu/square.select.png
new file mode 100644
index 0000000..6b04b13
--- /dev/null
+++ b/extra-theme/Malibu/KBMalibu/square.select.png
Binary files differ
diff --git a/extra-theme/Malibu/KBMalibu/square_dark.jpg b/extra-theme/Malibu/KBMalibu/square_dark.jpg
new file mode 100644
index 0000000..828daf2
--- /dev/null
+++ b/extra-theme/Malibu/KBMalibu/square_dark.jpg
Binary files differ
diff --git a/extra-theme/Malibu/KBMalibu/square_light.jpg b/extra-theme/Malibu/KBMalibu/square_light.jpg
new file mode 100644
index 0000000..e97b294
--- /dev/null
+++ b/extra-theme/Malibu/KBMalibu/square_light.jpg
Binary files differ
diff --git a/extra-theme/Malibu/KBMalibu/theme.conf b/extra-theme/Malibu/KBMalibu/theme.conf
new file mode 100644
index 0000000..791e18a
--- /dev/null
+++ b/extra-theme/Malibu/KBMalibu/theme.conf
@@ -0,0 +1,19 @@
+[General]
+Type=Board
+Name=Malibu
+Version=1.0
+Author=Troy Corbin Jr.
+AuthorEmail=tcorbin@users.sourceforge.net
+AuthorWWW=http://knights.sourceforge.net
+Notes=Inspired by GTA:Vice City
+
+[2DBoard]
+Light=square_light.jpg
+Dark=square_dark.jpg
+Motion=square.motion.png
+Select=square.select.png
+Danger=square.danger.png
+
+[Coordinates]
+TextColor=255,255,255
+ShadowColor=0,0,0