adds official catppuccin alacritty theme

This commit is contained in:
Ryan Yogan
2025-07-17 21:24:25 -05:00
parent 98c269e6d5
commit 0e0741feb7

View File

@ -1,71 +1,67 @@
# https://raw.githubusercontent.com/catppuccin/alacritty/main/catppuccin-latte.toml
[colors.primary]
foreground = "#4c4f69" # text
background = "#eff1f5" # base
dim_foreground = "#6c6f85" # subtext0
background = "#eff1f5"
foreground = "#4c4f69"
dim_foreground = "#8c8fa1"
bright_foreground = "#4c4f69"
[colors.cursor]
text = "#eff1f5"
cursor = "#4c4f69"
cursor = "#dc8a78"
[colors.vi_mode_cursor]
text = "#eff1f5"
cursor = "#1e66f5" # blue
cursor = "#7287fd"
[colors.search.matches]
foreground = "#4c4f69"
background = "#ccd0da" # surface0
foreground = "#eff1f5"
background = "#6c6f85"
[colors.search.focused_match]
foreground = "#eff1f5"
background = "#1e66f5"
[colors.hints.start]
foreground = "#6c6f85"
background = "#e6e9ef" # mantle
[colors.hints.end]
foreground = "#6c6f85"
background = "#dce0e8" # crust
[colors.line_indicator]
foreground = "None"
background = "None"
background = "#40a02b"
[colors.footer_bar]
foreground = "#4c4f69"
background = "#e6e9ef"
foreground = "#eff1f5"
background = "#6c6f85"
[colors.hints.start]
foreground = "#eff1f5"
background = "#df8e1d"
[colors.hints.end]
foreground = "#eff1f5"
background = "#6c6f85"
[colors.selection]
text = "#4c4f69"
background = "#ccd0da"
text = "#eff1f5"
background = "#dc8a78"
[colors.normal]
black = "#5c5f77" # overlay2
black = "#bcc0cc"
red = "#d20f39"
green = "#40a02b"
yellow = "#df8e1d"
blue = "#1e66f5"
magenta = "#ea76cb"
cyan = "#04a5e5"
white = "#4c4f69"
cyan = "#179299"
white = "#5c5f77"
[colors.bright]
black = "#9ca0b0" # overlay1
black = "#acb0be"
red = "#d20f39"
green = "#40a02b"
yellow = "#df8e1d"
blue = "#1e66f5"
magenta = "#ea76cb"
cyan = "#04a5e5"
white = "#4c4f69"
cyan = "#179299"
white = "#6c6f85"
[colors.dim]
black = "#acb0be" # overlay0
red = "#d20f39"
green = "#40a02b"
yellow = "#df8e1d"
blue = "#1e66f5"
magenta = "#ea76cb"
cyan = "#04a5e5"
white = "#4c4f69"
[[colors.indexed_colors]]
index = 16
color = "#fe640b"
[[colors.indexed_colors]]
index = 17
color = "#dc8a78"