.Xresources 1.3 KB

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