Skip to content

Commit

Permalink
update vscode theme
Browse files Browse the repository at this point in the history
  • Loading branch information
magetron committed Jul 5, 2021
1 parent 928547a commit 581a687
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Material Theme",
"workbench.colorTheme": "Material Theme High Contrast",
"editor.rulers": [
80
],
Expand All @@ -23,6 +23,9 @@
},
"C_Cpp.clang_format_sortIncludes": true,
"python.languageServer": "Pylance",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.colorCustomizations": {
"[Material Theme]": {}
}
}

0 comments on commit 581a687

Please sign in to comment.