diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8f030..50a8b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,6 @@ Version 1.1 - Fixed colors! + +Version 1.2 +- Fixed highlighting issue! \ No newline at end of file diff --git a/dark-white-theme-v1-1.1.1.vsix b/dark-white-theme-v1-1.1.1.vsix deleted file mode 100644 index 078cb7e..0000000 Binary files a/dark-white-theme-v1-1.1.1.vsix and /dev/null differ diff --git a/package.json b/package.json index 1c37f49..7d54905 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Dark White Theme V1", "description": "Dark White Theme V1", "publisher": "ELITE NOTORIOUS THE PRESTIGIOUS", - "version": "1.1.1", + "version": "1.2.0", "repository": { "type": "git", "url": "https://github.com/ENTPRESTIGIOUS/dark-white-theme-v1" @@ -17,7 +17,7 @@ "contributes": { "themes": [ { - "label": "Dark White Theme V1.1", + "label": "Dark White Theme V1.2", "uiTheme": "vs-dark", "path": "./themes/dark-white-theme-v1-1-color-theme.json" } diff --git a/themes/dark-white-theme-v1-1-color-theme.json b/themes/dark-white-theme-v1-1-color-theme.json index 16801aa..cdbbbda 100644 --- a/themes/dark-white-theme-v1-1-color-theme.json +++ b/themes/dark-white-theme-v1-1-color-theme.json @@ -1867,8 +1867,8 @@ "list.inactiveSelectionForeground": "#cccccc", "list.hoverBackground": "#2a2d2e", "list.hoverForeground": "#ffffff", - "list.activeSelectionBackground": "#ffffff", - "list.activeSelectionForeground": "#000000", + "list.activeSelectionBackground": "#940000", + "list.activeSelectionForeground": "#ffffff", "tree.indentGuidesStroke": "#585858", "list.dropBackground": "#383b3d", "list.highlightForeground": "#ff0000",