diff options
Diffstat (limited to 'extra-theme/XBoard')
20 files changed, 87 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..2bcd49d --- /dev/null +++ b/extra-theme/XBoard/KBXBoard/square.danger.png diff --git a/extra-theme/XBoard/KBXBoard/square.dark.png b/extra-theme/XBoard/KBXBoard/square.dark.png Binary files differnew file mode 100644 index 0000000..11e93bd --- /dev/null +++ b/extra-theme/XBoard/KBXBoard/square.dark.png diff --git a/extra-theme/XBoard/KBXBoard/square.light.png b/extra-theme/XBoard/KBXBoard/square.light.png Binary files differnew file mode 100644 index 0000000..ad36993 --- /dev/null +++ b/extra-theme/XBoard/KBXBoard/square.light.png diff --git a/extra-theme/XBoard/KBXBoard/square.motion.png b/extra-theme/XBoard/KBXBoard/square.motion.png Binary files differnew file mode 100644 index 0000000..95f797a --- /dev/null +++ b/extra-theme/XBoard/KBXBoard/square.motion.png diff --git a/extra-theme/XBoard/KBXBoard/square.select.png b/extra-theme/XBoard/KBXBoard/square.select.png Binary files differnew file mode 100644 index 0000000..1a8f217 --- /dev/null +++ b/extra-theme/XBoard/KBXBoard/square.select.png 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 Binary files differnew file mode 100644 index 0000000..f238b0c --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/black.bishop.png diff --git a/extra-theme/XBoard/KCXBoard/black.king.png b/extra-theme/XBoard/KCXBoard/black.king.png Binary files differnew file mode 100644 index 0000000..23516e6 --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/black.king.png diff --git a/extra-theme/XBoard/KCXBoard/black.knight.png b/extra-theme/XBoard/KCXBoard/black.knight.png Binary files differnew file mode 100644 index 0000000..9afd07b --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/black.knight.png diff --git a/extra-theme/XBoard/KCXBoard/black.pawn.png b/extra-theme/XBoard/KCXBoard/black.pawn.png Binary files differnew file mode 100644 index 0000000..611b0a8 --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/black.pawn.png diff --git a/extra-theme/XBoard/KCXBoard/black.queen.png b/extra-theme/XBoard/KCXBoard/black.queen.png Binary files differnew file mode 100644 index 0000000..0a1c3b6 --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/black.queen.png diff --git a/extra-theme/XBoard/KCXBoard/black.rook.png b/extra-theme/XBoard/KCXBoard/black.rook.png Binary files differnew file mode 100644 index 0000000..bed29d7 --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/black.rook.png 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 Binary files differnew file mode 100644 index 0000000..d49fc55 --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/white.bishop.png diff --git a/extra-theme/XBoard/KCXBoard/white.king.png b/extra-theme/XBoard/KCXBoard/white.king.png Binary files differnew file mode 100644 index 0000000..9e9dfb6 --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/white.king.png diff --git a/extra-theme/XBoard/KCXBoard/white.knight.png b/extra-theme/XBoard/KCXBoard/white.knight.png Binary files differnew file mode 100644 index 0000000..f5163f6 --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/white.knight.png diff --git a/extra-theme/XBoard/KCXBoard/white.pawn.png b/extra-theme/XBoard/KCXBoard/white.pawn.png Binary files differnew file mode 100644 index 0000000..33d0465 --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/white.pawn.png diff --git a/extra-theme/XBoard/KCXBoard/white.queen.png b/extra-theme/XBoard/KCXBoard/white.queen.png Binary files differnew file mode 100644 index 0000000..5c529f3 --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/white.queen.png diff --git a/extra-theme/XBoard/KCXBoard/white.rook.png b/extra-theme/XBoard/KCXBoard/white.rook.png Binary files differnew file mode 100644 index 0000000..5d058a7 --- /dev/null +++ b/extra-theme/XBoard/KCXBoard/white.rook.png |