.Xresources 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. !! Xft options
  2. ! Xft.antialias: false
  3. ! Xft.antialias: rgba
  4. Xft.hinting: true
  5. Xft.hintstyle: hintlight
  6. Xft.rgba: rgb
  7. !! Xterm
  8. xterm*termName: xterm-256color
  9. xterm*locale: true
  10. ! XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
  11. ! xterm.font: xft:Dina:pixelsize=18
  12. ! xterm*font : -*-dejavu sans-medium-r-*-*-14-*-*-*-*-*-*-*
  13. xterm*faceName:DejaVu Sans Mono:pixelsize=14
  14. !! Make Meta-* bindings work.
  15. xterm*eightBitInput: false
  16. !! Fix the backspace key
  17. xterm*backarrowKey: false
  18. xterm*ttyModes: erase ^?
  19. xterm*saveLines: 4096
  20. xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
  21. xterm*on3Clicks: regex ([[:alpha:]]+://)?([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
  22. xterm*background: black
  23. xterm*foreground: white
  24. xterm*color0 : black
  25. xterm*color1 : #8b0000
  26. xterm*color2 : #228b22
  27. xterm*color3 : #cdcd00
  28. xterm*color4 : blue
  29. xterm*color5 : #8b008b
  30. xterm*color6 : #00bfff
  31. xterm*color7 : #f5f5f5
  32. xterm*color8 : #696969
  33. xterm*color9 : red
  34. xterm*color10 : green
  35. xterm*color11 : yellow
  36. xterm*color12 : #1e90ff
  37. xterm*color13 : magenta
  38. xterm*color14 : cyan
  39. xterm*color15 : white