summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-05-27 20:02:01 -0700
committerJoe Wilm <joe@jwilm.com>2017-05-27 20:02:36 -0700
commit7766cf02a1fa9f22ade88820e56d980d04236af7 (patch)
tree8fac1e4389ab74a613b071b6ba5ea15e332fb3d3 /alacritty.yml
parent8c2305844c2c0ac501d72567c7f70f5cf784fc7c (diff)
Fix default color scheme
Whites were being rendered very dark. Resolves #503.
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty.yml b/alacritty.yml
index d7025f84..8df439ac 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -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
#