From 49510621b412fc0dcc4e6589aa9d630d746696b8 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 26 Jul 2020 13:22:49 +0100 Subject: [PATCH] update background colour --- alacritty--light.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alacritty--light.yml b/alacritty--light.yml index 62b0560..820ac8a 100644 --- a/alacritty--light.yml +++ b/alacritty--light.yml @@ -101,8 +101,9 @@ colors: # Default colors primary: # hard contrast: background = '#f9f5d7' - background: '#fbf1c7' # soft contrast: background = '#f2e5bc' + # normal contrast: background: '#fbf1c7' + background: '#ffffff' foreground: '#3c3836' # Normal colors