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 Jan 25, 2024
1 parent b90fdb8 commit 42a89d3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/vendor/
/wpcs/
node_modules/
.vscode/
# LA_TODO .vscode/
24 changes: 24 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#555500",
"activityBar.background": "#555500",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#002020",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#555500",
"statusBar.background": "#222200",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#555500",
"statusBarItem.remoteBackground": "#222200",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#222200",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#22220099",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#220",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit 42a89d3

Please sign in to comment.