spacepaste

  1.  
  2. !URxvt.scrollBar: false
  3. !Xft.dpi: 96
  4. !Xft.antialias: true
  5. !Xft.rgba: rgb
  6. !Xft.hinting: true
  7. !Xft.hintstyle: hintslight
  8. !Xft.autohint: false
  9. !Xft.lcdfilter: lcddefault
  10. ! Using XLFD (created via e.g. xfontsel)
  11. !URxvt*font: -misc-fixed-medium-r-semicondensed-*-12-90-100-*-c-60-iso8859-1
  12. ! Using Xft
  13. !URxvt*font: xft:Inconsolata:size=8
  14. !-*- Perl extensions -*-
  15. !URxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select
  16. !URxvt.keysym.M-u: perl:url-select:select_next
  17. !URxvt.url-launcher: /usr/bin/firefox
  18. !URxvt.underlineURLs: True
  19. !URxvt.matcher.button: 1
  20. !URxvt.keysym.M-Escape:perl:keyboard-select:activate
  21. !URxvt.keysym.Control-Shift-V: perl:pasta:paste
  22. ! Comment this if you dont want copy when text is selected
  23. !URxvt.clipboard.autocopy: true
  24. !! jellybeans colors
  25. ! 8 8 8
  26. *background: #080808
  27. ! 128 128 128
  28. *foreground: #808080
  29. ! black
  30. ! 26 26 26
  31. *color0: #1a1a1a
  32. ! 64 64 64
  33. *color8: #404040
  34. ! red
  35. ! 215 95 95
  36. *color1: #d75f5f
  37. ! 234 132 132
  38. *color9: #EA8484
  39. ! green
  40. ! 135 175 95
  41. *color2: #87af5f
  42. ! 199 240 159
  43. *color10: #C7F09F
  44. ! yellow
  45. ! 255 175 95
  46. *color3: #ffaf5f
  47. ! 255 204 154
  48. *color11: #FFCC9A
  49. ! blue
  50. ! 135 175 215
  51. *color4: #87afd7
  52. ! 165 202 239
  53. *color12: #a5caef
  54. ! magenta
  55. ! 135 135 175
  56. *color5: #8787af
  57. ! 166 166 222
  58. *color13: #A6A6DE
  59. ! cyan
  60. ! 95 135 135
  61. *color6: #5f8787
  62. ! 105 178 178
  63. *color14: #69b2b2
  64. ! white
  65. ! 128 128 128
  66. *color7: #808080
  67. ! 215 215 215
  68. *color15: #d7d7d7
  69.