summaryrefslogtreecommitdiffstats
path: root/extra-theme/Tan_and_Gray
diff options
context:
space:
mode:
Diffstat (limited to 'extra-theme/Tan_and_Gray')
-rw-r--r--extra-theme/Tan_and_Gray/CMakeLists.txt9
-rw-r--r--extra-theme/Tan_and_Gray/KBTan_and_Gray/square.danger.pngbin0 -> 1529 bytes
-rw-r--r--extra-theme/Tan_and_Gray/KBTan_and_Gray/square.dark.pngbin0 -> 1124 bytes
-rw-r--r--extra-theme/Tan_and_Gray/KBTan_and_Gray/square.light.pngbin0 -> 2106 bytes
-rw-r--r--extra-theme/Tan_and_Gray/KBTan_and_Gray/square.motion.pngbin0 -> 1678 bytes
-rw-r--r--extra-theme/Tan_and_Gray/KBTan_and_Gray/square.select.pngbin0 -> 1623 bytes
-rw-r--r--extra-theme/Tan_and_Gray/KBTan_and_Gray/theme.conf39
7 files changed, 48 insertions, 0 deletions
diff --git a/extra-theme/Tan_and_Gray/CMakeLists.txt b/extra-theme/Tan_and_Gray/CMakeLists.txt
new file mode 100644
index 0000000..4eb0543
--- /dev/null
+++ b/extra-theme/Tan_and_Gray/CMakeLists.txt
@@ -0,0 +1,9 @@
+foreach( _theme KBTan_and_Gray )
+
+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/Tan_and_Gray/KBTan_and_Gray/square.danger.png b/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.danger.png
new file mode 100644
index 0000000..2bcd49d
--- /dev/null
+++ b/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.danger.png
Binary files differ
diff --git a/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.dark.png b/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.dark.png
new file mode 100644
index 0000000..e2ab6e7
--- /dev/null
+++ b/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.dark.png
Binary files differ
diff --git a/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.light.png b/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.light.png
new file mode 100644
index 0000000..d4d1925
--- /dev/null
+++ b/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.light.png
Binary files differ
diff --git a/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.motion.png b/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.motion.png
new file mode 100644
index 0000000..e9525ba
--- /dev/null
+++ b/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.motion.png
Binary files differ
diff --git a/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.select.png b/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.select.png
new file mode 100644
index 0000000..1a8f217
--- /dev/null
+++ b/extra-theme/Tan_and_Gray/KBTan_and_Gray/square.select.png
Binary files differ
diff --git a/extra-theme/Tan_and_Gray/KBTan_and_Gray/theme.conf b/extra-theme/Tan_and_Gray/KBTan_and_Gray/theme.conf
new file mode 100644
index 0000000..3a0e098
--- /dev/null
+++ b/extra-theme/Tan_and_Gray/KBTan_and_Gray/theme.conf
@@ -0,0 +1,39 @@
+[General]
+Type=Board
+#Type=Chessmen
+Name=Tan and Gray
+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
+
+
+