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] [colors.primary]
foreground = "#4c4f69" # text background = "#eff1f5"
background = "#eff1f5" # base foreground = "#4c4f69"
dim_foreground = "#6c6f85" # subtext0 dim_foreground = "#8c8fa1"
bright_foreground = "#4c4f69" bright_foreground = "#4c4f69"
[colors.cursor] [colors.cursor]
text = "#eff1f5" text = "#eff1f5"
cursor = "#4c4f69" cursor = "#dc8a78"
[colors.vi_mode_cursor] [colors.vi_mode_cursor]
text = "#eff1f5" text = "#eff1f5"
cursor = "#1e66f5" # blue cursor = "#7287fd"
[colors.search.matches] [colors.search.matches]
foreground = "#4c4f69" foreground = "#eff1f5"
background = "#ccd0da" # surface0 background = "#6c6f85"
[colors.search.focused_match] [colors.search.focused_match]
foreground = "#eff1f5" foreground = "#eff1f5"
background = "#1e66f5" background = "#40a02b"
[colors.hints.start]
foreground = "#6c6f85"
background = "#e6e9ef" # mantle
[colors.hints.end]
foreground = "#6c6f85"
background = "#dce0e8" # crust
[colors.line_indicator]
foreground = "None"
background = "None"
[colors.footer_bar] [colors.footer_bar]
foreground = "#4c4f69" foreground = "#eff1f5"
background = "#e6e9ef" background = "#6c6f85"
[colors.hints.start]
foreground = "#eff1f5"
background = "#df8e1d"
[colors.hints.end]
foreground = "#eff1f5"
background = "#6c6f85"
[colors.selection] [colors.selection]
text = "#4c4f69" text = "#eff1f5"
background = "#ccd0da" background = "#dc8a78"
[colors.normal] [colors.normal]
black = "#5c5f77" # overlay2 black = "#bcc0cc"
red = "#d20f39" red = "#d20f39"
green = "#40a02b" green = "#40a02b"
yellow = "#df8e1d" yellow = "#df8e1d"
blue = "#1e66f5" blue = "#1e66f5"
magenta = "#ea76cb" magenta = "#ea76cb"
cyan = "#04a5e5" cyan = "#179299"
white = "#4c4f69" white = "#5c5f77"
[colors.bright] [colors.bright]
black = "#9ca0b0" # overlay1 black = "#acb0be"
red = "#d20f39" red = "#d20f39"
green = "#40a02b" green = "#40a02b"
yellow = "#df8e1d" yellow = "#df8e1d"
blue = "#1e66f5" blue = "#1e66f5"
magenta = "#ea76cb" magenta = "#ea76cb"
cyan = "#04a5e5" cyan = "#179299"
white = "#4c4f69" white = "#6c6f85"
[colors.dim] [[colors.indexed_colors]]
black = "#acb0be" # overlay0 index = 16
red = "#d20f39" color = "#fe640b"
green = "#40a02b"
yellow = "#df8e1d" [[colors.indexed_colors]]
blue = "#1e66f5" index = 17
magenta = "#ea76cb" color = "#dc8a78"
cyan = "#04a5e5"
white = "#4c4f69"