fonts (no name2)

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-12-02 20:46:32 +01:00
parent 683913e0fe
commit 219a19a3a8
8 changed files with 10 additions and 10 deletions

View File

@@ -65,7 +65,7 @@
];
userSettings = {
workbench.colorTheme = "Just Black";
editor.fontFamily = "'${rice.font.code.name2}', 'monospace', monospace";
editor.fontFamily = "'${rice.font.code.name}', 'monospace', monospace";
remote.SSH.useLocalServer = false;
};
enableUpdateCheck = false;