1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat: update fonts

This commit is contained in:
Ryan Cao 2023-11-27 19:20:49 +08:00
parent 92e68180de
commit 114904b700
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
5 changed files with 24 additions and 23 deletions

View file

@ -85,8 +85,9 @@ in {
"git.suggestSmartCommit" = false;
"diffEditor.ignoreTrimWhitespace" = false;
"editor.fontFamily" = "\"CaskaydiaCove NF\", monospace";
"editor.fontLigatures" = "'calt', 'ss01'";
"editor.fontFamily" = "\"RyanMono Nerd Font\", monospace";
"editor.fontLigatures" = true;
# "editor.fontLigatures" = "'calt', 'ss01'";
"editor.fontSize" = 16;
"editor.lineHeight" = 1.5;
"editor.cursorSmoothCaretAnimation" = "on";
@ -100,7 +101,7 @@ in {
"editor.insertSpaces" = true;
"editor.formatOnSave" = true;
"terminal.integrated.fontFamily" = "\"CaskaydiaCove NFM\", monospace";
"terminal.integrated.fontFamily" = "\"RyanTerm Nerd Font\", monospace";
"terminal.integrated.fontSize" = 14;
"terminal.integrated.lineHeight" = 1.5;
"terminal.integrated.cursorBlinking" = true;