mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix default color scheme
Whites were being rendered very dark. Resolves #503.
This commit is contained in:
parent
8c2305844c
commit
7766cf02a1
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ colors:
|
|||
blue: '0x7aa6da'
|
||||
magenta: '0xc397d8'
|
||||
cyan: '0x70c0ba'
|
||||
white: '0x424242'
|
||||
white: '0xffffff'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
|
@ -119,7 +119,7 @@ colors:
|
|||
blue: '0x7aa6da'
|
||||
magenta: '0xb77ee0'
|
||||
cyan: '0x54ced6'
|
||||
white: '0x2a2a2a'
|
||||
white: '0xffffff'
|
||||
|
||||
# Visual Bell
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue