diff options
Diffstat (limited to 'media/KBDefault/theme.conf')
-rw-r--r-- | media/KBDefault/theme.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media/KBDefault/theme.conf b/media/KBDefault/theme.conf new file mode 100644 index 0000000..a7ca368 --- /dev/null +++ b/media/KBDefault/theme.conf @@ -0,0 +1,25 @@ +[General] +Type=Board +Name=Default +Version=0.9.4 +Author=Troy Corbin Jr. +AuthorEmail=tcorbin@users.sf.net +AuthorWWW=http://knights.sf.net +Notes=This is the default chessboard for Knights, with the new border feature. + +[2DBoard] +HaveBorder=true +Border=border.jpg +BorderLightOn=light_on.png +BorderLightOff=light_off.png +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 + |