This commit is contained in:
2026-03-05 09:40:10 +01:00
parent 0a4ff4c504
commit 84bee93e89
10 changed files with 157 additions and 20 deletions

View File

@ -1,5 +1,5 @@
{
"workbench.iconTheme": "Default Light Modern Icons",
"workbench.iconTheme": "Monokai Pro Light Icons",
"editor.fontFamily": "JetBrains Mono Semibold, Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 18,
"editor.fontWeight": "normal",
@ -128,5 +128,6 @@
"https://json-schema.org/": true,
"https://vicinae.com/schemas/config.json": true
},
"workbench.colorTheme": "Monokai Pro",
"workbench.colorTheme": "Monokai Pro Light",
"workbench.editor.editorActionsLocation": "hidden",
}