Add FiraCode Nerd Font Mono to Zed UI and terminal

Also set buffer font family to the same FiraCode Nerd Font Mono.
This commit is contained in:
2026-02-11 18:01:48 +01:00
parent a751485bf0
commit 88b161347d

View File

@@ -5,8 +5,14 @@ _: {
metrics = false; metrics = false;
}; };
icon_theme = "VSCode Icons for Zed (Dark)"; icon_theme = "VSCode Icons for Zed (Dark)";
ui_font_family = "FiraCode Nerd Font Mono";
ui_font_size = 16; ui_font_size = 16;
buffer_font_family = "FiraCode Nerd Font Mono";
buffer_font_size = 15; buffer_font_size = 15;
terminal = {
font_family = "FiraCode Nerd Font Mono";
font_size = 14;
};
theme = { theme = {
mode = "dark"; mode = "dark";
light = "One Light"; light = "One Light";