Advertisement
Guest User

Untitled

a guest
Jun 24th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. URxvt*title: urxvt
  2. URxvt*termName: rxvt-256color
  3. URxvt*secondaryscroll: true
  4. URxvt*matcher.button: 1
  5. URxvt*cursorBlink: true
  6. URxvt*cursorUnderline: true
  7. URxvt*mapAlert: true
  8. URxvt*visualBell: true
  9. URxvt*urgentOnBell: true
  10. !URxvt*inheritPixmap: true
  11. !URxvt*tintColor: #000000
  12. !URxvt*shading: 88
  13.  
  14. URxvt*transparent: false
  15. URxvt*shading: 20
  16. URxvt*saveLines: 12000
  17. URxvt.font: xft:Droid Sans Mono for Powerline:size=10
  18. URxvt.boldFont: xft:Droid Sans Mono for Powerline:size=10
  19. !URxvt.font: -zevv-peep-medium-r-normal--16-140-75-75-c-80-iso10646-1
  20. !URxvt.boldFont: -zevv-peep-medium-r-normal--16-140-75-75-c-80-iso10646-1
  21. URxvt*scrollBar: false
  22. URxvt*geometry: 90x21
  23. URxvt.iconFile: /home/eregus/.icons/Faenza/apps/scalable/utilities-terminal.svg
  24.  
  25. URxvt.perl-lib: /usr/lib/urxvt/perl
  26. URxvt.perl-ext-common: default,matcher,clipboard,selection-autotransform
  27. URxvt.keysym.M-c: perl:clipboard:copy
  28. URxvt.keysym.M-v: perl:clipboard:paste
  29. URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
  30. URxvt.clipboard.copycmd: xsel -ib
  31. URxvt.clipboard.pastecmd: xsel -ob
  32. URxvt.url-launcher: /usr/bin/firefox-nightly
  33. URxvt.matcher.button: 1
  34.  
  35. *background: #1C1C1C
  36. *foreground: #c5c5c5
  37. ! black
  38. *color0: #1C1C1C
  39. *color8: #666666
  40. ! red
  41. *color1: #ff005b
  42. *color9: #ff00a0
  43. ! green
  44. *color2: #cee318
  45. *color10: #ccff00
  46. ! yellow
  47. *color3: #ffe755
  48. *color11: #ff9f00
  49. ! blue
  50. *color4: #048ac7
  51. *color12: #48c6ff
  52. ! magenta
  53. *color5: #833c9f
  54. *color13: #be67e1
  55. ! cyan
  56. *color6: #0ac1cd
  57. *color14: #63e7f0
  58. ! white
  59. *color7: #e5e5e5
  60. *color15: #f3f3f3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement