.Xresources 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. ! General fonts:
  2. Xft.dpi: 115
  3. Xft.antialias: true
  4. Xft.hinting: true
  5. Xft.rgba: rgb
  6. !Xft.autohint: false
  7. !Xft.hintstyle: hintslight
  8. !Xft.lcdfilter: lcddefault
  9. ! URxvt:
  10. !fonts
  11. !URxvt.font: xft:Hack:size=10
  12. URxvt.font: xft:Fantasque Sans Mono:size=12
  13. !URxvt.font: xft:Monaco:size=12
  14. !URxvt.font: xft:Monospace
  15. ! bold fonts
  16. !URxvt.boldFont: xft:Ubuntu Mono:size=12
  17. !colors
  18. !URxvt.foreground: gray
  19. !URxvt.background: black
  20. !transparency
  21. URxvt.transparent: true
  22. URxvt.shading: 25
  23. !general settings
  24. URxvt.scrollBar: false
  25. ! Xterm
  26. !colors
  27. xterm*background: black
  28. xterm*foreground: gray
  29. ! hard contrast: *background: #1d2021
  30. *background: #282828
  31. ! soft contrast: *background: #32302f
  32. *foreground: #ebdbb2
  33. ! Black + DarkGrey
  34. *color0: #282828
  35. *color8: #928374
  36. ! DarkRed + Red
  37. *color1: #cc241d
  38. *color9: #fb4934
  39. ! DarkGreen + Green
  40. *color2: #98971a
  41. *color10: #b8bb26
  42. ! DarkYellow + Yellow
  43. *color3: #d79921
  44. *color11: #fabd2f
  45. ! DarkBlue + Blue
  46. *color4: #458588
  47. *color12: #83a598
  48. ! DarkMagenta + Magenta
  49. *color5: #b16286
  50. *color13: #d3869b
  51. ! DarkCyan + Cyan
  52. *color6: #689d6a
  53. *color14: #8ec07c
  54. ! LightGrey + White
  55. *color7: #a89984
  56. *color15: #ebdbb2