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:
parent
a30d624920
commit
66ec3f6eb6
@ -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 {
|
||||
|
@ -1,4 +1,4 @@
|
||||
# `command_palette_font_size = 12.0`
|
||||
# `command_palette_font_size = 14.0`
|
||||
|
||||
*Since: nightly builds only*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user