Adjust black to more readable grey
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
cf49919d52
commit
a07a996ac4
1 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ colors:
|
|||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
black: '#666666'
|
||||
red: '#c91b00'
|
||||
green: '#00c200'
|
||||
yellow: '#c7c400'
|
||||
|
@ -261,7 +261,7 @@ colors:
|
|||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#676767'
|
||||
black: '#767676'
|
||||
red: '#ff6d67'
|
||||
green: '#5ff967'
|
||||
yellow: '#fefb67'
|
||||
|
|
Loading…
Reference in a new issue