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.0KB

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