Guest User

Untitled

a guest
Apr 6th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. `--> cat .Xresources
  2. ! special colors
  3. *.foreground: #93a1a1
  4. *.background: #151515
  5. *.cursorColor: #93a1a1
  6. ! black
  7. *.color0: #002b36
  8. *.color8: #657b83
  9. ! red
  10. *.color1: #dc322f
  11. *.color9: #dc322f
  12. ! green
  13. *.color2: #79a501
  14. *.color10: #79a501
  15. ! yellow
  16. *.color3: #b58900
  17. *.color11: #b58900
  18. ! blue
  19. *.color4: #c13dd2
  20. *.color12: #268bd2
  21. ! magenta
  22. *.color5: #6c71c4
  23. *.color13: #6c71c4
  24. ! cyan
  25. *.color6: #2aa198
  26. *.color14: #2aa198
  27. ! white
  28. *.color7: #93a1a1
  29. *.color15: #fdf6e3
  30.  
  31. URxvt*scrollBar: false
  32. URxvt*scrollBar_right: false
  33.  
  34. URxvt*transparent: false
  35.  
  36. URxvt*depth: 32
  37. URxvt.background: [85]#151515
  38.  
  39. URxvt.font: xft:PT Mono:pixelsize=15
  40. URxvt.letterSpace: 0
  41.  
  42. *antialias: true
  43. *autohint: true
Advertisement
Add Comment
Please, Sign In to add comment