home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 12 / MA_Cover_12.iso / source / xpdf-0.80 / ltk / ltkconfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-27  |  512 b   |  23 lines

  1. //========================================================================
  2. //
  3. // LTKConfig.h
  4. //
  5. // Copyright 1996 Derek B. Noonburg
  6. //
  7. //========================================================================
  8.  
  9. #ifndef LTKCONFIG_H
  10. #define LTKCONFIG_H
  11.  
  12. // default colors
  13. #define LTK_FOREGROUND "black"
  14. #define LTK_BACKGROUND "gray70"
  15.  
  16. // default window font
  17. #define LTK_WIN_FONT "-*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*"
  18.  
  19. // default font that every server should have
  20. #define LTK_DEF_FONT "fixed"
  21.  
  22. #endif
  23.