Update theming again
This commit is contained in:
2
app.json
2
app.json
@@ -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",
|
||||||
|
|||||||
@@ -9,5 +9,5 @@
|
|||||||
"font",
|
"font",
|
||||||
"vim-cursor"
|
"vim-cursor"
|
||||||
],
|
],
|
||||||
"accentColor": "#2eaadc"
|
"accentColor": ""
|
||||||
}
|
}
|
||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user