Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed May 28, 2023
1 parent 95ab807 commit f0b58ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions docs/config/lua/config/char_select_bg_color.md
Original file line number Diff line number Diff line change
@@ -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).
5 changes: 3 additions & 2 deletions docs/config/lua/config/char_select_fg_color.md
Original file line number Diff line number Diff line change
@@ -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).
5 changes: 3 additions & 2 deletions docs/config/lua/config/char_select_font_size.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit f0b58ea

Please sign in to comment.