• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSES/H03-May-2022-

doc/H03-May-2022-530472

pics/H03-May-2022-

po/H01-Mar-2022-26,44222,876

sounds/H03-May-2022-139

src/H03-May-2022-2,7442,286

themes/H03-May-2022-300297

.gitignoreH A D27-Feb-2022127 1211

.gitlab-ci.ymlH A D27-Feb-2022252 75

.kde-ci.ymlH A D27-Feb-2022569 1917

CMakePresets.jsonH A D27-Feb-20223.1 KiB8483

README.PACKAGERSH A D27-Feb-20227 11

README.THEMESH A D27-Feb-2022966 4334

README.PACKAGERS

1MINIMAL

README.THEMES

1Klickety theming guide and specification
2
3Klickety uses .desktop and .svg files for theming.
4The theme can also provide an optional .png preview image.
5
6The .desktop file
7--->8---->8---->8---->8---->8---->8---->8---->8---->8--
8[KGameTheme]
9Name=<Example>
10Description=<An example theme>
11VersionFormat=1
12Author=<Your Name>
13AuthorEmail=<Your Email Address>
14Type=SVG
15FileName=<example.svg>
16Preview=<example_preview.png>
17--->8---->8---->8---->8---->8---->8---->8---->8---->8--
18
19The .svg file
20--->8---->8---->8---->8---->8---->8---->8---->8---->8--
21The SVG file MUST contain the following elements:
22"BLOCK_0"
23"BLOCK_1"
24"BLOCK_2"
25"BLOCK_3"
26"BLOCK_4"
27"BLOCK_5"
28These elements will be used for pieces. All the elements should be square.
29
30"BACKGROUND"
31Used to render as the background.
32
33"HIGHLIGHT"
34Used to show a highlighting overlay.
35
36--->8---->8---->8---->8---->8---->8---->8---->8---->8--
37
38Please send all comments to:
39Ni Hui
40shuizhuyuanluo@126.com
41
42Last update: Sep 2010
43