File: xc_conf.h

package info (click to toggle)
xcoral 1%3A3.40-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 15,484 kB
  • ctags: 4,970
  • sloc: ansic: 48,884; lisp: 11,570; yacc: 1,829; lex: 1,262; sh: 152; makefile: 144
file content (114 lines) | stat: -rw-r--r-- 4,299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/* ########################################################################

				config.h

   File: xc_conf.h
   Path: /home/fournigault/c/X11/xcoral-2.31/xc_conf.h
   Description: 
   Created: Fri Jan 27 10:55:13 MET 1995
   Author: Lionel Fournigault
   Modified: Fri Jan 27 10:55:14 MET 1995
   Last maintained by: Lionel Fournigault

   RCS $Revision$ $State$
   

   ########################################################################

   Note: 

   ########################################################################

   Copyright (c) : Lionel Fournigault

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

   ######################################################################## */


#ifndef _XC_CONF_H_
#define _XC_CONF_H_

/*
 *	Les Fontes
 */

#define TEXT_FONT "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1"
/*#define TEXT_FONT "-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1" */

#define MENU_FONT   "-misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1"
#define B_FONT     "-misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1"
#define WBOX_FONT  "-misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1"
#define DBOX_FONT  "-misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1"
#define FSBOX_FONT "-misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1"
#define LBOX_FONT  "-misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1"
#define MBOX_FONT  "-misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1"
#define TBOX_FONT  "-misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1"

/*
#define TEXT_FONT "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1"
#define MENU_FONT   "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1"

#define B_FONT 	   "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1"
#define WBOX_FONT  "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1"
#define DBOX_FONT  "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1"
#define FSBOX_FONT "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1"
#define LBOX_FONT  "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1"
#define MBOX_FONT  "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1"

#define MENU_FONT   "-adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1"
#define TEXT_FONT "-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1"
#define B_FONT     "-adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1"
#define WBOX_FONT  "-adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1"
#define DBOX_FONT  "-adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1"
#define FSBOX_FONT "-adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1"
#define LBOX_FONT  "-adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1"
#define MBOX_FONT  "-adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1"
*/


/* Dark background (default) */
/* #define COLOR_TEXT_BG		"midnightblue" */
#define COLOR_TEXT_BG		"ivory"
/* #define COLOR_TEXT_BG		"honeydew" */
/* #define COLOR_TEXT_FG		"lemonchiffon" */
#define COLOR_TEXT_FG		"black"

/* Light background */
/*
#define COLOR_TEXT_BG		"oldlace"
#define COLOR_TEXT_FG		"black"
*/

#define COLOR_MENU_BG		"gray60"  /*"slategray"*/
#define COLOR_MENU_FG		"lemonchiffon"
/* #define COLOR_MENU_FG		"black" */
#define COLOR_CONTROL_BG	"gray60"  /*"slategray"*/
#define COLOR_CONTROL_FG	"lemonchiffon"
/* #define COLOR_CONTROL_FG	"black" */

/*
 *	Mono
 */
#define BW_TEXT_BG		"black"
#define BW_TEXT_FG		"white"
#define BW_MENU_BG		"white"
#define BW_MENU_FG		"black"
#define BW_CONTROL_BG		"white"
#define BW_CONTROL_FG		"black"

#define APP_DEFAULT		"/usr/lib/X11/app-defaults"

#endif  /* _XC_CONF_H_ */