home/zed: reduce terminal fontsize

This commit is contained in:
2025-03-27 14:13:05 +01:00
parent 4874b74060
commit 67f257c027

View File

@@ -22,7 +22,7 @@
buffer_font_size = 16;
terminal.font_family = "Fira Code";
termial.font_size = 16;
terminal.font_size = 15;
file_types = {
"Groovy" = [ "Jenkinsfile*" ];