Xdefaults 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. *.font: xft:Monospace:size=8
  2. ! https://wiki.archlinux.org/index.php/rxvt-unicode
  3. ! do not scroll with output
  4. urxvt.scrollTtyOutput: false
  5. ! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
  6. urxvt*scrollWithBuffer: true
  7. ! scroll back to the bottom on keypress
  8. urxvt*scrollTtyKeypress: true
  9. ! disable scrollback buffer for secdonary screen (e.g. less)
  10. urxvt.secondaryScreen: 1
  11. urxvt.secondaryScroll: 0
  12. urxvt.secondaryWheel: 1
  13. urxvt.scrollBar: false
  14. urxvt.saveLines: 1000000
  15. urxvt.perl-ext-common: default,matcher,resize-font
  16. ! open urls on click
  17. urxvt.matcher.button: 1
  18. urxvt.urlLauncher: sensible-browser
  19. urxvt.keysym.C-equal: resize-font:reset
  20. urxvt.keysym.C-minus: resize-font:smaller
  21. urxvt.keysym.C-plus: resize-font:bigger
  22. urxvt.keysym.C-question:resize-font:show
  23. ! colors from http://terminal.sexy
  24. ! special
  25. *.foreground: #e6e6e6
  26. *.background: #000000
  27. *.cursorColor: #e6e6e6
  28. ! black
  29. *.color0: #282a2e
  30. *.color8: #373b41
  31. ! red
  32. *.color1: #e92121
  33. *.color9: #cc6666
  34. ! green
  35. *.color2: #96a02e
  36. *.color10: #b2bd4d
  37. ! yellow
  38. *.color3: #f2ab34
  39. *.color11: #f0bf5f
  40. ! blue
  41. *.color4: #4688c0
  42. *.color12: #66a9e3
  43. ! magenta
  44. *.color5: #81568f
  45. *.color13: #b294bb
  46. ! cyan
  47. *.color6: #2bb69a
  48. *.color14: #6acfc2
  49. ! white
  50. *.color7: #6c7680
  51. *.color15: #c5c8c6