summaryrefslogtreecommitdiffstats
path: root/extra-theme/Abstract
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/Abstract
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/Abstract')
-rw-r--r--extra-theme/Abstract/CMakeLists.txt9
-rw-r--r--extra-theme/Abstract/KCAbstract/black.bishop.pngbin0 -> 3008 bytes
-rw-r--r--extra-theme/Abstract/KCAbstract/black.king.pngbin0 -> 2573 bytes
-rw-r--r--extra-theme/Abstract/KCAbstract/black.knight.pngbin0 -> 3858 bytes
-rw-r--r--extra-theme/Abstract/KCAbstract/black.pawn.pngbin0 -> 2905 bytes
-rw-r--r--extra-theme/Abstract/KCAbstract/black.queen.pngbin0 -> 2538 bytes
-rw-r--r--extra-theme/Abstract/KCAbstract/black.rook.pngbin0 -> 2431 bytes
-rw-r--r--extra-theme/Abstract/KCAbstract/theme.conf39
-rw-r--r--extra-theme/Abstract/KCAbstract/white.bishop.pngbin0 -> 2585 bytes
-rw-r--r--extra-theme/Abstract/KCAbstract/white.king.pngbin0 -> 2053 bytes
-rw-r--r--extra-theme/Abstract/KCAbstract/white.knight.pngbin0 -> 3544 bytes
-rw-r--r--extra-theme/Abstract/KCAbstract/white.pawn.pngbin0 -> 2668 bytes
-rw-r--r--extra-theme/Abstract/KCAbstract/white.queen.pngbin0 -> 2231 bytes
-rw-r--r--extra-theme/Abstract/KCAbstract/white.rook.pngbin0 -> 2198 bytes
14 files changed, 48 insertions, 0 deletions
diff --git a/extra-theme/Abstract/CMakeLists.txt b/extra-theme/Abstract/CMakeLists.txt
new file mode 100644
index 0000000..67f17cb
--- /dev/null
+++ b/extra-theme/Abstract/CMakeLists.txt
@@ -0,0 +1,9 @@
+foreach( _theme KCAbstract )
+
+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/Abstract/KCAbstract/black.bishop.png b/extra-theme/Abstract/KCAbstract/black.bishop.png
new file mode 100644
index 0000000..f672151
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/black.bishop.png
Binary files differ
diff --git a/extra-theme/Abstract/KCAbstract/black.king.png b/extra-theme/Abstract/KCAbstract/black.king.png
new file mode 100644
index 0000000..f99be66
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/black.king.png
Binary files differ
diff --git a/extra-theme/Abstract/KCAbstract/black.knight.png b/extra-theme/Abstract/KCAbstract/black.knight.png
new file mode 100644
index 0000000..e655979
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/black.knight.png
Binary files differ
diff --git a/extra-theme/Abstract/KCAbstract/black.pawn.png b/extra-theme/Abstract/KCAbstract/black.pawn.png
new file mode 100644
index 0000000..ba5a883
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/black.pawn.png
Binary files differ
diff --git a/extra-theme/Abstract/KCAbstract/black.queen.png b/extra-theme/Abstract/KCAbstract/black.queen.png
new file mode 100644
index 0000000..cd9494e
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/black.queen.png
Binary files differ
diff --git a/extra-theme/Abstract/KCAbstract/black.rook.png b/extra-theme/Abstract/KCAbstract/black.rook.png
new file mode 100644
index 0000000..8b3024f
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/black.rook.png
Binary files differ
diff --git a/extra-theme/Abstract/KCAbstract/theme.conf b/extra-theme/Abstract/KCAbstract/theme.conf
new file mode 100644
index 0000000..0a7e9bf
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/theme.conf
@@ -0,0 +1,39 @@
+[General]
+#Type=Board
+Type=Chessmen
+Name=Abstract
+Version=1.0
+Author=Asif Ali Rizwaan
+AuthorEmail=maarizwan@hotmail.com
+AuthorWWW=
+Notes=
+
+[2DWhite]
+King=white.king.png
+Queen=white.queen.png
+Bishop=white.bishop.png
+Knight=white.knight.png
+Rook=white.rook.png
+Pawn=white.pawn.png
+
+[2DBlack]
+King=black.king.png
+Queen=black.queen.png
+Bishop=black.bishop.png
+Knight=black.knight.png
+Rook=black.rook.png
+Pawn=black.pawn.png
+
+[2DBoard]
+Light=square.light.png
+Dark=square.dark.png
+Motion=square.motion.png
+Select=square.select.png
+Danger=square.danger.png
+
+[Coordinates]
+TextColor=255,255,255
+ShadowColor=0,0,0
+
+
+
diff --git a/extra-theme/Abstract/KCAbstract/white.bishop.png b/extra-theme/Abstract/KCAbstract/white.bishop.png
new file mode 100644
index 0000000..6bb2c64
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/white.bishop.png
Binary files differ
diff --git a/extra-theme/Abstract/KCAbstract/white.king.png b/extra-theme/Abstract/KCAbstract/white.king.png
new file mode 100644
index 0000000..2c2c96b
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/white.king.png
Binary files differ
diff --git a/extra-theme/Abstract/KCAbstract/white.knight.png b/extra-theme/Abstract/KCAbstract/white.knight.png
new file mode 100644
index 0000000..62997b4
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/white.knight.png
Binary files differ
diff --git a/extra-theme/Abstract/KCAbstract/white.pawn.png b/extra-theme/Abstract/KCAbstract/white.pawn.png
new file mode 100644
index 0000000..1d2675c
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/white.pawn.png
Binary files differ
diff --git a/extra-theme/Abstract/KCAbstract/white.queen.png b/extra-theme/Abstract/KCAbstract/white.queen.png
new file mode 100644
index 0000000..b5793db
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/white.queen.png
Binary files differ
diff --git a/extra-theme/Abstract/KCAbstract/white.rook.png b/extra-theme/Abstract/KCAbstract/white.rook.png
new file mode 100644
index 0000000..b15a706
--- /dev/null
+++ b/extra-theme/Abstract/KCAbstract/white.rook.png
Binary files differ