Add documentation for pretext

This commit is contained in:
speedie 2023-07-24 15:22:45 +02:00
parent 8dae5f88de
commit cff611e748
2 changed files with 39 additions and 0 deletions

View file

@ -191,6 +191,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **spmenu.text.prompt** - **spmenu.text.prompt**
- Description: Prompt to display when one was not specified - Description: Prompt to display when one was not specified
- Type: String - Type: String
- **spmenu.text.pretext**
- Description: Pretext to display when one was not specified
- Type: String
- **spmenu.text.input** - **spmenu.text.input**
- Description: Input to start spmenu with - Description: Input to start spmenu with
- Type: String - Type: String
@ -260,6 +263,12 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **spmenu.color.promptbg** - **spmenu.color.promptbg**
- Description: Prompt background color (#RRGGBB) - Description: Prompt background color (#RRGGBB)
- Type: String - Type: String
- **spmenu.color.pretextfg**
- Description: Pretext foreground color (#RRGGBB)
- Type: String
- **spmenu.color.pretextbg**
- Description: Pretext background color (#RRGGBB)
- Type: String
- **spmenu.color.larrowfg** - **spmenu.color.larrowfg**
- Description: Left arrow foreground color (#RRGGBB) - Description: Left arrow foreground color (#RRGGBB)
- Type: String - Type: String
@ -417,6 +426,12 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **spmenu.alpha.promptbg** - **spmenu.alpha.promptbg**
- Description: Prompt background alpha (0-255) - Description: Prompt background alpha (0-255)
- Type: Integer - Type: Integer
- **spmenu.alpha.pretextfg**
- Description: Pretext foreground alpha (0-255)
- Type: Integer
- **spmenu.alpha.pretextbg**
- Description: Pretext background alpha (0-255)
- Type: Integer
- **spmenu.alpha.larrowfg** - **spmenu.alpha.larrowfg**
- Description: Left arrow foreground alpha (0-255) - Description: Left arrow foreground alpha (0-255)
- Type: Integer - Type: Integer
@ -514,6 +529,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **spmenu.hide.prompt** - **spmenu.hide.prompt**
- Description: Hide prompt (0/1) - Description: Hide prompt (0/1)
- Type: Integer - Type: Integer
- **spmenu.hide.pretext**
- Description: Hide pretext (0/1)
- Type: Integer
- **spmenu.hide.powerline** - **spmenu.hide.powerline**
- Description: Hide powerline (0/1) - Description: Hide powerline (0/1)
- Type: Integer - Type: Integer
@ -674,6 +692,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **spmenu.pango.prompt** - **spmenu.pango.prompt**
- Description: Interpret Pango markup for the prompt (0/1) - Description: Interpret Pango markup for the prompt (0/1)
- Type: Integer - Type: Integer
- **spmenu.pango.pretext**
- Description: Interpret Pango markup for the pretext (0/1)
- Type: Integer
- **spmenu.pango.input** - **spmenu.pango.input**
- Description: Interpret Pango markup for the input (0/1) - Description: Interpret Pango markup for the input (0/1)
- Type: Integer - Type: Integer

View file

@ -81,6 +81,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **theme.text.prompt** - **theme.text.prompt**
- Description: Prompt to display when one was not specified - Description: Prompt to display when one was not specified
- Type: String - Type: String
- **theme.text.pretext**
- Description: Pretext to display when one was not specified
- Type: String
- **theme.text.input** - **theme.text.input**
- Description: Input to start spmenu with - Description: Input to start spmenu with
- Type: String - Type: String
@ -144,6 +147,12 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **theme.color.promptbg** - **theme.color.promptbg**
- Description: Prompt background color (#RRGGBB) - Description: Prompt background color (#RRGGBB)
- Type: String - Type: String
- **theme.color.pretextfg**
- Description: Pretext foreground color (#RRGGBB)
- Type: String
- **theme.color.pretextbg**
- Description: Pretext background color (#RRGGBB)
- Type: String
- **theme.color.larrowfg** - **theme.color.larrowfg**
- Description: Left arrow foreground color (#RRGGBB) - Description: Left arrow foreground color (#RRGGBB)
- Type: String - Type: String
@ -301,6 +310,12 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **theme.alpha.promptbg** - **theme.alpha.promptbg**
- Description: Prompt background alpha (0-255) - Description: Prompt background alpha (0-255)
- Type: Integer - Type: Integer
- **theme.alpha.pretextfg**
- Description: Pretext foreground alpha (0-255)
- Type: Integer
- **theme.alpha.pretextbg**
- Description: Pretext background alpha (0-255)
- Type: Integer
- **theme.alpha.larrowfg** - **theme.alpha.larrowfg**
- Description: Left arrow foreground alpha (0-255) - Description: Left arrow foreground alpha (0-255)
- Type: Integer - Type: Integer
@ -464,6 +479,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **theme.pango.prompt** - **theme.pango.prompt**
- Description: Interpret Pango markup for the prompt (0/1) - Description: Interpret Pango markup for the prompt (0/1)
- Type: Integer - Type: Integer
- **theme.pango.pretext**
- Description: Interpret Pango markup for the pretext (0/1)
- Type: Integer
- **theme.pango.input** - **theme.pango.input**
- Description: Interpret Pango markup for the input (0/1) - Description: Interpret Pango markup for the input (0/1)
- Type: Integer - Type: Integer