ThemeCfg.wiki
changeset 1123 02863856f674
parent 1122 e6d120deeae9
child 1124 b37c99c55365
equal deleted inserted replaced
1122:e6d120deeae9 1123:02863856f674
    38 
    38 
    39 <code>Default: 80, 80, 80</code>
    39 <code>Default: 80, 80, 80</code>
    40 
    40 
    41 == `water-top` ==
    41 == `water-top` ==
    42 The colour of the topmost part of the water (under the `BlueWater.png`) before Sudden Death.
    42 The colour of the topmost part of the water (under the `BlueWater.png`) before Sudden Death.
    43 This makes a gradient together with `water-bottom`. The default color
    43 This makes a gradient together with `water-bottom`. The default color is blue and matches the default `BlueColor.png`.
    44 is black which is usually not what you want.
       
    45 In combination with the default `BlueWater.png`, the recommended value is `$54, $5C, $9D`.
       
    46 
    44 
    47 <code>Values: red, green, blue</code>
    45 <code>Values: red, green, blue</code>
    48 
    46 
    49 <code>Default: 0, 0, 0</code>
    47 <code>Default: $54, $5C, $9D</code>
    50 
    48 
    51 == `water-bottom` ==
    49 == `water-bottom` ==
    52 The colour of the lowest part of the water before Sudden Death.
    50 The colour of the lowest part of the water before Sudden Death.
    53 This makes a gradient together with `water-top`. The default color
    51 This makes a gradient together with `water-top`. The default color is blue and matches the default `BlueColor.png`.
    54 is black which is usually not what you want.
       
    55 In combination with the default `BlueWater.png`, the recommended value is `$34, $3C, $7D`.
       
    56 
    52 
    57 <code>Values: red, green, blue</code>
    53 <code>Values: red, green, blue</code>
    58 
    54 
    59 <code>Default: 0, 0, 0</code>
    55 <code>Default: $34, $3C, $7D</code>
    60 
    56 
    61 == `sd-water-bottom` ==
    57 == `sd-water-bottom` ==
    62 The colour of the lowest part of the water while in Sudden Death.
    58 The colour of the lowest part of the water while in Sudden Death.
    63 This makes a gradient together with `sd-water-top`.
    59 This makes a gradient together with `sd-water-top`.
    64 The default color neatly matches the default `SDWater.png`.
    60 The default color neatly matches the default `SDWater.png`.