🐛 Bug(colorschemes): fix white/grey on dark-mode colors
Fix the white/grey for catppuccin dark flavors to match the official formats
This commit is contained in:
@@ -8,7 +8,7 @@ ansi = [
|
|||||||
"#8caaee",
|
"#8caaee",
|
||||||
"#f4b8e4",
|
"#f4b8e4",
|
||||||
"#81c8be",
|
"#81c8be",
|
||||||
"#b5bfe2",
|
"#a5adce",
|
||||||
]
|
]
|
||||||
background = "#303446"
|
background = "#303446"
|
||||||
brights = [
|
brights = [
|
||||||
@@ -19,7 +19,7 @@ brights = [
|
|||||||
"#7b9ef0",
|
"#7b9ef0",
|
||||||
"#f2a4db",
|
"#f2a4db",
|
||||||
"#5abfb5",
|
"#5abfb5",
|
||||||
"#a5adce",
|
"#b5bfe2",
|
||||||
]
|
]
|
||||||
compose_cursor = "#c6d0f5"
|
compose_cursor = "#c6d0f5"
|
||||||
cursor_bg = "#f2d5cf"
|
cursor_bg = "#f2d5cf"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ ansi = [
|
|||||||
"#8aadf4",
|
"#8aadf4",
|
||||||
"#f5bde6",
|
"#f5bde6",
|
||||||
"#8bd5ca",
|
"#8bd5ca",
|
||||||
"#b8c0e0",
|
"#a5adcb",
|
||||||
]
|
]
|
||||||
background = "#24273a"
|
background = "#24273a"
|
||||||
brights = [
|
brights = [
|
||||||
@@ -19,7 +19,7 @@ brights = [
|
|||||||
"#78a1f6",
|
"#78a1f6",
|
||||||
"#f2a9dd",
|
"#f2a9dd",
|
||||||
"#63cbc0",
|
"#63cbc0",
|
||||||
"#a5adcb",
|
"#b8c0e0",
|
||||||
]
|
]
|
||||||
compose_cursor = "#f0c6c6"
|
compose_cursor = "#f0c6c6"
|
||||||
cursor_bg = "#f4dbd6"
|
cursor_bg = "#f4dbd6"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ ansi = [
|
|||||||
"#89b4fa",
|
"#89b4fa",
|
||||||
"#f5c2e7",
|
"#f5c2e7",
|
||||||
"#94e2d5",
|
"#94e2d5",
|
||||||
"#bac2de",
|
"#a6adc8",
|
||||||
]
|
]
|
||||||
background = "#1e1e2e"
|
background = "#1e1e2e"
|
||||||
brights = [
|
brights = [
|
||||||
@@ -19,7 +19,7 @@ brights = [
|
|||||||
"#74a8fc",
|
"#74a8fc",
|
||||||
"#f2aede",
|
"#f2aede",
|
||||||
"#6bd7ca",
|
"#6bd7ca",
|
||||||
"#a6adc8",
|
"#bac2de",
|
||||||
]
|
]
|
||||||
compose_cursor = "#f2cdcd"
|
compose_cursor = "#f2cdcd"
|
||||||
cursor_bg = "#f5e0dc"
|
cursor_bg = "#f5e0dc"
|
||||||
|
|||||||
Reference in New Issue
Block a user