Update theming again
This commit is contained in:
2
app.json
2
app.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"vimMode": true,
|
||||
"showUnsupportedFiles": true,
|
||||
"livePreview": true,
|
||||
"livePreview": false,
|
||||
"showInlineTitle": false,
|
||||
"mobileToolbarCommands": [
|
||||
"editor:undo",
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"font",
|
||||
"vim-cursor"
|
||||
],
|
||||
"accentColor": "#2eaadc"
|
||||
"accentColor": ""
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"lightStyle": "minimal-light",
|
||||
"darkStyle": "minimal-dark",
|
||||
"lightScheme": "minimal-things-light",
|
||||
"darkScheme": "minimal-things-dark",
|
||||
"lightScheme": "minimal-default-light",
|
||||
"darkScheme": "minimal-default-dark",
|
||||
"editorFont": "",
|
||||
"lineHeight": 1.6,
|
||||
"lineWidth": 40,
|
||||
|
||||
Reference in New Issue
Block a user