Skip to content

Commit

Permalink
Fix default color scheme
Browse files Browse the repository at this point in the history
Whites were being rendered very dark.

Resolves alacritty#503.
  • Loading branch information
jwilm committed May 28, 2017
1 parent 8c23058 commit 7766cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ colors:
blue: '0x7aa6da'
magenta: '0xc397d8'
cyan: '0x70c0ba'
white: '0x424242'
white: '0xffffff'

# Bright colors
bright:
Expand All @@ -119,7 +119,7 @@ colors:
blue: '0x7aa6da'
magenta: '0xb77ee0'
cyan: '0x54ced6'
white: '0x2a2a2a'
white: '0xffffff'

# Visual Bell
#
Expand Down

0 comments on commit 7766cf0

Please sign in to comment.