switch ansi_black to base
This commit is contained in:
parent
5b1d993118
commit
c0a68300b7
1 changed files with 3 additions and 1 deletions
|
@ -127,7 +127,9 @@ function catppuccin.select(palette)
|
|||
selection_bg = colors[palette].surface2,
|
||||
selection_fg = colors[palette].text,
|
||||
ansi = {
|
||||
colors[palette].overlay0,
|
||||
-- colors[palette].overlay0,
|
||||
-- use base as black for better compatibility
|
||||
colors[palette].base,
|
||||
colors[palette].red,
|
||||
colors[palette].green,
|
||||
colors[palette].yellow,
|
||||
|
|
Loading…
Reference in a new issue