xref: /dragonfly/nrelease/gui/root/.Xresources (revision 0db87cb7)
1urxvt*font: xft:Terminus:pixelsize=10
2urxvt*termName: rxvt
3urxvt*background: rgba:0000/0000/0000/dddd
4urxvt*foreground: grey90
5urxvt*depth: 32
6urxvt*geometry: 100x30
7urxvt*scrollBar: False
8urxvt*inheritPixmap: True
9urxvt*tintColor: grey
10urxvt*shading: 10
11
12! Tango color scheme
13
14urxvt*color0: #000000
15urxvt*color1: #a40000
16urxvt*color2: #4e9a06
17urxvt*color3: #c4a000
18urxvt*color4: #204a87
19urxvt*color6: #038e82
20urxvt*color7: #babdb6
21urxvt*color8: #555753
22urxvt*color9: #cc0000
23urxvt*color10: #73d216
24urxvt*color11: #edd400
25urxvt*color12: #3465a4
26urxvt*color14: #05d2c1
27urxvt*color15: #d3d7cf
28
29! xterms
30
31*VT100.Translations:    #override \
32	Ctrl<Key>period:	insert-selection(PRIMARY, CUT_BUFFER0) \n\
33	Shift<Key>Prior:	scroll-back(1,fullpage) \n\
34	Shift<Key>Next:		scroll-forw(1,fullpage) \n\
35	Shift<Key>Up:		scroll-back(1,halfpage) \n\
36	Shift<Key>Down:		scroll-forw(1,halfpage) \n
37
38XTerm.VT100.eightBitInput:	true
39xterm*alwaysHighlight:		true
40xterm*cutToBeginningOfLine:	false
41xterm*background:		#000020002000
42xterm*foreground:		#0000DFFFDFFF
43xterm*cursorColor:		white
44xterm*font:			7x14
45xterm*scrollBar:		true
46xterm*saveLines:		1000
47xterm*scrollKey:		true
48xterm*scrollTtyOutput:		false
49xterm*toolBar:			false
50