Solarized-Light.toml 436 B

12345678910111213141516171819202122232425262728
  1. [colors.bright]
  2. black = "#002b36"
  3. blue = "#839496"
  4. cyan = "#93a1a1"
  5. green = "#586e75"
  6. magenta = "#6c71c4"
  7. red = "#cb4b16"
  8. white = "#fdf6e3"
  9. yellow = "#657b83"
  10. [colors.cursor]
  11. cursor = "#657b83"
  12. text = "#fdf6e3"
  13. [colors.normal]
  14. black = "#073642"
  15. blue = "#268bd2"
  16. cyan = "#2aa198"
  17. green = "#859900"
  18. magenta = "#d33682"
  19. red = "#dc322f"
  20. white = "#eee8d5"
  21. yellow = "#b58900"
  22. [colors.primary]
  23. background = "#fdf6e3"
  24. foreground = "#657b83"