Skip to content

Commit d91b0d4

Browse files
committed
minor fixes
1 parent 1bbe688 commit d91b0d4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Hover to view descriptions of existing attributes.
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
{
6-
"version": "0.2.0",
6+
"version": "0.0.3",
77
"configurations": [
88
{
99
"name": "Extension",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"theme": "dark"
3030
},
3131
"private": true,
32-
"version": "0.0.2",
32+
"version": "0.0.3",
3333
"engines": {
3434
"vscode": "^1.61.0"
3535
},

themes/dark.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,14 @@
252252
"statusBar.background": "#2f2955",
253253
"statusBar.foreground": "#b4a5e7",
254254
"statusBar.border": "#131026",
255-
"statusBar.debuggingBackground": "#2f2955",
256-
"statusBar.debuggingForeground": "#131026",
255+
"statusBar.debuggingBackground": "#131026",
256+
"statusBar.debuggingForeground": "#ece7fd",
257257
"statusBar.debuggingBorder": "#131026",
258258
"statusBar.noFolderBackground": "#685b93",
259259
"statusBar.noFolderForeground": "#131026",
260260
"statusBar.noFolderBorder": "#131026",
261-
"statusBarItem.activeBackground": "#ece7fd",
262-
"statusBarItem.hoverBackground": "#1c1836",
261+
"statusBarItem.activeBackground": "#ff007a",
262+
"statusBarItem.hoverBackground": "#685b93",
263263
"statusBarItem.prominentBackground": "#ece7fd",
264264
"statusBarItem.prominentHoverBackground": "#1c1836",
265265
"statusBarItem.remoteBackground": "#ff007a",

0 commit comments

Comments
 (0)