Change alacritty black color to add more contrast

This commit is contained in:
ViViDboarder 2021-09-01 17:28:44 -07:00
parent 87c1191113
commit 41683da3a7
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ colors:
# Normal colors
normal:
black: '0x000000'
black: '0xb4b4b4' # would be '0x000000'
red: '0xf7786d'
green: '0xbde97c'
yellow: '0xefdfac'