From 89c866d7d155c73a20f3c58d8c8888887fddfe98 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Mon, 6 Apr 2020 18:07:12 -0500 Subject: [PATCH] Update alacritty.yml --- .config/alacritty/alacritty.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 020d6dbd..0cc94f42 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -46,8 +46,8 @@ font: colors: # Default colors primary: - background: '#000000' - foreground: '#eaeaea' + background: "#282828" + foreground: "#ebdbb2" # Normal colors normal: black: '0x000000' @@ -58,7 +58,7 @@ colors: magenta: '0x6a1e9a' cyan: '0x00838f' white: '0xf2f2f2' -background_opacity: 0.5 +background_opacity: 0.9 selection: # When set to `true`, selected text will be copied to the primary clipboard. save_to_clipboard: true