home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / educatio / xcoral16.zip / CONFIG.H < prev    next >
C/C++ Source or Header  |  1993-01-15  |  1KB  |  52 lines

  1. /*
  2. ** Copyright 1989, 1992 by Lionel Fournigault
  3. **
  4. ** Permission to use, copy, and distribute for non-commercial purposes,
  5. ** is hereby granted without fee, providing that the above copyright
  6. ** notice appear in all copies and that both the copyright notice and this
  7. ** permission notice appear in supporting documentation.
  8. ** The software may be modified for your own purposes, but modified versions
  9. ** may not be distributed.
  10. ** This software is provided "as is" without any expressed or implied warranty.
  11. **
  12. **
  13. */
  14.  
  15. #ifndef _CONFIG_H_
  16. #define _CONFIG_H_
  17.  
  18. /*
  19.  *    Le nom
  20.  */
  21. #define CLIENTNAME    xcoral
  22.  
  23. /*
  24.  *    Les Fontes
  25.  */
  26. #define TEXT_FONT    "-adobe-times-bold-r-normal--14-140-75-75-p-77-iso8859-1"
  27. #define MENU_FONT    "-adobe-times-medium-r-normal--18-180-75-75-p-94-iso8859-1"
  28.  
  29. /*
  30.  *    Les Couleurs
  31.  */
  32. #define COLOR_TEXT_BG        "black"
  33. #define COLOR_TEXT_FG        "darkseagreen1"
  34. #define COLOR_MENU_BG        "lightslategray"
  35. #define COLOR_MENU_FG        "lemonchiffon"
  36. #define COLOR_DIALOG_BG        "lightslategray"
  37. #define COLOR_DIALOG_FG        "lemonchiffon"
  38.  
  39. /*
  40.  *    Mono
  41.  */
  42. #define BW_TEXT_BG        "black"
  43. #define BW_TEXT_FG        "white"
  44. #define BW_MENU_BG        "white"
  45. #define BW_MENU_FG        "black"
  46. #define BW_DIALOG_BG        "white"
  47. #define BW_DIALOG_FG        "black"
  48.  
  49. #define APP_DEFAULT        "/usr/lib/X11/app-defaults"
  50.  
  51. #endif  /* _CONFIG_H_ */
  52.