Fix black value in alacritty
This commit is contained in:
parent
d5e8bd043e
commit
fd1f9a9f4e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ colors:
|
||||||
foreground: '#586e75'
|
foreground: '#586e75'
|
||||||
|
|
||||||
normal:
|
normal:
|
||||||
black: '#07e642'
|
black: '#073642'
|
||||||
red: '#dc322f'
|
red: '#dc322f'
|
||||||
green: '#859900'
|
green: '#859900'
|
||||||
yellow: '#b58900'
|
yellow: '#b58900'
|
||||||
|
|
Loading…
Reference in a new issue