Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbgit committed Oct 20, 2022
1 parent 1bbe688 commit d91b0d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"version": "0.0.3",
"configurations": [
{
"name": "Extension",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"theme": "dark"
},
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"vscode": "^1.61.0"
},
Expand Down
8 changes: 4 additions & 4 deletions themes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,14 +252,14 @@
"statusBar.background": "#2f2955",
"statusBar.foreground": "#b4a5e7",
"statusBar.border": "#131026",
"statusBar.debuggingBackground": "#2f2955",
"statusBar.debuggingForeground": "#131026",
"statusBar.debuggingBackground": "#131026",
"statusBar.debuggingForeground": "#ece7fd",
"statusBar.debuggingBorder": "#131026",
"statusBar.noFolderBackground": "#685b93",
"statusBar.noFolderForeground": "#131026",
"statusBar.noFolderBorder": "#131026",
"statusBarItem.activeBackground": "#ece7fd",
"statusBarItem.hoverBackground": "#1c1836",
"statusBarItem.activeBackground": "#ff007a",
"statusBarItem.hoverBackground": "#685b93",
"statusBarItem.prominentBackground": "#ece7fd",
"statusBarItem.prominentHoverBackground": "#1c1836",
"statusBarItem.remoteBackground": "#ff007a",
Expand Down

0 comments on commit d91b0d4

Please sign in to comment.