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;
|
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";
|
||||||
|
|||||||
Reference in New Issue
Block a user