diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-01-29 13:07:14 +0100 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2019-01-29 13:07:14 +0100 |
commit | 8181cadea726f243b3738bff0151012acd58f42d (patch) | |
tree | cc41af7d76d94ec9d466568aaa535494f17533d2 /extra-theme/Abstract | |
parent | f5f1f0ef7e0e540baa36b925088eaa23f28c5d4a (diff) | |
download | knights-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')
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 Binary files differnew file mode 100644 index 0000000..f672151 --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/black.bishop.png diff --git a/extra-theme/Abstract/KCAbstract/black.king.png b/extra-theme/Abstract/KCAbstract/black.king.png Binary files differnew file mode 100644 index 0000000..f99be66 --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/black.king.png diff --git a/extra-theme/Abstract/KCAbstract/black.knight.png b/extra-theme/Abstract/KCAbstract/black.knight.png Binary files differnew file mode 100644 index 0000000..e655979 --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/black.knight.png diff --git a/extra-theme/Abstract/KCAbstract/black.pawn.png b/extra-theme/Abstract/KCAbstract/black.pawn.png Binary files differnew file mode 100644 index 0000000..ba5a883 --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/black.pawn.png diff --git a/extra-theme/Abstract/KCAbstract/black.queen.png b/extra-theme/Abstract/KCAbstract/black.queen.png Binary files differnew file mode 100644 index 0000000..cd9494e --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/black.queen.png diff --git a/extra-theme/Abstract/KCAbstract/black.rook.png b/extra-theme/Abstract/KCAbstract/black.rook.png Binary files differnew file mode 100644 index 0000000..8b3024f --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/black.rook.png 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 Binary files differnew file mode 100644 index 0000000..6bb2c64 --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/white.bishop.png diff --git a/extra-theme/Abstract/KCAbstract/white.king.png b/extra-theme/Abstract/KCAbstract/white.king.png Binary files differnew file mode 100644 index 0000000..2c2c96b --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/white.king.png diff --git a/extra-theme/Abstract/KCAbstract/white.knight.png b/extra-theme/Abstract/KCAbstract/white.knight.png Binary files differnew file mode 100644 index 0000000..62997b4 --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/white.knight.png diff --git a/extra-theme/Abstract/KCAbstract/white.pawn.png b/extra-theme/Abstract/KCAbstract/white.pawn.png Binary files differnew file mode 100644 index 0000000..1d2675c --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/white.pawn.png diff --git a/extra-theme/Abstract/KCAbstract/white.queen.png b/extra-theme/Abstract/KCAbstract/white.queen.png Binary files differnew file mode 100644 index 0000000..b5793db --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/white.queen.png diff --git a/extra-theme/Abstract/KCAbstract/white.rook.png b/extra-theme/Abstract/KCAbstract/white.rook.png Binary files differnew file mode 100644 index 0000000..b15a706 --- /dev/null +++ b/extra-theme/Abstract/KCAbstract/white.rook.png |