diff options
-rw-r--r-- | profiles/main/data/settings.json | 14 | ||||
-rw-r--r-- | profiles/main/data/ui-state.yml | 2 |
2 files changed, 9 insertions, 7 deletions
diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 1ddb0b4..6b40c6d 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -196,24 +196,26 @@ "titleBar.activeBackground": "#475057", "titleBar.activeForeground": "#fff", "titleBar.inactiveBackground": "#475057", - "titleBar.inactiveForeground": "#fff", + "titleBar.inactiveForeground": "#ccc", "menubar.selectionForeground": "#fff", "titleBar.border": "#3c444a", - "sideBar.border": "#d4d4d8", + "sideBar.border": "#c5c5c5", "sideBarSectionHeader.background": "#e5e5e7", - "sideBarSectionHeader.border": "#a1a1aa", + "sideBarSectionHeader.border": "#c5c5c5", "sideBarSectionHeader.foreground": "#000", "commandCenter.activeBackground": "#e5e5e7", "commandCenter.activeForeground": "#000000", + "commandCenter.inactiveForeground": "#424242", "commandCenter.background": "#e5e5e7", "commandCenter.foreground": "#424242", "icon.foreground":"#424242", "statusBar.background": "#e0e0e0", "statusBar.noFolderBorder": "#d4d4d8", - "statusBar.border": "#d4d4d8", + "statusBar.border": "#c5c5c5", "statusBar.focusBorder": "#d4d4d8", - "tab.border":"#d4d4d8", - "panel.border":"#d4d4d8", + "tab.border":"#c5c5c5", + "panel.border":"#c5c5c5", + "editorWidget.border": "#c5c5c5", } }, "editor.semanticHighlighting.enabled": false, diff --git a/profiles/main/data/ui-state.yml b/profiles/main/data/ui-state.yml index 53a5bb6..5ee474c 100644 --- a/profiles/main/data/ui-state.yml +++ b/profiles/main/data/ui-state.yml @@ -109,7 +109,7 @@ workbench.activityBar.location: default workbench.auxiliarybar.pinnedPanels: "[]" workbench.auxiliarybar.size: "300" workbench.auxiliaryBar.size: "256" -workbench.editor.languageDetectionOpenedLanguages.global: '[["dockercompose",true],["yaml",true],["templ",true],["html",true],["css",true],["gitignore",true],["javascript",true],["markdown",true],["json",true],["go",true],["plaintext",true],["jsonc",true]]' +workbench.editor.languageDetectionOpenedLanguages.global: '[["templ",true],["html",true],["css",true],["gitignore",true],["javascript",true],["markdown",true],["json",true],["go",true],["plaintext",true],["git-commit",true],["python",true],["jsonc",true]]' workbench.explorer.views.state.hidden: '[{"id":"outline","isHidden":false},{"id":"timeline","isHidden":false},{"id":"workbench.explorer.openEditorsView","isHidden":true},{"id":"workbench.explorer.fileView","isHidden":false},{"id":"npm","isHidden":true},{"id":"go.explorer","isHidden":false},{"id":"gomod","isHidden":false},{"id":"micropico-device-wifi","isHidden":false},{"id":"micropico-device-packages","isHidden":false},{"id":"workbench.explorer.emptyView","isHidden":false},{"id":"fileGroup","isHidden":false},{"id":"htmlRelatedLinks","isHidden":false},{"id":"rustDependencies","isHidden":false},{"id":"make","isHidden":false},{"id":"platformio-ide.projectTasks","isHidden":false},{"id":"platformio-ide.quickAccess","isHidden":false}]' workbench.grid.height: "1050" workbench.grid.size: '{"height":771,"width":1024}' |