Skip to content

Commit

Permalink
Make dark theme default for the vscode workspace (devcontainer)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccull committed Jul 6, 2024
1 parent 8bebad7 commit 42145be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"java.format.onType.enabled": true,
"java.format.enabled": true,
"editor.detectIndentation": false,
"java.import.projectSelection": "automatic"
"java.import.projectSelection": "automatic",
"workbench.colorTheme": "Default Dark Modern"
}

0 comments on commit 42145be

Please sign in to comment.