summaryrefslogtreecommitdiffstats
path: root/extra-theme/Brushed_Liquid
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/Brushed_Liquid
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/Brushed_Liquid')
-rw-r--r--extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.danger.pngbin0 -> 19767 bytes
-rw-r--r--extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.move.pngbin0 -> 19587 bytes
-rw-r--r--extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.select.pngbin0 -> 18090 bytes
-rw-r--r--extra-theme/Brushed_Liquid/Brushed_Liquid/square.dark.jpgbin0 -> 3530 bytes
-rw-r--r--extra-theme/Brushed_Liquid/Brushed_Liquid/square.light.jpgbin0 -> 3678 bytes
-rw-r--r--extra-theme/Brushed_Liquid/Brushed_Liquid/theme.conf22
-rw-r--r--extra-theme/Brushed_Liquid/CMakeLists.txt9
7 files changed, 31 insertions, 0 deletions
diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.danger.png b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.danger.png
new file mode 100644
index 0000000..9ddb8ad
--- /dev/null
+++ b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.danger.png
Binary files differ
diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.move.png b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.move.png
new file mode 100644
index 0000000..6143613
--- /dev/null
+++ b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.move.png
Binary files differ
diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.select.png b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.select.png
new file mode 100644
index 0000000..aa9835e
--- /dev/null
+++ b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.select.png
Binary files differ
diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/square.dark.jpg b/extra-theme/Brushed_Liquid/Brushed_Liquid/square.dark.jpg
new file mode 100644
index 0000000..2f85a26
--- /dev/null
+++ b/extra-theme/Brushed_Liquid/Brushed_Liquid/square.dark.jpg
Binary files differ
diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/square.light.jpg b/extra-theme/Brushed_Liquid/Brushed_Liquid/square.light.jpg
new file mode 100644
index 0000000..b502801
--- /dev/null
+++ b/extra-theme/Brushed_Liquid/Brushed_Liquid/square.light.jpg
Binary files differ
diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/theme.conf b/extra-theme/Brushed_Liquid/Brushed_Liquid/theme.conf
new file mode 100644
index 0000000..aff7ac9
--- /dev/null
+++ b/extra-theme/Brushed_Liquid/Brushed_Liquid/theme.conf
@@ -0,0 +1,22 @@
+[General]
+Type=Board
+Name=Brushed Liquid
+Version=1.0
+Author=Troy Corbin Jr.
+AuthorEmail=tcorbin@users.sourceforge.net
+AuthorWWW=http://knights.sourceforge.net
+Notes=I wanted something light, colorful, and fun. I was kinda inspired by Mosfet's Liquid Theme. Created with the Gimp.
+
+[2DBoard]
+Light=square.light.jpg
+Dark=square.dark.jpg
+Motion=highlight.move.png
+Select=highlight.select.png
+Danger=highlight.danger.png
+
+[Coordinates]
+TextColor=255,255,255
+ShadowColor=0,0,0
+
+
+
diff --git a/extra-theme/Brushed_Liquid/CMakeLists.txt b/extra-theme/Brushed_Liquid/CMakeLists.txt
new file mode 100644
index 0000000..75589f2
--- /dev/null
+++ b/extra-theme/Brushed_Liquid/CMakeLists.txt
@@ -0,0 +1,9 @@
+foreach( _theme Brushed_Liquid )
+
+tde_create_tarball(
+
+ TARGET ${_theme}.tar.gz
+ SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
+)
+endforeach( )