diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e3c2d..81316cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to the "one-monokai-ads" extension will be documented in thi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [Unreleased] +## [0.0.1] - 2022-09-08 - Initial release + +## [0.0.2] - 2022-09-09 + +### Added + +- New icon defined for the theme + +### Changed + +- Updated README with links +- Update package details diff --git a/README.md b/README.md index cfbe3ac..40d71e3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Based on [One Monokai Theme](https://github.com/azemoh/vscode-one-monokai) by [J ## Installation -Download [.vsix file](https://github.com/fmir864/one-monokai-ads/releases/download/v0.0.1/one-monokai-ads-0.0.1.vsix), open the command palette and select Extensions: Install from VSIX... +Download [.vsix file](https://github.com/fmir864/one-monokai-ads/releases/download/v0.0.2/one-monokai-ads-0.0.2.vsix), open the command palette and select Extensions: Install from VSIX... When installed change you Color Theme to `One Monokai` ... ## Customization diff --git a/assets/icon.png b/assets/icon.png new file mode 100644 index 0000000..0ce5211 Binary files /dev/null and b/assets/icon.png differ diff --git a/package.json b/package.json index 2fe385a..07fa9a3 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "one-monokai-ads", - "displayName": "One Monokai ADS", + "displayName": "One Monokai", "description": "One Monokai theme for Azure Data Studio", "publisher": "fmir864", - "version": "0.0.1", + "author": "FM Irshad", + "repository": "https://github.com/fmir864/one-monokai-ads", + "version": "0.0.2", "engines": { "vscode": "^1.39.0", "azdata": "*" @@ -11,12 +13,13 @@ "categories": [ "Themes" ], + "icon": "assets/icon.png", "contributes": { "themes": [ { "label": "One Monokai", "uiTheme": "vs-dark", - "path": "./themes/One Monokai-color-theme.json" + "path": "./themes/one-monokai-color-theme.json" } ] } diff --git a/themes/One Monokai-color-theme.json b/themes/one-monokai-color-theme.json similarity index 100% rename from themes/One Monokai-color-theme.json rename to themes/one-monokai-color-theme.json