Skip to content

Commit

Permalink
Updated package details and added a new icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmir864 committed Sep 9, 2022
1 parent 933ec40 commit d77ca24
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
{
"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": "*"
},
"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"
}
]
}
Expand Down
File renamed without changes.

0 comments on commit d77ca24

Please sign in to comment.