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/Staunton/CMakeLists.txt | 9 ++++++ extra-theme/Staunton/KCStaunton/black.bishop.png | Bin 0 -> 2632 bytes extra-theme/Staunton/KCStaunton/black.king.png | Bin 0 -> 3014 bytes extra-theme/Staunton/KCStaunton/black.knight.png | Bin 0 -> 3465 bytes extra-theme/Staunton/KCStaunton/black.pawn.png | Bin 0 -> 2217 bytes extra-theme/Staunton/KCStaunton/black.queen.png | Bin 0 -> 3197 bytes extra-theme/Staunton/KCStaunton/black.rook.png | Bin 0 -> 2400 bytes extra-theme/Staunton/KCStaunton/theme.conf | 39 +++++++++++++++++++++++ extra-theme/Staunton/KCStaunton/white.bishop.png | Bin 0 -> 2618 bytes extra-theme/Staunton/KCStaunton/white.king.png | Bin 0 -> 3032 bytes extra-theme/Staunton/KCStaunton/white.knight.png | Bin 0 -> 3451 bytes extra-theme/Staunton/KCStaunton/white.pawn.png | Bin 0 -> 2285 bytes extra-theme/Staunton/KCStaunton/white.queen.png | Bin 0 -> 3152 bytes extra-theme/Staunton/KCStaunton/white.rook.png | Bin 0 -> 2478 bytes 14 files changed, 48 insertions(+) create mode 100644 extra-theme/Staunton/CMakeLists.txt create mode 100644 extra-theme/Staunton/KCStaunton/black.bishop.png create mode 100644 extra-theme/Staunton/KCStaunton/black.king.png create mode 100644 extra-theme/Staunton/KCStaunton/black.knight.png create mode 100644 extra-theme/Staunton/KCStaunton/black.pawn.png create mode 100644 extra-theme/Staunton/KCStaunton/black.queen.png create mode 100644 extra-theme/Staunton/KCStaunton/black.rook.png create mode 100644 extra-theme/Staunton/KCStaunton/theme.conf create mode 100644 extra-theme/Staunton/KCStaunton/white.bishop.png create mode 100644 extra-theme/Staunton/KCStaunton/white.king.png create mode 100644 extra-theme/Staunton/KCStaunton/white.knight.png create mode 100644 extra-theme/Staunton/KCStaunton/white.pawn.png create mode 100644 extra-theme/Staunton/KCStaunton/white.queen.png create mode 100644 extra-theme/Staunton/KCStaunton/white.rook.png (limited to 'extra-theme/Staunton') diff --git a/extra-theme/Staunton/CMakeLists.txt b/extra-theme/Staunton/CMakeLists.txt new file mode 100644 index 0000000..e0f6c52 --- /dev/null +++ b/extra-theme/Staunton/CMakeLists.txt @@ -0,0 +1,9 @@ +foreach( _theme KCStaunton ) + +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/Staunton/KCStaunton/black.bishop.png b/extra-theme/Staunton/KCStaunton/black.bishop.png new file mode 100644 index 0000000..d36830e Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/black.bishop.png differ diff --git a/extra-theme/Staunton/KCStaunton/black.king.png b/extra-theme/Staunton/KCStaunton/black.king.png new file mode 100644 index 0000000..f62abd5 Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/black.king.png differ diff --git a/extra-theme/Staunton/KCStaunton/black.knight.png b/extra-theme/Staunton/KCStaunton/black.knight.png new file mode 100644 index 0000000..226c683 Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/black.knight.png differ diff --git a/extra-theme/Staunton/KCStaunton/black.pawn.png b/extra-theme/Staunton/KCStaunton/black.pawn.png new file mode 100644 index 0000000..57f3b22 Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/black.pawn.png differ diff --git a/extra-theme/Staunton/KCStaunton/black.queen.png b/extra-theme/Staunton/KCStaunton/black.queen.png new file mode 100644 index 0000000..7caa2db Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/black.queen.png differ diff --git a/extra-theme/Staunton/KCStaunton/black.rook.png b/extra-theme/Staunton/KCStaunton/black.rook.png new file mode 100644 index 0000000..08ac5db Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/black.rook.png differ diff --git a/extra-theme/Staunton/KCStaunton/theme.conf b/extra-theme/Staunton/KCStaunton/theme.conf new file mode 100644 index 0000000..1e7d22d --- /dev/null +++ b/extra-theme/Staunton/KCStaunton/theme.conf @@ -0,0 +1,39 @@ +[General] +#Type=Board +Type=Chessmen +Name=Staunton +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/Staunton/KCStaunton/white.bishop.png b/extra-theme/Staunton/KCStaunton/white.bishop.png new file mode 100644 index 0000000..275fd64 Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/white.bishop.png differ diff --git a/extra-theme/Staunton/KCStaunton/white.king.png b/extra-theme/Staunton/KCStaunton/white.king.png new file mode 100644 index 0000000..924dab1 Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/white.king.png differ diff --git a/extra-theme/Staunton/KCStaunton/white.knight.png b/extra-theme/Staunton/KCStaunton/white.knight.png new file mode 100644 index 0000000..754d891 Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/white.knight.png differ diff --git a/extra-theme/Staunton/KCStaunton/white.pawn.png b/extra-theme/Staunton/KCStaunton/white.pawn.png new file mode 100644 index 0000000..8d0da7b Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/white.pawn.png differ diff --git a/extra-theme/Staunton/KCStaunton/white.queen.png b/extra-theme/Staunton/KCStaunton/white.queen.png new file mode 100644 index 0000000..1008b26 Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/white.queen.png differ diff --git a/extra-theme/Staunton/KCStaunton/white.rook.png b/extra-theme/Staunton/KCStaunton/white.rook.png new file mode 100644 index 0000000..27f8b27 Binary files /dev/null and b/extra-theme/Staunton/KCStaunton/white.rook.png differ -- cgit v1.2.1