From 4939fd28ea6d6ece8a5b4b676c94d3b5a71766df Mon Sep 17 00:00:00 2001 From: nabeken5 <121782456+nabeken5@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:40:40 +0900 Subject: [PATCH] Change from colors.search.bar to colors.footer_bar --- src/nord.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nord.yaml b/src/nord.yaml index b52b087..37a85fc 100644 --- a/src/nord.yaml +++ b/src/nord.yaml @@ -19,9 +19,9 @@ colors: matches: foreground: CellBackground background: "#88c0d0" - bar: - background: "#434c5e" - foreground: "#d8dee9" + footer_bar: + background: "#434c5e" + foreground: "#d8dee9" normal: black: "#3b4252" red: "#bf616a"