From 3e11dc2327d70e860b3ad32db386aadd549393b3 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Mon, 21 Nov 2022 23:08:51 +0000 Subject: Overhaul text theming. Each piece of text is now individually themable, with foreground and background colours and optionally rounded background corners. --- completions/tofi | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'completions/tofi') 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 -- cgit v1.2.3