From 1fa5fda230f7aaca9933e972fec154493c7447df Mon Sep 17 00:00:00 2001 From: teleivo Date: Tue, 17 Aug 2021 07:42:35 +0200 Subject: [PATCH] fix alacritty nord theme see https://github.com/arcticicestudio/nord-alacritty/issues/14 --- alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index 48b4eade..c6d11380 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -37,11 +37,11 @@ schemes: text: "#2e3440" cursor: "#d8dee9" selection: - text: CellForeground + text: "#d8dee9" background: "#4c566a" search: matches: - foreground: CellBackground + text: "#2e3440" background: "#88c0d0" bar: background: "#434c5e"