Predawn.toml 517 B

1234567891011121314151617181920212223242526272829303132
  1. [colors.bright]
  2. black = "#666666"
  3. blue = "#a5ebea"
  4. cyan = "#8abeb7"
  5. green = "#c4ee94"
  6. magenta = "#ef8a50"
  7. red = "#ff000b"
  8. white = "#F1F1F1"
  9. yellow = "#e8e06d"
  10. [colors.cursor]
  11. cursor = "CellForeground"
  12. text = "CellBackground"
  13. [colors.normal]
  14. black = "#1a1a1a"
  15. blue = "#81b2b1"
  16. cyan = "#5e8d87"
  17. green = "#a6cc75"
  18. magenta = "#eb6c4e"
  19. red = "#b51a20"
  20. white = "#eaeaea"
  21. yellow = "#fed33a"
  22. [colors.primary]
  23. background = "#282828"
  24. foreground = "#F1F1F1"
  25. [colors.selection]
  26. background = "#4C4C4C"
  27. text = "CellForeground"