You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
496 B

  1. [colors.bright]
  2. black = "#7c8f8f"
  3. blue = "#82aaff"
  4. cyan = "#7fdbca"
  5. green = "#21c7a8"
  6. magenta = "#ae81ff"
  7. red = "#ff5874"
  8. white = "#d6deeb"
  9. yellow = "#ecc48d"
  10. [colors.cursor]
  11. cursor = "#9ca1aa"
  12. text = "#fafafa"
  13. [colors.normal]
  14. black = "#1d3b53"
  15. blue = "#82aaff"
  16. cyan = "#7fdbca"
  17. green = "#a1cd5e"
  18. magenta = "#c792ea"
  19. red = "#fc514e"
  20. white = "#a1aab8"
  21. yellow = "#e3d18a"
  22. [colors.primary]
  23. background = "#011627"
  24. foreground = "#acb4c2"
  25. [colors.selection]
  26. background = "#b2ceee"
  27. text = "#080808"