H.1 XTerm terminal configuration file

Following content should be placed in ˜/.Xresources file. File is loaded on logging in.

xterm*title: Terminal
xterm*VT100.cursorColor: yellow
xterm*VT100.cursorBlink: true
xterm*VT100.cursorUnderLine: true
xterm*VT100.dynamicColors: true
xterm*VT100.geometry: 80x25

! Enable OSC 52 copy/paste (enabled paste is a potential security risk).
xterm*VT100.disallowedWindowOps: \
     1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,SetWinLines,SetXprop

xterm*faceName: Monospace Regular
xterm*faceSize: 16
xterm*rightScrollBar: true
xterm*savelines: 16384
xterm*scrollKey: true
xterm*scrollTtyOutput: false

! DOS colors...
xterm*foreground: rgb:b8/b8/b8
xterm*background: rgb:19/19/19
xterm*color0: rgb:19/19/19
xterm*color1: rgb:a8/00/00
xterm*color2: rgb:00/a8/00
xterm*color3: rgb:a8/54/00
xterm*color4: rgb:00/00/a8
xterm*color5: rgb:a8/00/a8
xterm*color6: rgb:00/a8/a8
xterm*color7: rgb:b8/b8/b8
xterm*color8: rgb:54/54/54
xterm*color9: rgb:fc/54/54
xterm*color10: rgb:54/fc/54
xterm*color11: rgb:fc/fc/54
xterm*color12: rgb:54/54/fc
xterm*color13: rgb:fc/54/fc
xterm*color14: rgb:54/fc/fc
xterm*color15: rgb:fc/fc/fc

xterm*VT100.Translations: #override \
     Shift <KeyPress> Insert: insert() \n\
     Shift <KeyPress> Delete: insert() \n\
     Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
     Ctrl Shift <Key>C: copy-selection(CLIPBOARD)