Changeset - r23568:79a54e291353
[Not reviewed]
master
0 1 0
Andy - 6 years ago 2019-03-30 21:22:11
andy@teamrubber.com
Change: adjust Violet smallmap colour 1 shade darker, to compensate for legibility against darker blue of sea introduced by #7436
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/smallmap_gui.cpp
Show inline comments
 
@@ -271,13 +271,13 @@ struct SmallMapColourScheme {
 
};
 

	
 
/** Available colour schemes for height maps. */
 
static SmallMapColourScheme _heightmap_schemes[] = {
 
	{NULL, _green_map_heights,      lengthof(_green_map_heights),      MKCOLOUR_XXXX(0x54)}, ///< Green colour scheme.
 
	{NULL, _dark_green_map_heights, lengthof(_dark_green_map_heights), MKCOLOUR_XXXX(0x62)}, ///< Dark green colour scheme.
 
	{NULL, _violet_map_heights,     lengthof(_violet_map_heights),     MKCOLOUR_XXXX(0x82)}, ///< Violet colour scheme.
 
	{NULL, _violet_map_heights,     lengthof(_violet_map_heights),     MKCOLOUR_XXXX(0x81)}, ///< Violet colour scheme.
 
};
 

	
 
/**
 
 * (Re)build the colour tables for the legends.
 
 */
 
void BuildLandLegend()
0 comments (0 inline, 0 general)