Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. URxvt.scrollBar: false
  2. URxvt*cursorBlink: true
  3. URxvt*font: xft:terminus:pixelsize=9
  4. URxvt*boldfont: xft:terminus:pixelsize=9
  5. URxvt*geometry: 79x21
  6.  
  7. ! special
  8. *.foreground: #dde1ed
  9. *.background: #151f21
  10. *.cursorColor: #dde1ed
  11.  
  12. ! black
  13. *.color0: #283033
  14. *.color8: #333c3f
  15.  
  16. ! red
  17. *.color1: #853535
  18. *.color9: #853535
  19.  
  20. ! green
  21. *.color2: #757c36
  22. *.color10: #757c36
  23.  
  24. ! yellow
  25. *.color3: #c7a443
  26. *.color11: #d9b550
  27.  
  28. ! blue
  29. *.color4: #273445
  30. *.color12: #273445
  31.  
  32. ! magenta
  33. *.color5: #5d4465
  34. *.color13: #5d4465
  35.  
  36. ! cyan
  37. *.color6: #466d68
  38. *.color14: #466d68
  39.  
  40. ! white
  41. *.color7: #dde1ed
  42. *.color15: #f0f3fa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement