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 1007B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. URxvt.scrollBar: off
  2. !URxvt.font: xft:Neep Alt:size=8
  3. !URxct.boldFont: xft:Neep Alt:size=8
  4. URxvt*font: neep-alt-iso8859-1-9
  5. URxvt*boldFont: neep-alt-iso8859-1-bold-9
  6. URxvt*letterSpace: 0
  7. URxvt.internalBorder: 1
  8. URxvt*selectToClipboard: true
  9. URxvt*saveLines: 10000
  10. URxvt.perl-ext-common: default,matcher,searchable-scrollback
  11. URxvt.urlLauncher: /usr/bin/luakit
  12. URxvt.matcher.button: 1
  13. URxvt.tabbed.tabbar-fg: 8
  14. URxvt.tabbed.tabbar-bg: 0
  15. URxvt.tabbed.tab-fg: 2
  16. URxvt.tabbed.tab-bg: 0
  17. URxvt.tabbed.new-button: no
  18. URxvt.tabbed.title: no
  19. *background: #151515
  20. *foreground: #888888
  21. ! black
  22. *color0: #1C1C1C
  23. *color8: #404040
  24. ! red
  25. *color1: #B85335
  26. *color9: #CF6A4C
  27. ! green
  28. *color2: #799D6A
  29. *color10: #99AD6A
  30. ! yellow
  31. *color3: #FFB964
  32. *color11: #FAD07A
  33. ! blue
  34. *color4: #667899
  35. *color12: #8197BF
  36. ! magenta
  37. *color5: #8787AF
  38. *color13: #C6B6EE
  39. ! cyan
  40. *color6: #668799
  41. *color14: #8FBFDC
  42. ! white
  43. *color7: #888888
  44. *color15: #E8E8D3