Advertisement
Guest User

Untitled

a guest
Sep 12th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ! general
  2. *.background: #2b2b2b
  3. *.foreground: #c0b18b
  4. *.cursorColor:#c0b18b
  5. *.colorBD: #c0b18b
  6. *.colorUL: #c0b18b
  7. *.colorIT: #c0b18b
  8. ! black
  9. *.color0: #4a3637
  10. *.color8: #402e2e
  11. ! red
  12. *.color1: #d17b49
  13. *.color9: #ac5d2f
  14. ! green
  15. *.color2: #7b8748
  16. *.color10: #647035
  17. ! yellow
  18. *.color3: #af865a
  19. *.color11: #8f6840
  20. ! blue
  21. *.color4: #535c5c
  22. *.color12: #444b4b
  23. ! magenta
  24. *.color5: #775759
  25. *.color13: #614445
  26. ! cyan
  27. *.color6: #6d715e
  28. *.color14: #585c49
  29. ! white
  30. *.color7: #c0b18b
  31. *.color15: #978965
  32. ! urxvt
  33. URxvt*cursorBlink: true
  34. !URxvt.font: xft:Terminus:size=7
  35. !URxvt.letterSpace: 0
  36. URxvt*font: -*-terminus-*-*-*-*-*-*-*-*-*-*-*-*
  37.  
  38. URxvt*scrollBar: false
  39. URxvt.perl-ext-common: default,matcher
  40. URxvt.url-launcher: /usr/bin/firefox
  41. URxvt.matcher.button: 1
  42. URxvt*internalBorder: 16
  43. URxvt.geometry: 100x25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement