From 8181cadea726f243b3738bff0151012acd58f42d Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 29 Jan 2019 13:07:14 +0100 Subject: 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 --- extra-theme/Gray_Tiles/CMakeLists.txt | 9 +++++ .../Gray_Tiles/KBGray_Tiles/square.danger.png | Bin 0 -> 1529 bytes .../Gray_Tiles/KBGray_Tiles/square.dark.png | Bin 0 -> 1463 bytes .../Gray_Tiles/KBGray_Tiles/square.light.png | Bin 0 -> 1759 bytes .../Gray_Tiles/KBGray_Tiles/square.motion.png | Bin 0 -> 1678 bytes .../Gray_Tiles/KBGray_Tiles/square.select.png | Bin 0 -> 1623 bytes extra-theme/Gray_Tiles/KBGray_Tiles/theme.conf | 39 +++++++++++++++++++++ 7 files changed, 48 insertions(+) create mode 100644 extra-theme/Gray_Tiles/CMakeLists.txt create mode 100644 extra-theme/Gray_Tiles/KBGray_Tiles/square.danger.png create mode 100644 extra-theme/Gray_Tiles/KBGray_Tiles/square.dark.png create mode 100644 extra-theme/Gray_Tiles/KBGray_Tiles/square.light.png create mode 100644 extra-theme/Gray_Tiles/KBGray_Tiles/square.motion.png create mode 100644 extra-theme/Gray_Tiles/KBGray_Tiles/square.select.png create mode 100644 extra-theme/Gray_Tiles/KBGray_Tiles/theme.conf (limited to 'extra-theme/Gray_Tiles') diff --git a/extra-theme/Gray_Tiles/CMakeLists.txt b/extra-theme/Gray_Tiles/CMakeLists.txt new file mode 100644 index 0000000..9bae98d --- /dev/null +++ b/extra-theme/Gray_Tiles/CMakeLists.txt @@ -0,0 +1,9 @@ +foreach( _theme KBGray_Tiles ) + +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/Gray_Tiles/KBGray_Tiles/square.danger.png b/extra-theme/Gray_Tiles/KBGray_Tiles/square.danger.png new file mode 100644 index 0000000..2bcd49d Binary files /dev/null and b/extra-theme/Gray_Tiles/KBGray_Tiles/square.danger.png differ diff --git a/extra-theme/Gray_Tiles/KBGray_Tiles/square.dark.png b/extra-theme/Gray_Tiles/KBGray_Tiles/square.dark.png new file mode 100644 index 0000000..9dcfece Binary files /dev/null and b/extra-theme/Gray_Tiles/KBGray_Tiles/square.dark.png differ diff --git a/extra-theme/Gray_Tiles/KBGray_Tiles/square.light.png b/extra-theme/Gray_Tiles/KBGray_Tiles/square.light.png new file mode 100644 index 0000000..3e6f1ed Binary files /dev/null and b/extra-theme/Gray_Tiles/KBGray_Tiles/square.light.png differ diff --git a/extra-theme/Gray_Tiles/KBGray_Tiles/square.motion.png b/extra-theme/Gray_Tiles/KBGray_Tiles/square.motion.png new file mode 100644 index 0000000..e9525ba Binary files /dev/null and b/extra-theme/Gray_Tiles/KBGray_Tiles/square.motion.png differ diff --git a/extra-theme/Gray_Tiles/KBGray_Tiles/square.select.png b/extra-theme/Gray_Tiles/KBGray_Tiles/square.select.png new file mode 100644 index 0000000..1a8f217 Binary files /dev/null and b/extra-theme/Gray_Tiles/KBGray_Tiles/square.select.png differ diff --git a/extra-theme/Gray_Tiles/KBGray_Tiles/theme.conf b/extra-theme/Gray_Tiles/KBGray_Tiles/theme.conf new file mode 100644 index 0000000..9ecfd5a --- /dev/null +++ b/extra-theme/Gray_Tiles/KBGray_Tiles/theme.conf @@ -0,0 +1,39 @@ +[General] +Type=Board +#Type=Chessmen +Name=Gray Tiles +Version=1.0 +Author=Troy Corbin Jr. +AuthorEmail=tcorbin@users.sourceforge.net +AuthorWWW=http://knights.sourceforge.net +Notes=Just something I whipped up in the Gimp. + +[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 + + + -- cgit v1.2.1