Advertisement
Guest User

b&w

a guest
Oct 11th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ! special
  2. st.foreground: #efefef
  3. st.background: #101010
  4. st.cursorColor: #efefef
  5.  
  6. ! black
  7. st.color0: #202020
  8. st.color8: #2f2f2f
  9.  
  10. ! red
  11. st.color1: #505050
  12. st.color9: #909090
  13.  
  14. ! green
  15. st.color2: #808080
  16. st.color10: #505050
  17.  
  18. ! yellow
  19. st.color3: #b0b0b0
  20. st.color11: #808080
  21.  
  22. ! blue
  23. st.color4: #e0e0e0
  24. st.color12: #b0b0b0
  25.  
  26. ! magenta
  27. st.color5: #a0a0a0
  28. st.color13: #e0e0e0
  29.  
  30. ! cyan
  31. st.color6: #909090
  32. st.color14: #a0a0a0
  33.  
  34. ! white
  35. st.color7: #afafaf
  36. st.color15: #fafafa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement