From f19bea148e6c97bb304d9b6b799ee416f258d4c5 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Tue, 2 Jun 2020 06:57:14 -0600 Subject: [PATCH] alacritty: use a background color i use more often --- applications/alacritty.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/applications/alacritty.yml b/applications/alacritty.yml index 103f8f5..4cb413d 100644 --- a/applications/alacritty.yml +++ b/applications/alacritty.yml @@ -33,7 +33,7 @@ draw_bold_text_with_bright_colors: true colors: primary: - background: '0x263238' + background: '0x1a141d' foreground: '0xcfd8dc' bright_foreground: '0xeceff1' normal: @@ -55,8 +55,6 @@ colors: cyan: '0x00e5ff' white: '0xffffff' -background_opacity: 0.97 - cursor: style: Block unfocused_hollow: true