Skip to content

Commit

Permalink
Merge pull request #142 from ful1e5/main
Browse files Browse the repository at this point in the history
release v0.0.3
  • Loading branch information
ful1e5 committed Dec 9, 2021
2 parents d1b2b7f + 72b0478 commit 52f8eff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [v0.0.3] - 09 Dec 2021

### Added

- Github `dark_default` theme added #15 #16 #24
Expand All @@ -31,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- feat: set `vim.o.background` with config module (re-patch #60 #116)
- enhance: support colorschemes with fzf `Colors` command
- enhance: unlink `NvimTreeGitIgnored` from `Comment`
- fix: `vim.o.background` setting in config module
- fix: assign `user_config` value to `vim.g` global variables
- refactor: global variable prefix store in `key_prefix` variable
- refactor: pass common config in `extra` module
- enhance: `StatusLine` foreground & `StatusLineNC` background colors are customizable ( related to #11 )
Expand Down Expand Up @@ -67,6 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- missing `'` in vim config (README.md) fixed #134
- typo inisde `theme.lua`
- missing alias fixed inside `colors.lua`
- Fix `vim.o.background` setting in config module
- Fix assign `user_config` value to `vim.g` global variables

## [v0.0.2] - 15 Sep 2021

Expand Down Expand Up @@ -114,6 +116,7 @@ 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.2...main
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.3...main
[v0.0.3]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.3...v0.0.2
[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
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://imgur.com/i3Ix00H.png" alt="github-nvim-theme" />
<img src="https://imgur.com/OLRFrjD.png" alt="github-nvim-theme" />
</p>

### Status
Expand Down Expand Up @@ -151,6 +151,7 @@ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{25
- Font: [Ubuntu Mono](https://design.ubuntu.com/font/)
- Terminal: [kitty](https://sw.kovidgoyal.net/kitty)
- Icon: [circles.nvim](https://github.com/projekt0n/circles.nvim)
- StatusLine: **Default**. [dotfiles/nvim/.config/nvim/lua/options.lua#L19-L30](https://github.com/ful1e5/dotfiles/blob/a2777f85b104622dd82f4adfc6ad032e3ff074bf/nvim/.config/nvim/lua/options.lua#L19-L30)
- dotfiles: [dotfiles](https://github.com/ful1e5/dotfiles)

### Theme Styles
Expand Down Expand Up @@ -330,14 +331,9 @@ require("github-theme").setup({
### Telescope

<p align="center">
<img src="https://imgur.com/WBRiOwx.png" alt="github_telescope" />
<img src="https://imgur.com/vVFjJad.png" alt="github_telescope" />
</p>

## Contributing

Check [CONTRIBUTING.md](./CONTRIBUTING.md), any suggestions for features and contributions to the continuing code masterelopment can be made via the issue tracker or code contributions via a `Fork` & `Pull requests`.

<!-- Ninja -->
<p align="center">
<h3 align="center">|| || ||</h1>
</p>

0 comments on commit 52f8eff

Please sign in to comment.