home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 134 / af134a.adf / ClockCal.lzx / ClockCal / fconfig < prev    next >
Text File  |  2000-01-04  |  1KB  |  52 lines

  1.  
  2. ; Any line in this file not beginning with one of the fields below is ignored.
  3. ; Program internally defaults to topaz.font, eventlist, ccprefs
  4. ; and C:More if this file is absent from ClockCal directory.
  5. ; The filenames for eventlist and prefs may include full paths, else they
  6. ; will assumed to be in the ClockCal directory. 
  7. ; Fields and colour parameters are case sensitive.
  8.  
  9. GADGTFONT=topaz.font
  10. _8X8_FONT=topaz.font
  11. EVENTLIST=eventlist
  12. PREFSFILE=ccprefs
  13. TEXTVIEWR=C:More
  14.  
  15. ; what I use - uncomment if you have these fonts.
  16. ;GADGTFONT=xen.font
  17. ;_8X8_FONT=p0t-noodle.font
  18.  
  19. ; The following set the dimensions of the hands, expressed as a % of the Clock
  20. ; diameter. The "BACK" values are the length of the hand behind the centre.
  21. ; (The hands are elongated off-centre diamonds).
  22.  
  23. HHANDLENG=30
  24. HHANDWIDT=3
  25. HHANDBACK=10
  26. MHANDLENG=40
  27. MHANDWIDT=3
  28. MHANDBACK=10
  29.  
  30. ; The following set the colours of various bits of the display
  31. ; The WB colours refer to the default commodore 8 colour WB palette
  32. ; (WB_Grey=0, WB_Black=1, WB_White=2, WB_LBlue=3
  33. ;  WB_Red=4, WB_Green=5, WB_Blue=6, WB_Yellow=7)
  34.  
  35. C_CLKFACE=WB_White
  36. C_CLKPIPS=WB_Black
  37. C_HR_HAND=WB_Red
  38. C_MN_HAND=WB_Green
  39. C_CLKTEXT=WB_White
  40. C_DST_ON_=WB_Yellow
  41. C_GMTTEXT=WB_Grey
  42. C_WINBACK=WB_Blue
  43. C_CALGRID=WB_Black
  44. C_CALWKDY=WB_White
  45. C_CALWEDY=WB_LBlue
  46. C_CALTDAY=WB_Green
  47. C_CALTITL=WB_White
  48. C_CALTITB=WB_Black
  49. C_CALEVNT=WB_Red
  50. C_CALANNL=WB_Blue
  51.  
  52.