From 5a42498391ede5bdd9512e7112df69684365a6af Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 13 Dec 2024 16:59:37 +0100 Subject: [PATCH] modules/theme: update fuzzel selection colors --- modules/theme/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/theme/default.nix b/modules/theme/default.nix index fc8b9c6..1407737 100644 --- a/modules/theme/default.nix +++ b/modules/theme/default.nix @@ -145,10 +145,10 @@ in { colors = { background = "${scheme.palette.base01}f2"; text = "${scheme.palette.base05}ff"; - match = "${scheme.palette.base0D}ff"; + match = "${scheme.palette.base0E}ff"; selection = "${scheme.palette.base03}ff"; selection-text = "${scheme.palette.base06}ff"; - selection-match = "${scheme.palette.base0D}ff"; + selection-match = "${scheme.palette.base0E}ff"; border = "${scheme.palette.base0E}ff"; }; };