1
0
Fork 0
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:
Joe Wilm 2017-05-27 20:02:01 -07:00
parent 8c2305844c
commit 7766cf02a1

View file

@ -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
#