Update theming again

This commit is contained in:
2026-07-28 20:38:26 -04:00
parent 5cd0675d3b
commit c13e938822
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"vimMode": true, "vimMode": true,
"showUnsupportedFiles": true, "showUnsupportedFiles": true,
"livePreview": true, "livePreview": false,
"showInlineTitle": false, "showInlineTitle": false,
"mobileToolbarCommands": [ "mobileToolbarCommands": [
"editor:undo", "editor:undo",

View File

@@ -9,5 +9,5 @@
"font", "font",
"vim-cursor" "vim-cursor"
], ],
"accentColor": "#2eaadc" "accentColor": ""
} }

View File

@@ -1,8 +1,8 @@
{ {
"lightStyle": "minimal-light", "lightStyle": "minimal-light",
"darkStyle": "minimal-dark", "darkStyle": "minimal-dark",
"lightScheme": "minimal-things-light", "lightScheme": "minimal-default-light",
"darkScheme": "minimal-things-dark", "darkScheme": "minimal-default-dark",
"editorFont": "", "editorFont": "",
"lineHeight": 1.6, "lineHeight": 1.6,
"lineWidth": 40, "lineWidth": 40,