From ca75d29bd2208ea7e2f5ccdb2b146953419be9b2 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Wed, 16 Nov 2022 13:36:25 +0000 Subject: Add placeholder text options. --- doc/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/config') diff --git a/doc/config b/doc/config index 9f15f35..a43b258 100644 --- a/doc/config +++ b/doc/config @@ -39,6 +39,9 @@ # Default text text-color = #FFFFFF + # Placeholder input text + placeholder-color = #FFFFFFA8 + # Selection text selection-color = #F92672 @@ -57,6 +60,9 @@ # Extra horizontal padding between prompt and input. prompt-padding = 0 + # Placeholder input text. + placeholder-text = "" + # Maximum number of results to display. # If 0, tofi will draw as many results as it can fit in the window. num-results = 0 -- cgit v1.2.3