Warning, /games/klickety/README.THEMES is written in an unsupported language. File is not indexed.

0001 Klickety theming guide and specification
0002 
0003 Klickety uses .desktop and .svg files for theming.
0004 The theme can also provide an optional .png preview image.
0005 
0006 The .desktop file
0007 --->8---->8---->8---->8---->8---->8---->8---->8---->8--
0008 [KGameTheme]
0009 Name=<Example>
0010 Description=<An example theme>
0011 VersionFormat=1
0012 Author=<Your Name>
0013 AuthorEmail=<Your Email Address>
0014 Type=SVG
0015 FileName=<example.svg>
0016 Preview=<example_preview.png>
0017 --->8---->8---->8---->8---->8---->8---->8---->8---->8--
0018 
0019 The .svg file
0020 --->8---->8---->8---->8---->8---->8---->8---->8---->8--
0021 The SVG file MUST contain the following elements:
0022 "BLOCK_0"
0023 "BLOCK_1"
0024 "BLOCK_2"
0025 "BLOCK_3"
0026 "BLOCK_4"
0027 "BLOCK_5"
0028 These elements will be used for pieces. All the elements should be square.
0029 
0030 "BACKGROUND"
0031 Used to render as the background.
0032 
0033 "HIGHLIGHT"
0034 Used to show a highlighting overlay.
0035 
0036 --->8---->8---->8---->8---->8---->8---->8---->8---->8--
0037 
0038 Please send all comments to:
0039 Ni Hui
0040 shuizhuyuanluo@126.com
0041 
0042 Last update: Sep 2010