; ********** customizing navgps colors *********** ; ; version 4.2 ; ; all color values are specified by 3 numbers ; separated by commas. the numbers are the brightness ; values for red, green and blue respectively. ; ; the values range from 0 to 255. ; ; for example here are some common colors: ; red=255,0,0 ; black=0,0,0 ; white=255,255,255 ; blue=0,0,255 ; grey=128,128,128 ; ; composite colors can be created by combinations. ; for example, light-purple is 128,0,128. ; ; it's suggested that values be kept to ; multiples of 16. ; ; 1. because of different file formats under wince, ; you'll have to edit on the pc and then download it. ; 2. put this file in the same folder as navgps.exe. ; 3. restart navgps. ; 4. select the scm file from preferences menu. ; ; note: you can use the default color value by not ; specifying it here - remove entry or prefix ';' ; ; note: some of the comments below are specific to pro only ; ---------- geo.land.max=204,102,51 geo.land=238,232,170 geo.populated=204,204,204 geo.railroad=153,153,153 geo.road=153,153,153 geo.topo.danger=255,0,0 geo.topo.label=51,51,51 geo.topo.polbnd=153,153,153 geo.topo.warning=255,204,0 geo.water=102,153,255 hsi.airplane=0,0,0 hsi.bearing=0,153,0 hsi.line=51,51,51 hsi.needle=255,102,0 hsi.numeral=0,0,0 hsi.track=153,0,204 map.background=255,255,255 map.class_b=0,0,204 map.class_c=204,0,204 map.class_d=0,0,204 map.class_x=0,0,204 map.flightplan.active=255,0,204 map.flightplan=255,0,204 map.grid=0,0,0 map.info.background=0,255,255 map.info.text=0,0,0 map.navaid.selected=255,0,102 map.navaid=0,0,0 map.obs.caution=128,128,0 map.obs.danger=255,0,0 map.runway.heading=0,0,0 map.runway=0,0,0 map.sua=204,0,0 map.track=128,0,255 ; navaid identifier colors ; map.airport=204,0,0 map.fix=102,102,102 map.ndb=255,102,0 map.vor=0,153,0 ; the colors for the navaid-box ; nav.background is the background color for the data portion of the box ; nav.text is the text color ; if above two are equal, then the background color is map.background ; ; nav.header.background and nav.header are the colors for the title ; section of each box. ; if the two colors are equal, then the whatever the background color ; for the data portion of the box is used. ; nav.background=0,0,255 nav.border=0,255,255 nav.header.background=0,255,255 nav.header=0,0,255 nav.text=255,255,255