From 304cc7c2816cb524f6fcb8fc5b67bbfefab7e0bb Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 18 Jun 2019 10:44:51 -0400 Subject: [PATCH] Add extra space to alacritty swapColors script --- .config/alacritty/swapColors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/alacritty/swapColors.sh b/.config/alacritty/swapColors.sh index cc192a3..239623c 100755 --- a/.config/alacritty/swapColors.sh +++ b/.config/alacritty/swapColors.sh @@ -2,7 +2,7 @@ file="$(dirname $0)/alacritty.yml" -prefix=' foreground: ' +prefix=' foreground: ' amber="'0xb98000'" green="'0x008000'" color=$amber