diff --git a/config/src/config.rs b/config/src/config.rs index 4e30a72d0..18e80313b 100644 --- a/config/src/config.rs +++ b/config/src/config.rs @@ -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 { diff --git a/docs/config/lua/config/command_palette_font_size.md b/docs/config/lua/config/command_palette_font_size.md index b93c1512a..683920eca 100644 --- a/docs/config/lua/config/command_palette_font_size.md +++ b/docs/config/lua/config/command_palette_font_size.md @@ -1,4 +1,4 @@ -# `command_palette_font_size = 12.0` +# `command_palette_font_size = 14.0` *Since: nightly builds only*