From b24db9f73aca09a834291c77fe960036d9da5199 Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Fri, 19 Sep 2025 23:32:12 +0900 Subject: [PATCH] feat(tofi): adjust selection appearance --- home/modules/graphical/tofi.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/modules/graphical/tofi.nix b/home/modules/graphical/tofi.nix index 4e67b25..4fcbb97 100644 --- a/home/modules/graphical/tofi.nix +++ b/home/modules/graphical/tofi.nix @@ -8,7 +8,9 @@ text-color = "FFFFFF"; prompt-text = "run: "; num-results = 7; - selection-color = "FF005F"; + selection-background = "FFFFFFCC"; + selection-background-padding = "4,1000"; + selection-color = "000000"; border-width = 0; outline-width = 0; result-spacing = 8;