mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
feat(tofi): adjust selection appearance
This commit is contained in:
parent
2656818aef
commit
b24db9f73a
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue