diff options
Diffstat (limited to 'extra-theme/XBoard/KCXBoard/theme.conf')
-rw-r--r-- | extra-theme/XBoard/KCXBoard/theme.conf | 39 |
1 files changed, 39 insertions, 0 deletions
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 + + + |