fixed theme so it actually works
This commit is contained in:
parent
29d80b48dd
commit
ca5d14d77f
@ -1,11 +1,6 @@
|
|||||||
{
|
{
|
||||||
"editor.renderWhitespace": "none",
|
"name": "strawberry",
|
||||||
"editor.minimap.enabled": false,
|
"colors": {
|
||||||
"workbench.colorTheme": "strawberry",
|
|
||||||
"workbench.colorCustomizations": {
|
|
||||||
|
|
||||||
|
|
||||||
"[Strawberry]": {
|
|
||||||
"focusBorder": "#f07171",
|
"focusBorder": "#f07171",
|
||||||
"foreground": "#21e441",
|
"foreground": "#21e441",
|
||||||
"widget.shadow": "#000000",
|
"widget.shadow": "#000000",
|
||||||
@ -154,11 +149,8 @@
|
|||||||
"gitDecoration.stageModifiedResourceForeground": "#399ee6",
|
"gitDecoration.stageModifiedResourceForeground": "#399ee6",
|
||||||
"settings.modifiedItemIndicator": "#399ee6",
|
"settings.modifiedItemIndicator": "#399ee6",
|
||||||
"notebook.focusedRowBorder": "#f07171"
|
"notebook.focusedRowBorder": "#f07171"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"editor.tokenColorCustomizations": {
|
"tokenColors": [
|
||||||
"[Strawberry]": {
|
|
||||||
"textMateRules": [
|
|
||||||
{
|
{
|
||||||
"scope": "invalid",
|
"scope": "invalid",
|
||||||
"settings": {
|
"settings": {
|
||||||
@ -558,11 +550,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
},
|
|
||||||
"breadcrumbs.enabled": false,
|
|
||||||
"workbench.editor.showTabs": false,
|
|
||||||
"editor.semanticTokenColorCustomizations": null,
|
|
||||||
"window.menuBarVisibility": "toggle",
|
|
||||||
"workbench.statusBar.visible": false
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user