12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- !! TERM Environment Variable
- XTerm.termName: xterm-256color
- !! UTF-8
- XTerm.vt100.local: false
- XTerm.vt100.utf8: true
- !! Make 'Alt' key behave as on other terminal emulators
- XTerm.vt100.metaSendsEscape: true
- !! Fix the backspace key
- XTerm.vt100.backarrowKey: false
- XTerm.ttyModes: erase ^?
- !! Scrolling
- XTerm.vt100.saveLines: 4096
- !! CLIPBOARD
- XTerm*selectToClipboard: true
- xterm*VT100.Translations: #override \
- Ctrl Shift <Key>V: insert-selection(SELECT) \n\
- Ctrl Shift <Key>C: copy-selection(SELECT)
- !! Font
- XTerm.vt100.font: 7x13
- XTerm.vt100.faceName: DejaVu Sans Mono:style=Book:size=12:antialias=true
- XTerm.vt100.faceNameDoublesize: WenQuanYi WenQuanYi Bitmap Song
- !! Adjust line spacing
- XTerm.vt100.scaleHeight: 1.01
- !! Protect against X11 input snooping
- Ctrl Alt <Key>S: secure()
- !! Colorscheme
- ! hard contrast: *background: #1d2021
- *background: #282828
- ! soft contrast: *background: #32302f
- *foreground: #ebdbb2
- ! Black + DarkGrey
- *color0: #282828
- *color8: #928374
- ! DarkRed + Red
- *color1: #cc241d
- *color9: #fb4934
- ! DarkGreen + Green
- *color2: #98971a
- *color10: #b8bb26
- ! DarkYellow + Yellow
- *color3: #d79921
- *color11: #fabd2f
- ! DarkBlue + Blue
- *color4: #458588
- *color12: #83a598
- ! DarkMagenta + Magenta
- *color5: #b16286
- *color13: #d3869b
- ! DarkCyan + Cyan
- *color6: #689d6a
- *color14: #8ec07c
- ! LightGrey + White
- *color7: #a89984
- *color15: #ebdbb2
|