Skip to content

Commit

Permalink
LA_TEMP vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Sep 27, 2023
1 parent 6e94a92 commit 2391d4c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*.log
.DS_Store
.vscode
# LA_TODO .vscode
node_modules
.*cache
dist
Expand Down
26 changes: 26 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#339267",
"activityBar.background": "#339267",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#d1b8e6",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#339267",
"statusBar.background": "#266c4c",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#339267",
"statusBarItem.remoteBackground": "#266c4c",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#266c4c",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#266c4c99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#266c4c",
"editor.formatOnSave": true,
"[html]": {
"editor.defaultFormatter": null
},
}

0 comments on commit 2391d4c

Please sign in to comment.