# HG changeset patch # User almikes@aol.com # Date 1417638231 0 # Node ID 1ce0c043a83711098b3bd92cae065cba24cf8b45 # Parent 0661855ab04ae4826c567569684733e04a2014f1 More typography improvements diff -r 0661855ab04a -r 1ce0c043a837 Theme.wiki --- a/Theme.wiki Wed Dec 03 20:20:36 2014 +0000 +++ b/Theme.wiki Wed Dec 03 20:23:51 2014 +0000 @@ -1,15 +1,16 @@ #summary Structure of the theme.cfg file -== Theme.cfg == -This file gives the engine the values associated with a certain theme, to complement the graphics. -It is structured with a key followed by a number of values. Example: +== `theme.cfg` == +The file `theme.cfg` gives the engine the values associated with a certain theme, to complement the graphics. +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 -There is 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 quality is reduced. These keys must be placed after the regular keys and they are all optional. +There is 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 quality is reduced. These keys must be placed after the regular keys and they are all optional. Following is the list of all current keys and their values, it is important to have the right number of values. Most keys may only be used once. -The values red, green, blue and opacity are in the range of one byte and can be specified in both decimal or hexadecimal form. The range are 0 - 255 or 0 - $FF. +The values red, green, blue and opacity are in the range of one byte and can be specified in both decimal or hexadecimal form. The range are `0` - `255` or `$00` - `$FF`. Comments may be added by prefixing a semicolon (“`;`”) to the comment.