Advertisement
Guest User

my xdefaults

a guest
Jan 25th, 2013
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. URxvt*termName: rxvt-256color
  2. Urxvt*font: -*-ProFont-medium-r-*-*-12-*-*-*-*-*-*-*
  3. URxvt.boldFont: -*-ProFont-medium-r-*-*-12-*-*-*-*-*-*-*
  4. URxvt.perl-ext-common: default,matcher
  5. URxvt.urlLauncher: /usr/bin/firefox
  6. URxvt.matcher.button: 1
  7. URxvt.scrollBar: false
  8.  
  9. URxvt*termName: rxvt-256color
  10. URxvt*xftAntialias: true
  11.  
  12. ! terminal colours
  13. *foreground:#a0a0a0
  14. *background:#1b1d1e
  15.  
  16. !molokai inspired colors
  17.  
  18. !black
  19. *color0: #1b1d1e
  20. *color8: #505354
  21. !red
  22. *color1: #f92672
  23. *color9: #ff5995
  24. !green
  25. *color2: #82b414
  26. *color10: #b6e354
  27. !yellow
  28. *color3: #fd971f
  29. *color11: #feed6c
  30. !blue
  31. *color4: #56c2d6
  32. *color12: #8cedff
  33. !magenta
  34. *color5: #8c54fe
  35. *color13: #9e6ffe
  36. !cyan
  37. *color6: #465457
  38. *color14: #899ca1
  39. !white
  40. *color7: #ccccc6
  41. *color15: #f8f8f2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement