diff --git a/package.json b/package.json index 28e8c8f..6a456a6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ryan-vscode-theme", "displayName": "Ryan VSCode Theme", "description": "My personal vscode theme", - "version": "1.0.0", + "version": "2.0.0", "engines": { "vscode": "^1.80.0" }, diff --git a/themes/dark-color-theme.json b/themes/dark-color-theme.json index ca034f5..d2dc02c 100644 --- a/themes/dark-color-theme.json +++ b/themes/dark-color-theme.json @@ -299,8 +299,8 @@ "panel.background": "#343035", "panel.border": "#282629", "panel.dropBackground": "#1a191bbf", - "panelTitle.activeBorder": "#fce87a", - "panelTitle.activeForeground": "#fce87a", + "panelTitle.activeBorder": "#ff668c", + "panelTitle.activeForeground": "#fcfcfa", "panelTitle.inactiveForeground": "#8b888f", "peekView.border": "#282629", "peekViewEditor.background": "#343035", diff --git a/themes/darker-color-theme.json b/themes/darker-color-theme.json index 5ca840f..0c62f5f 100644 --- a/themes/darker-color-theme.json +++ b/themes/darker-color-theme.json @@ -299,8 +299,8 @@ "panel.background": "#363537", "panel.border": "#222222", "panel.dropBackground": "#191919bf", - "panelTitle.activeBorder": "#fce87a", - "panelTitle.activeForeground": "#fce87a", + "panelTitle.activeBorder": "#fc5e8b", + "panelTitle.activeForeground": "#f6f8fa", "panelTitle.inactiveForeground": "#8b888f", "peekView.border": "#222222", "peekViewEditor.background": "#363537",