.Xresources 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. !! TERM Environment Variable
  2. XTerm.termName: xterm-256color
  3. !! UTF-8
  4. XTerm.vt100.local: false
  5. XTerm.vt100.utf8: true
  6. !! Make 'Alt' key behave as on other terminal emulators
  7. XTerm.vt100.metaSendsEscape: true
  8. !! Fix the backspace key
  9. XTerm.vt100.backarrowKey: false
  10. XTerm.ttyModes: erase ^?
  11. !! Scrolling
  12. XTerm.vt100.saveLines: 4096
  13. !! CLIPBOARD
  14. XTerm*selectToClipboard: true
  15. xterm*VT100.Translations: #override \
  16. Ctrl Shift <Key>V: insert-selection(SELECT) \n\
  17. Ctrl Shift <Key>C: copy-selection(SELECT)
  18. !! Font
  19. XTerm.vt100.font: 7x13
  20. XTerm.vt100.faceName: DejaVu Sans Mono:style=Book:size=12:antialias=true
  21. XTerm.vt100.faceNameDoublesize: WenQuanYi WenQuanYi Bitmap Song
  22. !! Adjust line spacing
  23. XTerm.vt100.scaleHeight: 1.01
  24. !! Protect against X11 input snooping
  25. Ctrl Alt <Key>S: secure()
  26. !! Colorscheme
  27. ! hard contrast: *background: #1d2021
  28. *background: #282828
  29. ! soft contrast: *background: #32302f
  30. *foreground: #ebdbb2
  31. ! Black + DarkGrey
  32. *color0: #282828
  33. *color8: #928374
  34. ! DarkRed + Red
  35. *color1: #cc241d
  36. *color9: #fb4934
  37. ! DarkGreen + Green
  38. *color2: #98971a
  39. *color10: #b8bb26
  40. ! DarkYellow + Yellow
  41. *color3: #d79921
  42. *color11: #fabd2f
  43. ! DarkBlue + Blue
  44. *color4: #458588
  45. *color12: #83a598
  46. ! DarkMagenta + Magenta
  47. *color5: #b16286
  48. *color13: #d3869b
  49. ! DarkCyan + Cyan
  50. *color6: #689d6a
  51. *color14: #8ec07c
  52. ! LightGrey + White
  53. *color7: #a89984
  54. *color15: #ebdbb2