Advertisement
Guest User

Untitled

a guest
Mar 21st, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. !-------------------------------------------------------------------------------
  2. !
  3. ! U R X V T - Settings
  4. !
  5. URxvt*geometry: 80x25
  6. URxvt*foreground: grey80
  7. URxvt*borderLess: false
  8. URxvt*depth: 32
  9. URxvt*background: rgba:3333/3333/3333/dddd
  10. URxvt*scrollBar: false
  11. URxvt*font: xft:terminus-12
  12. URxvt*cursorBlink: true
  13. URxvt*cursorUnderline: true
  14. ! URL
  15. URxvt.perl-ext: default,url-select
  16. URxvt.keysym.M-u: perl:url-select:select_next
  17. URxvt.url-select.launcher: /usr/bin/luakit -u
  18. URxvt.url-select.underline: true
  19. !colors
  20. !black
  21. URxvt*color0: #676767
  22. URxvt*color8: #757575
  23. !red
  24. URxvt*color1: #EA6868
  25. URxvt*color9: #FF7272
  26. !green
  27. URxvt*color2: #ABCB8D
  28. URxvt*color10: #AFD78A
  29. !yellow
  30. URxvt*color3: #E8AE5B
  31. URxvt*color11: #FFA75D
  32. !blue
  33. URxvt*color4: #71C5F4
  34. URxvt*color12: #67CDE9
  35. !magenta
  36. URxvt*color5: #E2BAF1
  37. URxvt*color13: #ECAEE9
  38. !cyan
  39. URxvt*color6: #21F1EA
  40. URxvt*color14: #36FFFC
  41. !white
  42. URxvt*color7: #F1F1F1
  43. URxvt*color15: #FFFFFF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement