.config/alacritty/catppuccin-latte.toml (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
[colors.primary] background = "#eff1f5" foreground = "#4c4f69" dim_foreground = "#8c8fa1" bright_foreground = "#4c4f69" [colors.cursor] text = "#eff1f5" cursor = "#acb0be" [colors.vi_mode_cursor] text = "#eff1f5" cursor = "#7287fd" [colors.search.matches] foreground = "#eff1f5" background = "#6c6f85" [colors.search.focused_match] foreground = "#eff1f5" background = "#40a02b" [colors.footer_bar] foreground = "#eff1f5" background = "#6c6f85" [colors.hints.start] foreground = "#eff1f5" background = "#df8e1d" [colors.hints.end] foreground = "#eff1f5" background = "#6c6f85" [colors.selection] text = "#eff1f5" background = "#8c8fa1" [colors.normal] black = "#bcc0cc" red = "#d20f39" green = "#40a02b" yellow = "#df8e1d" blue = "#1e66f5" magenta = "#ea76cb" cyan = "#179299" white = "#5c5f77" [colors.bright] black = "#acb0be" red = "#d20f39" green = "#40a02b" yellow = "#df8e1d" blue = "#1e66f5" magenta = "#ea76cb" cyan = "#179299" white = "#6c6f85" [[colors.indexed_colors]] index = 16 color = "#fe640b" [[colors.indexed_colors]] index = 17 color = "#dc8a78" |