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/XBoard/CMakeLists.txt | 9 ++++++ extra-theme/XBoard/KBXBoard/square.danger.png | Bin 0 -> 1529 bytes extra-theme/XBoard/KBXBoard/square.dark.png | Bin 0 -> 476 bytes extra-theme/XBoard/KBXBoard/square.light.png | Bin 0 -> 476 bytes extra-theme/XBoard/KBXBoard/square.motion.png | Bin 0 -> 1660 bytes extra-theme/XBoard/KBXBoard/square.select.png | Bin 0 -> 1623 bytes extra-theme/XBoard/KBXBoard/theme.conf | 39 ++++++++++++++++++++++++++ extra-theme/XBoard/KCXBoard/black.bishop.png | Bin 0 -> 3566 bytes extra-theme/XBoard/KCXBoard/black.king.png | Bin 0 -> 7446 bytes extra-theme/XBoard/KCXBoard/black.knight.png | Bin 0 -> 5182 bytes extra-theme/XBoard/KCXBoard/black.pawn.png | Bin 0 -> 1949 bytes extra-theme/XBoard/KCXBoard/black.queen.png | Bin 0 -> 4806 bytes extra-theme/XBoard/KCXBoard/black.rook.png | Bin 0 -> 1963 bytes extra-theme/XBoard/KCXBoard/theme.conf | 39 ++++++++++++++++++++++++++ extra-theme/XBoard/KCXBoard/white.bishop.png | Bin 0 -> 5784 bytes extra-theme/XBoard/KCXBoard/white.king.png | Bin 0 -> 6060 bytes extra-theme/XBoard/KCXBoard/white.knight.png | Bin 0 -> 6114 bytes extra-theme/XBoard/KCXBoard/white.pawn.png | Bin 0 -> 3890 bytes extra-theme/XBoard/KCXBoard/white.queen.png | Bin 0 -> 8474 bytes extra-theme/XBoard/KCXBoard/white.rook.png | Bin 0 -> 2143 bytes 20 files changed, 87 insertions(+) create mode 100644 extra-theme/XBoard/CMakeLists.txt create mode 100644 extra-theme/XBoard/KBXBoard/square.danger.png create mode 100644 extra-theme/XBoard/KBXBoard/square.dark.png create mode 100644 extra-theme/XBoard/KBXBoard/square.light.png create mode 100644 extra-theme/XBoard/KBXBoard/square.motion.png create mode 100644 extra-theme/XBoard/KBXBoard/square.select.png create mode 100644 extra-theme/XBoard/KBXBoard/theme.conf create mode 100644 extra-theme/XBoard/KCXBoard/black.bishop.png create mode 100644 extra-theme/XBoard/KCXBoard/black.king.png create mode 100644 extra-theme/XBoard/KCXBoard/black.knight.png create mode 100644 extra-theme/XBoard/KCXBoard/black.pawn.png create mode 100644 extra-theme/XBoard/KCXBoard/black.queen.png create mode 100644 extra-theme/XBoard/KCXBoard/black.rook.png create mode 100644 extra-theme/XBoard/KCXBoard/theme.conf create mode 100644 extra-theme/XBoard/KCXBoard/white.bishop.png create mode 100644 extra-theme/XBoard/KCXBoard/white.king.png create mode 100644 extra-theme/XBoard/KCXBoard/white.knight.png create mode 100644 extra-theme/XBoard/KCXBoard/white.pawn.png create mode 100644 extra-theme/XBoard/KCXBoard/white.queen.png create mode 100644 extra-theme/XBoard/KCXBoard/white.rook.png (limited to 'extra-theme/XBoard') diff --git a/extra-theme/XBoard/CMakeLists.txt b/extra-theme/XBoard/CMakeLists.txt new file mode 100644 index 0000000..df7a71e --- /dev/null +++ b/extra-theme/XBoard/CMakeLists.txt @@ -0,0 +1,9 @@ +foreach( _theme KBXBoard KCXBoard ) + +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/XBoard/KBXBoard/square.danger.png b/extra-theme/XBoard/KBXBoard/square.danger.png new file mode 100644 index 0000000..2bcd49d Binary files /dev/null and b/extra-theme/XBoard/KBXBoard/square.danger.png differ diff --git a/extra-theme/XBoard/KBXBoard/square.dark.png b/extra-theme/XBoard/KBXBoard/square.dark.png new file mode 100644 index 0000000..11e93bd Binary files /dev/null and b/extra-theme/XBoard/KBXBoard/square.dark.png differ diff --git a/extra-theme/XBoard/KBXBoard/square.light.png b/extra-theme/XBoard/KBXBoard/square.light.png new file mode 100644 index 0000000..ad36993 Binary files /dev/null and b/extra-theme/XBoard/KBXBoard/square.light.png differ diff --git a/extra-theme/XBoard/KBXBoard/square.motion.png b/extra-theme/XBoard/KBXBoard/square.motion.png new file mode 100644 index 0000000..95f797a Binary files /dev/null and b/extra-theme/XBoard/KBXBoard/square.motion.png differ diff --git a/extra-theme/XBoard/KBXBoard/square.select.png b/extra-theme/XBoard/KBXBoard/square.select.png new file mode 100644 index 0000000..1a8f217 Binary files /dev/null and b/extra-theme/XBoard/KBXBoard/square.select.png differ diff --git a/extra-theme/XBoard/KBXBoard/theme.conf b/extra-theme/XBoard/KBXBoard/theme.conf new file mode 100644 index 0000000..4413023 --- /dev/null +++ b/extra-theme/XBoard/KBXBoard/theme.conf @@ -0,0 +1,39 @@ +[General] +Type=Board +#Type=Chessmen +Name=XBoard +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/XBoard/KCXBoard/black.bishop.png b/extra-theme/XBoard/KCXBoard/black.bishop.png new file mode 100644 index 0000000..f238b0c Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/black.bishop.png differ diff --git a/extra-theme/XBoard/KCXBoard/black.king.png b/extra-theme/XBoard/KCXBoard/black.king.png new file mode 100644 index 0000000..23516e6 Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/black.king.png differ diff --git a/extra-theme/XBoard/KCXBoard/black.knight.png b/extra-theme/XBoard/KCXBoard/black.knight.png new file mode 100644 index 0000000..9afd07b Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/black.knight.png differ diff --git a/extra-theme/XBoard/KCXBoard/black.pawn.png b/extra-theme/XBoard/KCXBoard/black.pawn.png new file mode 100644 index 0000000..611b0a8 Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/black.pawn.png differ diff --git a/extra-theme/XBoard/KCXBoard/black.queen.png b/extra-theme/XBoard/KCXBoard/black.queen.png new file mode 100644 index 0000000..0a1c3b6 Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/black.queen.png differ diff --git a/extra-theme/XBoard/KCXBoard/black.rook.png b/extra-theme/XBoard/KCXBoard/black.rook.png new file mode 100644 index 0000000..bed29d7 Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/black.rook.png differ diff --git a/extra-theme/XBoard/KCXBoard/theme.conf b/extra-theme/XBoard/KCXBoard/theme.conf new file mode 100644 index 0000000..11d953b --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/theme.conf @@ -0,0 +1,39 @@ +[General] +#Type=Board +Type=Chessmen +Name=XBoard +Version=1.0 +Author=Troy Corbin Jr. +AuthorEmail=tcorbin@users.sourceforge.net +AuthorWWW=http://knights.sourceforge.net +Notes=The ubiquious XBoard chessmen. Engineered with 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 + + + diff --git a/extra-theme/XBoard/KCXBoard/white.bishop.png b/extra-theme/XBoard/KCXBoard/white.bishop.png new file mode 100644 index 0000000..d49fc55 Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/white.bishop.png differ diff --git a/extra-theme/XBoard/KCXBoard/white.king.png b/extra-theme/XBoard/KCXBoard/white.king.png new file mode 100644 index 0000000..9e9dfb6 Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/white.king.png differ diff --git a/extra-theme/XBoard/KCXBoard/white.knight.png b/extra-theme/XBoard/KCXBoard/white.knight.png new file mode 100644 index 0000000..f5163f6 Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/white.knight.png differ diff --git a/extra-theme/XBoard/KCXBoard/white.pawn.png b/extra-theme/XBoard/KCXBoard/white.pawn.png new file mode 100644 index 0000000..33d0465 Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/white.pawn.png differ diff --git a/extra-theme/XBoard/KCXBoard/white.queen.png b/extra-theme/XBoard/KCXBoard/white.queen.png new file mode 100644 index 0000000..5c529f3 Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/white.queen.png differ diff --git a/extra-theme/XBoard/KCXBoard/white.rook.png b/extra-theme/XBoard/KCXBoard/white.rook.png new file mode 100644 index 0000000..5d058a7 Binary files /dev/null and b/extra-theme/XBoard/KCXBoard/white.rook.png differ -- cgit v1.2.1