Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ddahan committed Sep 24, 2023
1 parent 7726d77 commit 8ef99da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "🤓 django-pg-starter",
"name": " Django Modern Cheat Sheet",
"dockerComposeFile": "docker-compose.yml",
"service": "app",
"workspaceFolder": "/workspace",
Expand Down Expand Up @@ -61,8 +61,8 @@
// color customizations
//*********************************************************************
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#ffde57",
"titleBar.activeForeground": "#4584b6"
"titleBar.activeBackground": "#0f3e2e",
"titleBar.activeForeground": "#ffffff"
},
//*********************************************************************
// python
Expand Down

0 comments on commit 8ef99da

Please sign in to comment.