Skip to content

Commit

Permalink
Update VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
n1amr committed Dec 21, 2024
1 parent 98396ea commit 8253003
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions config/vscode/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,13 @@
// ### Style ###
// ###############

"workbench.colorTheme": "Visual Studio 2019 Dark",
"workbench.preferredDarkColorTheme": "Visual Studio 2019 Dark",
"workbench.preferredLightColorTheme": "Visual Studio 2019 Dark",
"workbench.preferredHighContrastColorTheme": "Visual Studio 2019 Dark",
"workbench.preferredHighContrastLightColorTheme": "Visual Studio 2019 Dark",
// "workbench.colorTheme": "Visual Studio 2019 Dark",
"workbench.colorTheme": "Default Dark Modern",
"workbench.preferredDarkColorTheme": "Default Dark Modern",
"workbench.preferredLightColorTheme": "Default Dark Modern",
"workbench.preferredHighContrastColorTheme": "Default Dark Modern",
"workbench.preferredHighContrastLightColorTheme": "Default Dark Modern",

"workbench.colorCustomizations": {
/*
Colors:
Expand Down

0 comments on commit 8253003

Please sign in to comment.