Advertisement
Guest User

Untitled

a guest
Jun 15th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. ! special
  2. *.foreground: #c7c9ce
  3. *.background: #0f1011
  4. *.cursorColor: #c7c9ce
  5.  
  6. ! black
  7. *.color0: #181a1c
  8. *.color8: #567caa
  9.  
  10. ! red
  11. *.color1: #212225
  12. *.color9: #9a8445
  13.  
  14. ! green
  15. *.color2: #313437
  16. *.color10: #5da8a4
  17.  
  18. ! yellow
  19. *.color3: #484b4f
  20. *.color11: #6ea1de
  21.  
  22. ! blue
  23. *.color4: #65686e
  24. *.color12: #7dabe6
  25.  
  26. ! magenta
  27. *.color5: #878b93
  28. *.color13: #ce7acf
  29.  
  30. ! cyan
  31. *.color6: #b1b4ba
  32. *.color14: #ec929a
  33.  
  34. ! white
  35. *.color7: #e1e2e5
  36. *.color15: #e66e7b
  37.  
  38. URxvt.font: xft:scientifica:size=9
  39. URxvt.letterSpace: 2
  40. URxvt.boldFont: xft:scientifica:bold:size=9
  41. URxvt.scrollBar: false
  42. URxvt.cursorBlink: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement