From 8d2343e6a580d3d1a00f04c19849a04f4b7f79c2 Mon Sep 17 00:00:00 2001 From: atagen Date: Mon, 22 May 2023 11:44:10 +1000 Subject: [PATCH] fuzzel border --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 552353e..eef0bc4 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.yellow "FF"]; + border = lib.strings.concatStrings [palette-hex.bright.fg "FF"]; }; }; };