Advertisement
Guest User

.Xresources

a guest
Jan 7th, 2013
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. URxvt*scrollBar: false
  2. URxvt*scrollBar_right: true
  3. URxvt.font: xft:DejaVu Sans Mono:antialias=true
  4. URxvt.boldFont: xft:DejaVu Sans Mono:antialias=true
  5. URxvt.italicFont: xft:DejaVu Sans Mono
  6. URxvt.urgentOnBell: True
  7. URxvt.keysym.M-Escape: perl:keyboard-select:activate
  8. URxvt.keysym.M-u: perl:url-select:select_next
  9. URxvt.perl-ext-common: keyboard-select,url-select,clipboard
  10. URxvt.keysym.M-c: perl:clipboard:copy
  11. URxvt.keysym.M-v: perl:clipboard:paste
  12. URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
  13. URxvt.copyCommand: xsel -ib
  14. URxvt.pasteCommand: xsel -ob
  15. URxvt.urlLauncher: dwb
  16. URxvt.cursorColor: #ADD8E6
  17.  
  18. URxvt.background: #1c2027
  19. URxvt.foreground: #BBBBBB
  20.  
  21. ! black
  22. *color0: #000000
  23. *color8: #4d4d4d
  24. !red
  25. *color1: #D81860
  26. *color9: #F00060
  27. !green
  28. *color2: #60FF60
  29. *color10: #70FF70
  30. !yellow
  31. *color3: #f9fd75
  32. *color11: #f9fd80
  33. !blue
  34. *color4: #30309b
  35. *color12: #4141aa
  36. !magenta
  37. *color5: #7e40a5
  38. *color13: #8a5fa5
  39. !cyan
  40. *color6: #3579a8
  41. *color14: #4891c3
  42. !white
  43. *color7: #f3ebe2
  44. *color15: #eeeeee
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement