# HG changeset patch # User Wuzzy # Date 1459108731 -3600 # Node ID 69b8476b4bb2b0790f40f8e7b6286fdc1e8a9f8b # Parent f0c338d954cbee0f040b0d3029557036cd243262 Theme: Better example diff -r f0c338d954cb -r 69b8476b4bb2 Theme.wiki --- a/Theme.wiki Sun Mar 27 20:56:07 2016 +0100 +++ b/Theme.wiki Sun Mar 27 20:58:51 2016 +0100 @@ -2,9 +2,12 @@ = `theme.cfg` = The file `theme.cfg` gives the engine the values associated with a certain theme, to complement the graphics. To learn more about the general file structure of themes, see [ThemeFiles]. -It is structured with a key followed by an equals sign followed a value. The value depends on the key. - Example: -sky = 120, 40, 80 +It is structured with a list of keys seperated by line breaks. Each key is followed by an equals sign followed a value. The kind value depends on the key. + +Example: +sky = 23, 8, 33 +border = 7, 72, 102 +music = Art.ogg There are also keys that replace existing keys under certain conditions, all keys preceding with “`sd-`” are used during Sudden Death and all keys with “`rq-`” are used when the graphics quality is reduced.