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.

67 lines
1.2 KiB

  1. # Flow colorscheme | Alacritty
  2. # https://github.com/0xstepit/flow.nvim
  3. # Black and white
  4. [colors.primary]
  5. background = '#1B2228'
  6. foreground = '#B2C1CC'
  7. # Normal colors
  8. [colors.normal]
  9. black = '#0D0D0D'
  10. red = '#F07580'
  11. green = '#80F075'
  12. yellow = '#F0E575'
  13. blue = '#75BDF0'
  14. magenta = '#A875F0'
  15. cyan = '#75F0E6'
  16. white = '#F2F2F2'
  17. # Bright colors
  18. [colors.bright]
  19. black = '#0D0D0D'
  20. red = '#F07580'
  21. green = '#80F075'
  22. yellow = '#F0E575'
  23. blue = '#75BDF0'
  24. magenta = '#A875F0'
  25. cyan = '#75F0E6'
  26. white = '#F2F2F2'
  27. # Search colors
  28. [colors.search.matches]
  29. foreground = '#FF007C'
  30. background = '#0D0D0D'
  31. [colors.search.focused_match]
  32. foreground = '#0D0D0D'
  33. background = '#FF007C'
  34. # Selection colors
  35. [colors.selection]
  36. background = '#FF007C'
  37. text = '#0D0D0D'
  38. # Cursors
  39. # If you don't want to override original behavior, which is nice,
  40. # remove [colors.cursor] and [colors.vi_mode_cursor].
  41. [colors.cursor]
  42. cursor = '#FF007C'
  43. text = '#0D0D0D'
  44. [colors.vi_mode_cursor]
  45. cursor = '#FF007C'
  46. text = '#0D0D0D'
  47. [colors.footer_bar]
  48. foreground = '#FF007C'
  49. background = '#0D0D0D'
  50. [[colors.indexed_colors]]
  51. index = 93
  52. color = '#A875F0'
  53. # Fluo Colors
  54. [[colors.indexed_colors]]
  55. index = 198
  56. color = '#FF007C'