--- asfsm.c.orig Sat Sep 9 23:05:47 2000 +++ asfsm.c Sat Sep 9 23:06:30 2000 @@ -143,11 +143,11 @@ } void defaults1() { - strcpy(bgcolor, "DarkSlateGray\0"); - strcpy(fgcolor, "LightSlateGray\0"); + strcpy(bgcolor, "chocolate5\0"); + strcpy(fgcolor, "yellow\0"); strcpy(zerocolor, "IndianRed\0"); - strcpy(popupbgcolor, "DarkSlateGray\0"); - strcpy(popupfgcolor, "#20B2AA\0"); + strcpy(popupbgcolor, "chocolate6\0"); + strcpy(popupfgcolor, "yellow3\0"); strcpy(popupbordercolor, "LightGray\0"); strcpy(bgpix, "default\0"); strcpy(popupbgpix, "default\0"); @@ -325,9 +325,9 @@ void setupfonts() { popupfont1=XLoadQueryFont(display, - "-*-helvetica-*-*-*-*-10-240-*-*-*-*-*-*"); + "-adobe-helvetica-medium-r-normal--12-120-75-75-p-67-iso8859-1"); popupfont2=XLoadQueryFont(display, - "-*-helvetica-medium-r-*-*-10-240-*-*-*-*-*-*"); + "-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1"); } void readstatfile() {