diff options
author | Phil Jones <philj56@gmail.com> | 2022-11-21 23:08:51 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-11-21 23:53:25 +0000 |
commit | 3e11dc2327d70e860b3ad32db386aadd549393b3 (patch) | |
tree | a9768d3c65dd3df77be7ae8530f76fa07a5c9c42 /completions | |
parent | c43e1611437bcb450526f5624712dcde8d061245 (diff) |
Overhaul text theming.
Each piece of text is now individually themable, with foreground and
background colours and optionally rounded background corners.
Diffstat (limited to 'completions')
-rw-r--r-- | completions/tofi | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/completions/tofi b/completions/tofi index 0e50af2..999e83d 100644 --- a/completions/tofi +++ b/completions/tofi @@ -21,14 +21,34 @@ _tofi() --num-results --selection-color --selection-match-color - --selection-padding --selection-background + --selection-background-padding + --selection-background-corner-radius --outline-width --outline-color --prompt-text --prompt-padding + --prompt-color + --prompt-background + --prompt-background-padding + --prompt-background-corner-radius --placeholder-text --placeholder-color + --placeholder-background + --placeholder-background-padding + --placeholder-background-corner-radius + --input-color + --input-background + --input-background-padding + --input-background-corner-radius + --default-result-color + --default-result-background + --default-result-background-padding + --default-result-background-corner-radius + --alternate-result-color + --alternate-result-background + --alternate-result-background-padding + --alternate-result-background-corner-radius --result-spacing --min-input-width --border-width |