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.

79 lines
1.3 KiB

  1. # Nightfox Alacritty Colors
  2. ## name: carbonfox
  3. ## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/alacritty.toml
  4. [colors.primary]
  5. background = "#161616"
  6. foreground = "#f2f4f8"
  7. dim_foreground = "#b6b8bb"
  8. bright_foreground = "#f9fbff"
  9. [colors.cursor]
  10. text = "#f2f4f8"
  11. cursor = "#b6b8bb"
  12. [colors.vi_mode_cursor]
  13. text = "#f2f4f8"
  14. cursor = "#33b1ff"
  15. [colors.search.matches]
  16. foreground = "#f2f4f8"
  17. background = "#525253"
  18. [colors.search.focused_match]
  19. foreground = "#f2f4f8"
  20. background = "#3ddbd9"
  21. [colors.footer_bar]
  22. foreground = "#f2f4f8"
  23. background = "#353535"
  24. [colors.hints.start]
  25. foreground = "#f2f4f8"
  26. background = "#3ddbd9"
  27. [colors.hints.end]
  28. foreground = "#f2f4f8"
  29. background = "#353535"
  30. [colors.selection]
  31. text = "#f2f4f8"
  32. background = "#2a2a2a"
  33. [colors.normal]
  34. black = "#282828"
  35. red = "#ee5396"
  36. green = "#25be6a"
  37. yellow = "#08bdba"
  38. blue = "#78a9ff"
  39. magenta = "#be95ff"
  40. cyan = "#33b1ff"
  41. white = "#dfdfe0"
  42. [colors.bright]
  43. black = "#484848"
  44. red = "#f16da6"
  45. green = "#46c880"
  46. yellow = "#2dc7c4"
  47. blue = "#8cb6ff"
  48. magenta = "#c8a5ff"
  49. cyan = "#52bdff"
  50. white = "#e4e4e5"
  51. [colors.dim]
  52. black = "#222222"
  53. red = "#ca4780"
  54. green = "#1fa25a"
  55. yellow = "#07a19e"
  56. blue = "#6690d9"
  57. magenta = "#a27fd9"
  58. cyan = "#2b96d9"
  59. white = "#bebebe"
  60. [[colors.indexed_colors]]
  61. index = 16
  62. color = "#3ddbd9"
  63. [[colors.indexed_colors]]
  64. index = 17
  65. color = "#ff7eb6"