Advertisement
Guest User

.Xresources

a guest
Oct 4th, 2011
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. ! -----------------------------------------------
  2. ! file: ~/.Xresources
  3. ! author: Aaron "ninjaaron" Christianson
  4. ! modified: September 2011
  5. ! -----------------------------------------------
  6.  
  7. ! color scheme
  8. *background: #1e1e1e
  9. *foreground: #888888
  10. ! Black + DarkGrey
  11. *color0: #000000
  12. *color8: #555555
  13. ! Red
  14. *color1: #D85252
  15. *color9: #FF876F
  16. ! Green
  17. *color2: #5EC95E
  18. *color10: #91FF91
  19. ! Yellow
  20. *color3: #FFFF84
  21. *color11: #FFFFA9
  22. ! Blue
  23. *color4: #8085FF
  24. *color12: #9CA0FF
  25. ! Mangenta
  26. *color5: #D66FFF
  27. *color13: #E093FF
  28. ! Cyan
  29. *color6: #6CD8C8
  30. *color14: #B0FFF3
  31. ! LightGrey + White
  32. *color7: #cccccc
  33. *color15: #ffffff
  34.  
  35.  
  36. URxvt.scrollBar: off
  37. !URxvt.font: xft:ocra10:size=8
  38. !URxvt.font: -*-dina-medium-r-*-*-13-*-*-*
  39. !URxvt.font: -*-tamsyn-medium-*-*-*-*-*-*-*
  40. !URxvt.font: -*-profont-medium-*-*-*-*-*-*-*
  41. !URxvt.font: -*-montecarlo-medium-*-*-*-*-*-*-*
  42. !URxvt.font: -*-clean-medium-r-*-*-10-*-*-*
  43. !URxvt.font: -*-fixed-medium-*-*-*-*-*-*-*
  44. !URxvt.font: xft:snap:size=7
  45. !URxvt.font: xft:Visitor TT2 BRK :size=10
  46. !URxvt.font: xft:gelly:size=7
  47. !URxvt.font: xft:edges:size=7
  48. !URxvt.font: -*-ocra-medium-r-*-*-*-*-*-*
  49. URxvt.font: xft:bitocrafull:size=7
  50. !URxvt.font: xft:anorexia:size=7
  51. !URxvt.font: xft:cure:size=6
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement