1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00

Apply suggestions from code review

This commit is contained in:
Wez Furlong 2023-05-28 09:01:08 -07:00
parent 95ab807aab
commit f0b58ea083
3 changed files with 9 additions and 6 deletions

View File

@ -1,11 +1,12 @@
---
tags:
- color
- appearance
- char_select
- color
---
# `char_select_bg_color = "#333333"`
*Since: nightly builds only*
{{since('nightly')}}
Specifies the background color used by
[CharSelect](../keyassignment/CharSelect.md).

View File

@ -1,11 +1,12 @@
---
tags:
- color
- appearance
- char_select
- color
---
# `char_select_fg_color = rgba(0.75, 0.75, 0.75, 1.0)`
*Since: nightly builds only*
{{since('nightly')}}
Specifies the text color used by
[CharSelect](../keyassignment/CharSelect.md).

View File

@ -1,11 +1,12 @@
---
tags:
- font
- appearance
- char_select
- font
---
# `char_select_font_size = 14.0`
*Since: nightly builds only*
{{since('20220903-194523-3bb1ed61')}}
Specifies the size of the font used with
[CharSelect](../keyassignment/CharSelect.md).