Skip to content

Commit

Permalink
prepare v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Sep 15, 2021
1 parent 2bc72d6 commit 7e49c04
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

-

### Fixes

-

## [v0.0.2] - 15 Sep 2021

### Added

- `folded` colors are configurable
- Plugin Support check #16
- added iTerm colorscheme #14
Expand Down Expand Up @@ -51,5 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release 🎊

[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.1...main
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.2...main
[v0.0.2]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.2...v0.0.1
[v0.0.1]: https://github.com/projekt0n/github-nvim-theme/tree/v0.0.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ Install the theme with your preferred package manager:
[vim-plug](https://github.com/junegunn/vim-plug)

```vim
Plug 'projekt0n/github-nvim-theme'
Plug 'projekt0n/github-nvim-theme', { 'tag': 'v0.0.2' }
```

[packer](https://github.com/wbthomason/packer.nvim)

```lua
use 'projekt0n/github-nvim-theme'
use {"projekt0n/github-nvim-theme", tag = "v0.0.2"}
```

## Usage
Expand Down

0 comments on commit 7e49c04

Please sign in to comment.