Skip to content

Commit

Permalink
feat(vscode): auto switch theme, using Solarized Light for the ligh…
Browse files Browse the repository at this point in the history
…t theme
  • Loading branch information
jdbruijn committed May 6, 2024
1 parent 356af93 commit 71e37f2
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"files.associations": {
".env*": "dotenv"
"[typescript]": {
"editor.defaultFormatter": "samverschueren.linter-xo"
},
"cmake.showOptionsMovedNotification": false,
"dotenv.enableAutocloaking": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.tokenColorCustomizations": {
"textMateRules": [
Expand All @@ -13,15 +16,14 @@
}
]
},
"files.associations": {
".env*": "dotenv"
},
"terminal.integrated.fontFamily": "MesloLGS NF",
"workbench.startupEditor": "none",
"workbench.iconTheme": "material-icon-theme",
"editor.formatOnSave": true,
"cmake.showOptionsMovedNotification": false,
"dotenv.enableAutocloaking": true,
"terminal.integrated.scrollback": 1000000,
"[typescript]": {
"editor.defaultFormatter": "samverschueren.linter-xo"
},
"window.autoDetectColorScheme": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.startupEditor": "none",
"xo.format.enable": true
}

0 comments on commit 71e37f2

Please sign in to comment.