Adjust zed fonts

This commit is contained in:
2025-10-20 18:32:57 -04:00
parent d28d330927
commit 561a7119dd

View File

@@ -452,8 +452,8 @@ in
// ( // (
if pkgs.stdenv.isLinux then if pkgs.stdenv.isLinux then
{ {
ui_font_size = lib.mkForce 24; ui_font_size = lib.mkForce 20;
buffer_font_size = lib.mkForce 22; buffer_font_size = lib.mkForce 18;
} }
else else
{ } { }