🐛 Bug(colorschemes): fix ansi color order in latte
The whites and blacks were swapped a bit in the latte scheme. Corrected to match originals.
This commit is contained in:
@@ -1,25 +1,26 @@
|
|||||||
# File: catppuccin_latte_ansi.toml
|
# File: catppuccin_latte_ansi.toml
|
||||||
[colors]
|
[colors]
|
||||||
ansi = [
|
ansi = [
|
||||||
"#5c5f77",
|
"#bcc0cc",
|
||||||
"#d20f39",
|
"#d20f39",
|
||||||
"#40a02b",
|
"#40a02b",
|
||||||
"#df8e1d",
|
"#df8e1d",
|
||||||
"#1e66f5",
|
"#1e66f5",
|
||||||
"#ea76cb",
|
"#ea76cb",
|
||||||
"#179299",
|
"#179299",
|
||||||
"#acb0be",
|
"#5c5f77",
|
||||||
|
|
||||||
]
|
]
|
||||||
background = "#eff1f5"
|
background = "#eff1f5"
|
||||||
brights = [
|
brights = [
|
||||||
"#6c6f85",
|
"#acb0be",
|
||||||
"#de293e",
|
"#de293e",
|
||||||
"#49af3d",
|
"#49af3d",
|
||||||
"#eea02d",
|
"#eea02d",
|
||||||
"#456eff",
|
"#456eff",
|
||||||
"#fe85d8",
|
"#fe85d8",
|
||||||
"#2d9fa8",
|
"#2d9fa8",
|
||||||
"#bcc0cc",
|
"#6c6f85",
|
||||||
]
|
]
|
||||||
compose_cursor = "#4c4f69"
|
compose_cursor = "#4c4f69"
|
||||||
cursor_bg = "#dc8a78"
|
cursor_bg = "#dc8a78"
|
||||||
|
|||||||
Reference in New Issue
Block a user