.Xresources 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. !!!
  2. !!! xterm settings
  3. !!!
  4. xterm*charClass: 33:48,35:48,37-38:48,43-47:48,58:48,61:48,63-64:48,95:48,126:48
  5. xterm*faceName: terminus
  6. xterm*faceSize: 8
  7. xterm*scrollBar: false
  8. xterm*visualBell: true
  9. xterm*termName: xterm-256color
  10. ! Fix Alt is not Meta
  11. xterm*eightBitInput: false
  12. xterm*background: #000010
  13. xterm*foreground: #ffffff
  14. xterm*color0: #000000
  15. xterm*color1: #9e1828
  16. xterm*color2: #aece92
  17. xterm*color3: #968a38
  18. xterm*color4: #414171
  19. xterm*color5: #963c59
  20. xterm*color6: #418179
  21. xterm*color7: #bebebe
  22. xterm*color8: #666666
  23. xterm*color9: #cf6171
  24. xterm*color10: #c5f779
  25. xterm*color11: #fff796
  26. xterm*color12: #4186be
  27. xterm*color13: #cf9ebe
  28. xterm*color14: #71bebe
  29. xterm*color15: #ffffff
  30. xterm*cursorColor: white
  31. !!!
  32. !!! rxvt-unicode settings
  33. !!!
  34. URxvt*font: xft:terminus:size=8
  35. URxvt*scrollBar: false
  36. URxvt*saveLines: 10000
  37. URxvt*visualBell: true
  38. URxvt.perl-ext-common: default,tabbed
  39. URxvt*background: #000010
  40. URxvt*foreground: #ffffff
  41. URxvt*color0: #000000
  42. URxvt*color1: #9e1828
  43. URxvt*color2: #aece92
  44. URxvt*color3: #968a38
  45. URxvt*color4: #414171
  46. URxvt*color5: #963c59
  47. URxvt*color6: #418179
  48. URxvt*color7: #bebebe
  49. URxvt*color8: #666666
  50. URxvt*color9: #cf6171
  51. URxvt*color10: #c5f779
  52. URxvt*color11: #fff796
  53. URxvt*color12: #4186be
  54. URxvt*color13: #cf9ebe
  55. URxvt*color14: #71bebe
  56. URxvt*color15: #ffffff
  57. URxvt*cursorColor: white