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

make command palette font a little larger

refs: https://github.com/wez/wezterm/issues/1485
This commit is contained in:
Wez Furlong 2023-02-10 15:24:45 -07:00
parent a30d624920
commit 66ec3f6eb6
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
2 changed files with 2 additions and 2 deletions

View File

@ -1375,7 +1375,7 @@ fn default_char_select_font_size() -> f64 {
}
fn default_command_palette_font_size() -> f64 {
12.0
14.0
}
fn default_command_palette_fg_color() -> RgbaColor {

View File

@ -1,4 +1,4 @@
# `command_palette_font_size = 12.0`
# `command_palette_font_size = 14.0`
*Since: nightly builds only*