Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Xresources 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. URxvt.font: xft:Monospace:size=9:antialias=true:hinting=true
  2. URxvt.letterSpace: -1
  3. ! XFT and Font settings
  4. Xft.dpi: 96
  5. Xft.antialias: true
  6. Xft.hinting: true
  7. Xft.autohint: true
  8. Xft.hintstyle: hintslight
  9. Xft.lcdfilter: lcdlegacy
  10. Xft.rgba: rgb
  11. URxvt.scrollBar: off
  12. URxvt.perl-ext-common: clipboard
  13. URxvt.clipboard.copycmd: mclip
  14. URxvt.clipboard.pastecmd: mclip paste
  15. URxvt.iso14755: false
  16. URxvt.iso14755_52: false
  17. URxvt.keysym.Shift-Control-C: perl:clipboard:copy
  18. URxvt.keysym.Shift-Control-V: perl:clipboard:paste
  19. URxvt.background: #000000
  20. URxvt.foreground: #EEEEEE
  21. ! black
  22. URxvt.color0: #000000
  23. URxvt.color8: #404040
  24. ! red
  25. URxvt.color1: #B85335
  26. URxvt.color9: #CF6A4C
  27. ! green
  28. URxvt.color2: #799D6A
  29. URxvt.color10: #99AD6A
  30. ! yellow
  31. URxvt.color3: #FFB964
  32. URxvt.color11: #FAD07A
  33. ! blue
  34. URxvt.color4: #667899
  35. URxvt.color12: #8197BF
  36. ! magenta
  37. URxvt.color5: #8787AF
  38. URxvt.color13: #C6B6EE
  39. ! cyan
  40. URxvt.color6: #668799
  41. URxvt.color14: #8FBFDC
  42. ! white
  43. URxvt.color7: #EEEEEE
  44. URxvt.color15: #FFFFFF