Skip to content

Commit

Permalink
kleurtjes
Browse files Browse the repository at this point in the history
  • Loading branch information
Josverl committed Mar 12, 2024
1 parent 010cb75 commit 08b61bf
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"python.linting.pylintEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"peacock.color": "#613206",
"peacock.color": "#c37832",
"peacock.remoteColor": "#e2b991",
"cSpell.words": [
"aivar",
"annamaa",
Expand Down Expand Up @@ -48,7 +49,27 @@
],
"terminal.integrated.persistentSessionReviveProcess": "never",
"workbench.colorCustomizations": {
"activityBar.activeBorder": "#0bb45d"
"activityBar.activeBorder": "#0bb45d",
"activityBar.activeBackground": "#d39255",
"activityBar.background": "#d39255",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#ccf2df",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"editorGroup.border": "#d39255",
"panel.border": "#d39255",
"sash.hoverBorder": "#d39255",
"statusBar.background": "#c37832",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#9a5f28",
"statusBarItem.remoteBackground": "#c37832",
"statusBarItem.remoteForeground": "#15202b",
"tab.activeBorder": "#d39255",
"titleBar.activeBackground": "#c37832",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#c3783299",
"titleBar.inactiveForeground": "#15202b99"
},
"python.terminal.activateEnvInCurrentTerminal": true,
"todo-tree.filtering.ignoreGitSubmodules": true,
Expand Down

0 comments on commit 08b61bf

Please sign in to comment.