You are on page 1of 3

// TomTom Signpost color file

// - When the country is not listed or commented out, the default colors are used
which are based on blue signposts with white letters
// - When a country is listed and the color must be the same as the default color,
an empty string ("") should be provided
// - In the field UPPERCASE_ONLY, specify "Y" = yes, all signpost characters in
uppercase, otherwise "N" = no
// - In all _COLOR fields, specify the R,G,B color value (e.g. SIGNPOST_COLOR
"0,0,255" for blue)
// - Instead of "R,G,B" values you can use "BLUE" for standard blue signposts and
"GREEN" for standard green signposts in the "SIGNPOST_COLOR" field
//
// - Supported color names: RED, BLUE, GREEN, WHITE, BLACK, YELLOW, ORANGE, GREY
//
"COUNTRY_NAME" ;"CODE";"SIGNPOST_COLOR";"SIGNPOST_OUTSIDELINE_COLOR";"ROADNUMBER
_FONT_COLOR";"ROADNUMBER_SHIELD_COLOR";"ROADNUMBER_SHIELD_OUTSIDELINE_COLOR";"INTER
CONNECTING_ROADNUMBER_FONT_COLOR";"INTERCONNECTING_ROADNUMBER_SHIELD_COLOR";"INTERC
ONNECTING_ROADNUMBER_SHIELD_OUTSIDELINE_COLOR";"CITYNAME_FONT_COLOR";"UPPERCASE_ONL
Y";"ARROW_COLOR
"Austria" ;"AUT" ;"BLUE" ;"" ;""
;"BLUE" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Belgium" ;"BEL" ;"BLUE" ;"" ;""
;"BLUE" ;"" ;""
;"" ;""
;"" ;"N" ;""
"CzechCountry" ;"CZE" ;"GREEN" ;"" ;""
;"" ;"" ;""
;"" ;""
;"" ;"Y" ;""
"Denmark" ;"DNK" ;"BLUE" ;"" ;"255,0,0"
;"255,255,255" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Finland" ;"FIN" ;"GREEN" ;"" ;""
;"" ;"" ;""
;"" ;""
;"" ;"N" ;""
"France" ;"FRA" ;"BLUE" ;"" ;""
;"" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Germany" ;"DEU" ;"BLUE" ;"" ;""
;"BLUE" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Greece" ;"GRC" ;"GREEN" ;"" ;""
;"GREEN" ;"" ;""
;"" ;""
;"" ;"Y" ;""
"Ireland" ;"IRL" ;"BLUE" ;"" ;""
;"BLUE" ;"BLUE" ;""
;"" ;""
;"" ;"Y" ;""
"Italy" ;"ITA" ;"GREEN" ;"" ;""
;"GREEN" ;"" ;""
;"" ;""
;"" ;"Y" ;""
"Luxembourg" ;"LUX" ;"BLUE" ;"" ;""
;"BLUE" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Poland" ;"POL" ;"BLUE" ;"" ;""
;"" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Portugal" ;"PRT" ;"BLUE" ;"" ;"0,0,0"
;"255,255,255" ;"" ;""
;"" ;""
;"" ;"N" ;""
"CtrySlovak" ;"SVK" ;"GREEN" ;"" ;""
;"" ;"" ;""
;"" ;""
;"" ;"Y" ;""
"Spain" ;"ESP" ;"BLUE" ;"" ;""
;"" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Sweden" ;"SWE" ;"GREEN" ;"" ;""
;"BLUE" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Switzerland" ;"CHE" ;"GREEN" ;"" ;""
;"RED" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Netherlands" ;"NLD" ;"BLUE" ;"" ;""
;"" ;"" ;""
;"" ;""
;"" ;"N" ;""
"United Kingdom" ;"GBR" ;"BLUE" ;"" ;""
;"BLUE" ;"BLUE" ;""
;"BLUE" ;"BLUE"
;"" ;"N" ;""
"Turkey" ;"TUR" ;"GREEN" ;"" ;""
;"" ;"0,0,0" ;""
;"" ;""
;"" ;"N" ;""
"Russia" ;"RUS" ;"GREEN" ;"" ;""
;"" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Hungary" ;"HUN" ;"BLUE" ;"" ;""
;"BLUE" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Norway" ;"NOR" ;"BLUE" ;"" ;""
;"GREEN" ;"" ;""
;"" ;""
;"" ;"N" ;""
"USA" ;"USA" ;"GREEN" ;"" ;""
;"GREEN" ;"" ;""
;"GREEN" ;""
;"" ;"N" ;""
"Mexico" ;"MEX" ;"GREEN" ;"" ;""
;"GREEN" ;"" ;""
;"GREEN" ;""
;"" ;"Y" ;""
"Malaysia" ;"MYS" ;"GREEN" ;"" ;""
;"" ;"" ;""
;"" ;""
;"" ;"N" ;""
"Hong Kong" ;"HKG" ;"BLUE" ;"" ;""
;"BLUE" ;"BLUE" ;""
;"BLUE" ;"BLUE"
;"" ;"N" ;""
"Singapore" ;"SGP" ;"GREEN" ;"" ;""
;"" ;"" ;""
;"BLUE" ;""
;"" ;"N" ;""
"Australia" ;"AUS" ;"GREEN" ;"" ;""
;"GREEN" ;"" ;""
;"GREEN" ;""
;"" ;"N" ;""
"Taiwan" ;"TWN" ;"GREEN" ;"" ;""
;"" ;"" ;""
;"GREEN" ;""
;"" ;"N" ;""
"China" ;"CHN" ;"GREEN" ;"" ;""
;"" ;"" ;""
;"GREEN" ;""
;"" ;"N" ;""
"Canada" ;"CAN" ;"GREEN" ;"" ;""
;"" ;"" ;""
;"GREEN" ;""
;"" ;"N" ;""
"NewZealand" ;"NZL" ;"GREEN" ;"" ;""
;"" ;"" ;""
;"GREEN" ;""
;"" ;"N" ;""

You might also like