--- trunk/src/config.h 2009/08/23 19:38:15 73 +++ trunk/src/config.h 2009/08/24 09:23:36 74 @@ -41,4 +41,12 @@ #define OSM_GPS_MAP_OSD_DIAMETER 60 #endif +/* specify OSD colors explicitely. Otherwise gtk default */ +/* colors are used */ +#define OSD_COLOR_BG 1, 1, 1 // white background +#define OSD_COLOR 0.5, 0.5, 1 // light blue border and controls +#define OSD_COLOR_DISABLED 0.8, 0.8, 0.8 // light grey disabled controls +#define OSD_SHADOW_ENABLE +#define OSD_NODIR // no direction arrows + #endif // CONFIG_H