feat(tofi): adjust selection appearance

This commit is contained in:
lightly-toasted 2025-09-19 23:32:12 +09:00
parent 2656818aef
commit b24db9f73a

View file

@ -8,7 +8,9 @@
text-color = "FFFFFF"; text-color = "FFFFFF";
prompt-text = "run: "; prompt-text = "run: ";
num-results = 7; num-results = 7;
selection-color = "FF005F"; selection-background = "FFFFFFCC";
selection-background-padding = "4,1000";
selection-color = "000000";
border-width = 0; border-width = 0;
outline-width = 0; outline-width = 0;
result-spacing = 8; result-spacing = 8;