update vscodium settings
- aded ioveska nerd font - reverted font size back to default
This commit is contained in:
parent
14a7093f16
commit
a3f5355d9d
1 changed files with 2 additions and 4 deletions
|
@ -2,8 +2,7 @@
|
|||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnSave": true,
|
||||
|
||||
"editor.fontFamily": "'Noto Sans Mono', 'NanumGothicCoding'",
|
||||
"editor.fontSize": 16,
|
||||
"editor.fontFamily": "'Noto Sans Mono', 'NanumGothicCoding', 'Iosevka'",
|
||||
|
||||
"explorer.compactFolders": false,
|
||||
|
||||
|
@ -16,9 +15,8 @@
|
|||
"gitlens.statusBar.enabled": false,
|
||||
|
||||
"terminal.integrated.enablePersistentSessions": false,
|
||||
"terminal.integrated.fontFamily": "'Noto Sans Mono'",
|
||||
"terminal.integrated.fontFamily": "'Noto Sans Mono', 'Iosevka'",
|
||||
"terminal.integrated.persistentSessionReviveProcess": "never",
|
||||
"terminal.integrated.fontSize": 15,
|
||||
|
||||
"workbench.colorTheme": "One Dark Pro Flat",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue