nrelease gui - add xterm resources
[dragonfly.git] / nrelease / gui / root / .Xresources
1 urxvt*font: xft:Terminus:pixelsize=10
2 urxvt*termName: rxvt
3 urxvt*background: rgba:0000/0000/0000/dddd
4 urxvt*foreground: grey90
5 urxvt*depth: 32
6 urxvt*geometry: 100x30
7 urxvt*scrollBar: False
8 urxvt*inheritPixmap: True
9 urxvt*tintColor: grey
10 urxvt*shading: 10
11
12 ! Tango color scheme
13
14 urxvt*color0: #000000
15 urxvt*color1: #a40000
16 urxvt*color2: #4e9a06
17 urxvt*color3: #c4a000
18 urxvt*color4: #204a87
19 urxvt*color6: #038e82
20 urxvt*color7: #babdb6
21 urxvt*color8: #555753
22 urxvt*color9: #cc0000
23 urxvt*color10: #73d216
24 urxvt*color11: #edd400
25 urxvt*color12: #3465a4
26 urxvt*color14: #05d2c1
27 urxvt*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
38 XTerm.VT100.eightBitInput:      true
39 xterm*alwaysHighlight:          true
40 xterm*cutToBeginningOfLine:     false
41 xterm*background:               #000020002000
42 xterm*foreground:               #0000DFFFDFFF
43 xterm*cursorColor:              white
44 xterm*font:                     7x14
45 xterm*scrollBar:                true
46 xterm*saveLines:                1000
47 xterm*scrollKey:                true
48 xterm*scrollTtyOutput:          false
49 xterm*toolBar:                  false