From be69cd72f698867739a6d83f7300650db5bdfb27 Mon Sep 17 00:00:00 2001 From: atagen Date: Mon, 22 May 2023 11:45:00 +1000 Subject: [PATCH] oops --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index eef0bc4..4e0b7ef 100644 --- a/home/home.nix +++ b/home/home.nix @@ -277,7 +277,7 @@ in { selection-text = lib.strings.concatStrings [palette-hex.bright.black "FF"]; selection-match = lib.strings.concatStrings [palette-hex.bright.green "FF"]; match = lib.strings.concatStrings [palette-hex.util.fg_sel "FF"]; - border = lib.strings.concatStrings [palette-hex.bright.fg "FF"]; + border = lib.strings.concatStrings [palette-hex.util.fg "FF"]; }; }; };