From 07f817ef0d796f945fe3a13ea1f29078bfc42f7d Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 8 Mar 2025 01:20:06 -0600 Subject: [PATCH] feat: changed highlighted text colour --- modules/home/gui/desktop/wayland/tofi/config/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/gui/desktop/wayland/tofi/config/settings.nix b/modules/home/gui/desktop/wayland/tofi/config/settings.nix index bbe1def..457e5ff 100755 --- a/modules/home/gui/desktop/wayland/tofi/config/settings.nix +++ b/modules/home/gui/desktop/wayland/tofi/config/settings.nix @@ -30,7 +30,7 @@ in prompt-color = "#${el.base0D}"; input-color = "#${el.base07}"; default-result-color = "#${el.base05}"; - selection-color = "#${el.base0C}"; + selection-color = "#${el.base0E}"; prompt-text = "Summon: "; width = 400;