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"]; }; }; };