Skip to content

Commit 9a07dde

Browse files
update vscode theme
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 425e0ad commit 9a07dde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"sync.removeExtensions": true,
151151
"sync.syncExtensions": true,
152152
"sync.forceUpload": true,
153-
"workbench.iconTheme": "vscode-great-icons",
153+
"workbench.iconTheme": "material-icon-theme",
154154
"extensions.ignoreRecommendations": false,
155155
"window.newWindowDimensions": "maximized",
156156
"window.openFilesInNewWindow": "on",
@@ -369,7 +369,6 @@
369369
"*.ipynb": "jupyter.notebook.ipynb"
370370
},
371371
"python.analysis.completeFunctionParens": true,
372-
"workbench.colorTheme": "Cobalt2",
373372
"cSpell.userWords": [
374373
"argocd",
375374
"Banzaicloud",
@@ -401,5 +400,6 @@
401400
"gitlens.views.repositories.showUpstreamStatus": false,
402401
"workbench.editor.tabActionLocation": "right",
403402
"workbench.editor.showTabs": "multiple",
404-
"editor.copyWithSyntaxHighlighting": "false"
403+
"editor.copyWithSyntaxHighlighting": "false",
404+
"workbench.colorTheme": "Cobalt2"
405405
}

0 commit comments

Comments
 (0)