ThemeCfg.wiki
changeset 1195 a7030faac31e
parent 1194 d20d8214bb67
child 1196 2fe37599857f
equal deleted inserted replaced
1194:d20d8214bb67 1195:a7030faac31e
    16 The values red, green, blue and opacity are in the range of one byte and can be specified in both decimal or hexadecimal form. A hexadecimal number must be prepended with a dollar sign. The range is `0` - `255` or `$00` - `$FF`.
    16 The values red, green, blue and opacity are in the range of one byte and can be specified in both decimal or hexadecimal form. A hexadecimal number must be prepended with a dollar sign. The range is `0` - `255` or `$00` - `$FF`.
    17 
    17 
    18 Any line can be made into a comment line by having a semicolon (“`;`”) at the beginning. Comments are ignored by Hedgewars.
    18 Any line can be made into a comment line by having a semicolon (“`;`”) at the beginning. Comments are ignored by Hedgewars.
    19 
    19 
    20 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.
    20 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.
       
    21 
       
    22 Lines starting with the “#” character will be ignored by Hedgewars and can be used as comments.
    21 
    23 
    22 == `sky` ==
    24 == `sky` ==
    23 The colour of the sky.
    25 The colour of the sky.
    24 
    26 
    25 <code>Values: red, green, blue</code>
    27 <code>Values: red, green, blue</code>