alacritty: Make black actually black

Otherwise, "black" output is just invisible. Mainly visible with ansible
DEBUG output, which is "dark gray", which is "1;30", which is black,
which was until now the same as the background color.
This commit is contained in:
2022-07-05 22:27:10 +02:00
parent e2395d12cf
commit db329973ec

View File

@@ -184,7 +184,7 @@ colors:
# Normal colors
normal:
black: '#272822'
black: '#000000'
red: '#F92672'
green: '#A6E22E'
yellow: '#F4BF75'