diff --git a/CHANGELOG.md b/CHANGELOG.md index 602aae0..1801bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Change Log +## [3.1.0] - 2021-4-2 + +- Updated package details. +- Changed Icon + ## [3.0.0] - 2020-12-11 -- Added Legendary Hig Contrast color scheme. +- Added Legendary High Contrast color scheme. ## [2.0.0] - 2020-11-07 diff --git a/images/Legendary dark Logo.svg b/images/Legendary dark Logo.svg deleted file mode 100644 index 1234b2c..0000000 --- a/images/Legendary dark Logo.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - - - L - - - - diff --git a/images/Logo.png b/images/Logo.png index 1fe777a..1b50efa 100644 Binary files a/images/Logo.png and b/images/Logo.png differ diff --git a/package.json b/package.json index 4d79feb..95b3300 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "icon": "images/Logo.png", "publisher": "LlewellynPaintsil", "author": { - "name": "Llewellyn Paintsil", + "name": "Llewellyn Adonteng Paintsil", "url": "https://github.com/Llewellyn500", "email": "llewellynpaintsil34@gmail.com" }, - "version": "3.0.0", + "version": "3.1.0", "engines": { "vscode": "^1.40.0" }, @@ -59,7 +59,7 @@ }, { "label": "Legendary Dark (High Contrast)", - "uiTheme":"vs-black", + "uiTheme":"vs-dark", "path": "./themes/Legendary Dark-High-contrast-color-theme.json" } ]