switch ansi_black to base

This commit is contained in:
Daylin Morgan 2023-10-30 17:59:08 -05:00
parent 5b1d993118
commit c0a68300b7
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -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,