From d91b0d447745e0cd0610710b25222280af15a800 Mon Sep 17 00:00:00 2001 From: jrbgit Date: Thu, 20 Oct 2022 18:31:54 -0400 Subject: [PATCH] minor fixes --- .vscode/launch.json | 2 +- package.json | 2 +- themes/dark.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0e191b5..a63de0e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", diff --git a/package.json b/package.json index 9f046c9..850ae35 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "theme": "dark" }, "private": true, - "version": "0.0.2", + "version": "0.0.3", "engines": { "vscode": "^1.61.0" }, diff --git a/themes/dark.json b/themes/dark.json index 61fc381..06edaea 100644 --- a/themes/dark.json +++ b/themes/dark.json @@ -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",