1 !
2 !
3 !
4 !
5 !
6 
7 Xcursor.theme: whiteglass
8 
9 #define BS \ /* cpp can be trickier than m4 */
10 #define NLBS \n\ /* don't remove these comments */
11 xlogin*login.translations: #override BS
12 	Ctrl<Key>R: abort-display()NLBS
13 	<Key>F1: set-session-argument(failsafe) finish-field()NLBS
14 	<Key>Delete: delete-character()NLBS
15 	<Key>Left: move-backward-character()NLBS
16 	<Key>Right: move-forward-character()NLBS
17 	<Key>Home: move-to-begining()NLBS
18 	<Key>End: move-to-end()NLBS
19 	Ctrl<Key>KP_Enter: set-session-argument(failsafe) finish-field()NLBS
20 	<Key>KP_Enter: set-session-argument() finish-field()NLBS
21 	Ctrl<Key>Return: set-session-argument(failsafe) finish-field()NLBS
22 	<Key>Return: set-session-argument() finish-field()
23 
24 xlogin*greeting: Welcome to CLIENTHOST
25 xlogin*namePrompt: \040\040\040\040\040\040\040Login:
26 xlogin*fail: Login incorrect
27 
28 XHASHif WIDTH > 800
29 xlogin*greetFont: -adobe-helvetica-bold-o-normal-*-18-*-*-*-*-*-iso8859-1
30 xlogin*font: -adobe-helvetica-medium-o-normal-*-14-*-*-*-*-*-iso8859-1
31 xlogin*promptFont: -adobe-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
32 xlogin*failFont: -adobe-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
33 xlogin*greetFace:	Serif-24:bold:italic
34 xlogin*face: 		Helvetica-14
35 xlogin*promptFace: 	Helvetica-14:bold
36 xlogin*failFace: 	Helvetica-14:bold
37 XHASHelse
38 xlogin*greetFont: -adobe-helvetica-bold-o-normal--17-120-100-100-p-92-iso8859-1
39 xlogin*font: -adobe-helvetica-medium-r-normal--12-120-75-75-p-67-iso8859-1
40 xlogin*promptFont: -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
41 xlogin*failFont: -adobe-helvetica-bold-o-normal--14-140-75-75-p-82-iso8859-1
42 xlogin*greetFace:	Serif-18:bold:italic
43 xlogin*face:		Helvetica-12
44 xlogin*promptFace:	Helvetica-12:bold
45 xlogin*failFace:	Helvetica-14:bold
46 XHASHendif
47 
48 XHASHifdef COLOR
49 xlogin*borderWidth: 1
50 xlogin*frameWidth: 5
51 xlogin*innerFramesWidth: 2
52 xlogin*shdColor: grey30
53 xlogin*hiColor: grey90
54 xlogin*background: grey
55 !xlogin*foreground: darkgreen
56 xlogin*greetColor: Blue3
57 xlogin*failColor: red
58 *Foreground: black
59 *Background: #fffff0
60 XHASHelse
61 xlogin*borderWidth: 3
62 xlogin*frameWidth: 0
63 xlogin*innerFramesWidth: 1
64 xlogin*shdColor: black
65 xlogin*hiColor: black
66 XHASHendif
67 #ifdef XPM
68 XHASHif PLANES >= 8
69 XHASHif 1
70 ! XDM has no support for images with alpha channel, so we precomputed a
71 ! NetBSD logo with fixed background and use it here. If you change this
72 ! file to use another background colour, you need to create a new logo
73 ! xpm file. This can be done with netpbm from pkgsrc:
74 !
75 !   pngtopnm -mix -background grey NetBSD-flag.png | pnmtoxpm > NetBSD-flag.xpm
76 !
77 ! (all files in BITMAPDIR)
78 !
79 xlogin*logoFileName: BITMAPDIR/**//NetBSD-flag1.xpm
80 xlogin*useShape: false
81 XHASHelse
82 !
83 ! This is the stock method, using a coloured xpm file and a b&w mask xpm.
84 ! Antialiased borders look ugly this way, but it works with arbitrary
85 ! background colours.
86 !
87 xlogin*logoFileName: BITMAPDIR/**//XDM_PIXMAP
88 xlogin*useShape: true
89 XHASHendif
90 XHASHelse
91 xlogin*logoFileName: BITMAPDIR/**//XDM_BWPIXMAP
92 xlogin*useShape: true
93 XHASHendif
94 xlogin*logoPadding: 10
95 #endif /* XPM */
96 
97 XConsole.text.geometry:	480x130
98 XConsole.verbose:	true
99 XConsole*iconic:	true
100 XConsole*font:		fixed
101 
102 Chooser*geometry:		700x500+300+200
103 Chooser*allowShellResize:	false
104 Chooser*viewport.forceBars:	true
105 Chooser*label.font:		*-new century schoolbook-bold-i-normal-*-240-*
106 Chooser*label.label:		XDMCP Host Menu from CLIENTHOST
107 Chooser*list.font:		-*-*-medium-r-normal-*-*-230-*-*-c-*-iso8859-1
108 Chooser*Command.font:		*-new century schoolbook-bold-r-normal-*-180-*
109