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 Oct 24, 2023
1 parent b8233f2 commit 73702d2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#da1c97",
"activityBar.background": "#da1c97",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#89c619",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#da1c97",
"statusBar.background": "#ad1678",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#da1c97",
"statusBarItem.remoteBackground": "#ad1678",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#ad1678",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#ad167899",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#ad1678",
"editor.formatOnSave": true
}

0 comments on commit 73702d2

Please sign in to comment.