Alacritty: higher contrast light colors
This commit is contained in:
parent
050e43adcd
commit
48095e853a
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ draw_bold_text_with_bright_colors = false
|
|||
|
||||
[colors.bright]
|
||||
black = "0x969896"
|
||||
blue = "0xe8e8e8"
|
||||
blue = "0xb8b8b8"
|
||||
cyan = "0x333333"
|
||||
green = "0xf5f5f5"
|
||||
green = "0xa5a5a5"
|
||||
magenta = "0xa71d5d"
|
||||
red = "0x0086b3"
|
||||
white = "0x000000"
|
||||
|
|
Loading…
Reference in a new issue