🐛 Bug(colorschemes): fix latte ansi scheme

This matches the examples found on the official page:
https://github.com/catppuccin/catppuccin/issues/1961#issuecomment-2439629774
This commit is contained in:
2025-03-11 22:36:44 -04:00
parent 37463524c7
commit 13304e5910
+4 -5
View File
@@ -1,26 +1,25 @@
# File: catppuccin_latte_ansi.toml # File: catppuccin_latte_ansi.toml
[colors] [colors]
ansi = [ ansi = [
"#bcc0cc", "#5c5f77",
"#d20f39", "#d20f39",
"#40a02b", "#40a02b",
"#df8e1d", "#df8e1d",
"#1e66f5", "#1e66f5",
"#ea76cb", "#ea76cb",
"#179299", "#179299",
"#5c5f77", "#acb0be",
] ]
background = "#eff1f5" background = "#eff1f5"
brights = [ brights = [
"#acb0be", "#6c6f85",
"#de293e", "#de293e",
"#49af3d", "#49af3d",
"#eea02d", "#eea02d",
"#456eff", "#456eff",
"#fe85d8", "#fe85d8",
"#2d9fa8", "#2d9fa8",
"#6c6f85", "#bcc0cc",
] ]
compose_cursor = "#4c4f69" compose_cursor = "#4c4f69"
cursor_bg = "#dc8a78" cursor_bg = "#dc8a78"