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:
@@ -184,7 +184,7 @@ colors:
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#272822'
|
||||
black: '#000000'
|
||||
red: '#F92672'
|
||||
green: '#A6E22E'
|
||||
yellow: '#F4BF75'
|
||||
|
||||
Reference in New Issue
Block a user