Ocean-Light.yml 546 B

1234567891011121314151617181920212223242526272829
  1. # Colors (Ocean-Light)
  2. colors:
  3. name: Ocean (light)
  4. author: Chris Kempson
  5. primary:
  6. background: "#eff1f5"
  7. foreground: "#4f5b66"
  8. cursor:
  9. text: "#eff1f5"
  10. cursor: "#4f5b66"
  11. normal:
  12. black: "#2b303b"
  13. red: "#bf616a"
  14. green: "#a3be8c"
  15. yellow: "#ebcb8b"
  16. blue: "#8fa1b3"
  17. magenta: "#b48ead"
  18. cyan: "#96b5b4"
  19. white: "#c0c5ce"
  20. bright:
  21. black: "#65737e"
  22. red: "#bf616a"
  23. green: "#a3be8c"
  24. yellow: "#ebcb8b"
  25. blue: "#8fa1b3"
  26. magenta: "#b48ead"
  27. cyan: "#96b5b4"
  28. white: "#eff1f5"