Skip to content

Commit 52f8eff

Browse files
authored
Merge pull request #142 from ful1e5/main
release v0.0.3
2 parents d1b2b7f + 72b0478 commit 52f8eff

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [v0.0.3] - 09 Dec 2021
11+
1012
### Added
1113

1214
- 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
3133
- feat: set `vim.o.background` with config module (re-patch #60 #116)
3234
- enhance: support colorschemes with fzf `Colors` command
3335
- enhance: unlink `NvimTreeGitIgnored` from `Comment`
34-
- fix: `vim.o.background` setting in config module
35-
- fix: assign `user_config` value to `vim.g` global variables
3636
- refactor: global variable prefix store in `key_prefix` variable
3737
- refactor: pass common config in `extra` module
3838
- 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
6767
- missing `'` in vim config (README.md) fixed #134
6868
- typo inisde `theme.lua`
6969
- missing alias fixed inside `colors.lua`
70+
- Fix `vim.o.background` setting in config module
71+
- Fix assign `user_config` value to `vim.g` global variables
7072

7173
## [v0.0.2] - 15 Sep 2021
7274

@@ -114,6 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114116

115117
- Initial release 🎊
116118

117-
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.2...main
119+
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.3...main
120+
[v0.0.3]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.3...v0.0.2
118121
[v0.0.2]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.2...v0.0.1
119122
[v0.0.1]: https://github.com/projekt0n/github-nvim-theme/tree/v0.0.1

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://imgur.com/i3Ix00H.png" alt="github-nvim-theme" />
2+
<img src="https://imgur.com/OLRFrjD.png" alt="github-nvim-theme" />
33
</p>
44

55
### Status
@@ -151,6 +151,7 @@ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{25
151151
- Font: [Ubuntu Mono](https://design.ubuntu.com/font/)
152152
- Terminal: [kitty](https://sw.kovidgoyal.net/kitty)
153153
- Icon: [circles.nvim](https://github.com/projekt0n/circles.nvim)
154+
- 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)
154155
- dotfiles: [dotfiles](https://github.com/ful1e5/dotfiles)
155156

156157
### Theme Styles
@@ -330,14 +331,9 @@ require("github-theme").setup({
330331
### Telescope
331332

332333
<p align="center">
333-
<img src="https://imgur.com/WBRiOwx.png" alt="github_telescope" />
334+
<img src="https://imgur.com/vVFjJad.png" alt="github_telescope" />
334335
</p>
335336

336337
## Contributing
337338

338339
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`.
339-
340-
<!-- Ninja -->
341-
<p align="center">
342-
<h3 align="center">|| || ||</h1>
343-
</p>

0 commit comments

Comments
 (0)