.Xresources 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ! Font
  2. URxvt.font:xft:Terminess\ Powerline:pixelsize=11:antialias=true,style=regular
  3. URxvt.boldFont:Terminess\ Powerline:pixelsize=11:antialias=true,style=regular
  4. Xft.antialias: 1
  5. Xft.autohint: 0
  6. Xft.dpi: 96
  7. Xft.hinting: 1
  8. Xft.hintstyle: hintfull
  9. ! Display
  10. URxvt*depth: 32
  11. !URxvt*background: bg
  12. !URxvt*foreground: fg
  13. URxvt*background: [80]#c31014
  14. URxvt*foreground: [100]#ffffff
  15. URxvt*borderless: 1
  16. URxvt*scrollBar: false
  17. URxvt*scrollBar_right: false
  18. URxvt*saveLines: 5000
  19. URxvt*termName: rxvt-256color
  20. URxvt*.transparent: true
  21. ! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
  22. URxvt*.shading: 60
  23. ! Colours
  24. ! Black + DarkGrey
  25. URxvt.color0: #000000
  26. URxvt.color8: #727272
  27. ! Red
  28. URxvt.color1: #c31014
  29. URxvt.color9: #ff8d8d
  30. ! Green
  31. URxvt.color2: #93ff4f
  32. URxvt.color10: #c8ffa8
  33. ! Yellow
  34. URxvt.color3: #eab93d
  35. URxvt.color11: #ffc123
  36. ! Blue
  37. URxvt.color4: #3480f0
  38. URxvt.color12: #5090ff
  39. ! Mangenta
  40. URxvt.color5: #de5c00
  41. URxvt.color13: #f57900
  42. ! Cyan
  43. URxvt.color6: #56cce2
  44. URxvt.color14: #89ddff
  45. ! LightGrey + White
  46. URxvt.color7: #d5d5d5
  47. URxvt.color15: #ffffff
  48. ! Settings
  49. URxvt.perl-ext-common: default,matcher,vtwheel,clipboard
  50. URxvt.matcher.button: 1
  51. URxvt.url-launcher: /usr/bin/firefox
  52. URxvt*loginShell: true
  53. ! Clipboard
  54. URxvt.keysym.M-c: perl:clipboard:copy
  55. URxvt.keysym.M-v: perl:clipboard:paste