1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-17 17:57:28 +03:00

docs: command palette font size/color

refs: https://github.com/wez/wezterm/issues/1485
This commit is contained in:
Wez Furlong 2023-02-10 09:59:06 -07:00
parent 51e0c1b393
commit a30d624920
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# `command_palette_bg_color = "#333333"`
*Since: nightly builds only*
Specifies the background color used by
[ActivateCommandPalette](../keyassignment/ActivateCommandPalette.md).

View File

@ -0,0 +1,6 @@
# `command_palette_fg_color = rgba(0.75, 0.75, 0.75, 1.0)`
*Since: nightly builds only*
Specifies the text color used by
[ActivateCommandPalette](../keyassignment/ActivateCommandPalette.md).

View File

@ -0,0 +1,6 @@
# `command_palette_font_size = 12.0`
*Since: nightly builds only*
Specifies the size of the font used with
[ActivateCommandPalette](../keyassignment/ActivateCommandPalette.md).

View File

@ -40,3 +40,8 @@ fuzzy match, ranked in decreasing order of the match score.
Activating the selected item will close the command palette and then invoke the
action.
See also:
* [command_palette_font_size](../config/command_palette_font_size.md)
* [command_palette_fg_color](../config/command_palette_fg_color.md)
* [command_palette_bg_color](../config/command_palette_bg_color.md)