diff -r 73191c174bf5 -r fa362f7bacbd ThemeCfg.wiki
--- a/ThemeCfg.wiki Tue Apr 17 01:42:58 2018 +0100
+++ b/ThemeCfg.wiki Tue Apr 17 01:43:19 2018 +0100
@@ -1,6 +1,8 @@
#summary Structure of the theme.cfg file
= `theme.cfg` =
+
+
== Syntax ==
The file `theme.cfg` gives the engine the values associated with a certain theme, to complement the graphics. To understand themes in general, start at [Themes]. To learn more about the general file structure of themes, see [ThemeFiles].
It is structured with a list of keys, each separated by line breaks. Each key is followed by an equals sign followed a value. The value depends on the key.
@@ -20,8 +22,6 @@
Literally all lines in the `theme.cfg` file are optional, thus an empty file is valid. Everything has a default value. However, some default values are not really useful (e.g. the water or sky color) and you should therefore explicitly specify enough values.
-
-
== Keys ==
=== General configuration ===
==== `hidden` (0.9.24) ====