From aa19521d73dbd001359de4b293aec7d1555787c3 Mon Sep 17 00:00:00 2001 From: Florin Dinu Date: Fri, 17 Feb 2023 11:20:45 +0200 Subject: [PATCH] Replaced bar with footer_bar colors.search.bar was deprecated and colors.footer_bar is it's replacement in version 0.11 Issue addressed here: https://github.com/alacritty/alacritty/blob/master/CHANGELOG.md Extract from the document: Deprecated colors.search.bar, use colors.footer_bar instead --- src/nord.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nord.yml b/src/nord.yml index b370cb1..cbabbd4 100644 --- a/src/nord.yml +++ b/src/nord.yml @@ -26,9 +26,9 @@ colors: matches: foreground: CellBackground background: '#88c0d0' - bar: - background: '#434c5e' - foreground: '#d8dee9' + footer_bar: + background: '#434c5e' + foreground: '#d8dee9' normal: black: '#3b4252' red: '#bf616a'