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:
@@ -5,8 +5,14 @@ _: {
|
||||
metrics = false;
|
||||
};
|
||||
icon_theme = "VSCode Icons for Zed (Dark)";
|
||||
ui_font_family = "FiraCode Nerd Font Mono";
|
||||
ui_font_size = 16;
|
||||
buffer_font_family = "FiraCode Nerd Font Mono";
|
||||
buffer_font_size = 15;
|
||||
terminal = {
|
||||
font_family = "FiraCode Nerd Font Mono";
|
||||
font_size = 14;
|
||||
};
|
||||
theme = {
|
||||
mode = "dark";
|
||||
light = "One Light";
|
||||
|
||||
Reference in New Issue
Block a user