[alacritty] fix theme catppuccin_frappe

This commit is contained in:
Afonso Franco 2024-02-13 02:45:10 +00:00
parent 9fd8314ee1
commit 829f7c0bdc
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys

View file

@ -1,75 +1,75 @@
[colors.primary] [colors.primary]
background = "#EFF1F5" background = "#303446"
foreground = "#4C4F69" foreground = "#C6D0F5"
dim_foreground = "#4C4F69" dim_foreground = "#C6D0F5"
bright_foreground = "#4C4F69" bright_foreground = "#C6D0F5"
[colors.cursor] [colors.cursor]
text = "#EFF1F5" text = "#303446"
cursor = "#DC8A78" cursor = "#F2D5CF"
[colors.vi_mode_cursor] [colors.vi_mode_cursor]
text = "#EFF1F5" text = "#303446"
cursor = "#7287FD" cursor = "#BABBF1"
[colors.search.matches] [colors.search.matches]
foreground = "#EFF1F5" foreground = "#303446"
background = "#6C6F85" background = "#A5ADCE"
[colors.search.focused_match] [colors.search.focused_match]
foreground = "#EFF1F5" foreground = "#303446"
background = "#40A02B" background = "#A6D189"
[colors.footer_bar] [colors.footer_bar]
foreground = "#EFF1F5" foreground = "#303446"
background = "#6C6F85" background = "#A5ADCE"
[colors.hints.start] [colors.hints.start]
foreground = "#EFF1F5" foreground = "#303446"
background = "#DF8E1D" background = "#E5C890"
[colors.hints.end] [colors.hints.end]
foreground = "#EFF1F5" foreground = "#303446"
background = "#6C6F85" background = "#A5ADCE"
[colors.selection] [colors.selection]
text = "#EFF1F5" text = "#303446"
background = "#DC8A78" background = "#F2D5CF"
[colors.normal] [colors.normal]
black = "#5C5F77" black = "#51576D"
red = "#D20F39" red = "#E78284"
green = "#40A02B" green = "#A6D189"
yellow = "#DF8E1D" yellow = "#E5C890"
blue = "#1E66F5" blue = "#8CAAEE"
magenta = "#EA76CB" magenta = "#F4B8E4"
cyan = "#179299" cyan = "#81C8BE"
white = "#ACB0BE" white = "#B5BFE2"
[colors.bright] [colors.bright]
black = "#6C6F85" black = "#626880"
red = "#D20F39" red = "#E78284"
green = "#40A02B" green = "#A6D189"
yellow = "#DF8E1D" yellow = "#E5C890"
blue = "#1E66F5" blue = "#8CAAEE"
magenta = "#EA76CB" magenta = "#F4B8E4"
cyan = "#179299" cyan = "#81C8BE"
white = "#BCC0CC" white = "#A5ADCE"
[colors.dim] [colors.dim]
black = "#5C5F77" black = "#51576D"
red = "#D20F39" red = "#E78284"
green = "#40A02B" green = "#A6D189"
yellow = "#DF8E1D" yellow = "#E5C890"
blue = "#1E66F5" blue = "#8CAAEE"
magenta = "#EA76CB" magenta = "#F4B8E4"
cyan = "#179299" cyan = "#81C8BE"
white = "#ACB0BE" white = "#B5BFE2"
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 16 index = 16
color = "#FE640B" color = "#EF9F76"
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 17 index = 17
color = "#DC8A78" color = "#F2D5CF"