@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ unreleased]
9
9
10
+ ## [ v0.0.3] - 09 Dec 2021
11
+
10
12
### Added
11
13
12
14
- 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
31
33
- feat: set ` vim.o.background ` with config module (re-patch #60 #116 )
32
34
- enhance: support colorschemes with fzf ` Colors ` command
33
35
- 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
36
36
- refactor: global variable prefix store in ` key_prefix ` variable
37
37
- refactor: pass common config in ` extra ` module
38
38
- 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
67
67
- missing ` ' ` in vim config (README.md) fixed #134
68
68
- typo inisde ` theme.lua `
69
69
- 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
70
72
71
73
## [ v0.0.2] - 15 Sep 2021
72
74
@@ -114,6 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114
116
115
117
- Initial release 🎊
116
118
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
118
121
[ v0.0.2 ] : https://github.com/projekt0n/github-nvim-theme/compare/v0.0.2...v0.0.1
119
122
[ v0.0.1 ] : https://github.com/projekt0n/github-nvim-theme/tree/v0.0.1
0 commit comments