diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a8d985..f764b4e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 ) @@ -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 @@ -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 diff --git a/README.md b/README.md index 999eb3cc..5fcb1693 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- github-nvim-theme + github-nvim-theme

### Status @@ -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 @@ -330,14 +331,9 @@ require("github-theme").setup({ ### Telescope

- github_telescope + github_telescope

## 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`. - - -

-

|| || ||

-