From eeac2e7b2832d8de9a21cfa8627835304c96bb44 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Tue, 3 May 2022 15:48:16 +0530 Subject: [PATCH] release: v0.0.5 --- CHANGELOG.md | 17 ++++++++++------- README.md | 18 +++++++++--------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0948d0bd..fd4794cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [v0.0.5] - 03 May 2022 + ### Added - refactor: color types moved to `types/palette.lua` - chore: terminal colors - feat: use native autocmds on nvim >=0.7 ( fixed #168 ) - chore: tmux theme's extension changed to `.conf` from `.tmux` -- breaking-change: removed some colors from `colors.lua` +- BREAKING-CHANGE: removed some colors from `colors.lua` - refactor: implement highlight override function in `util.load` - enhance: `overrides` function is now able to add custom highlight in `dev` mode. - docs: about developer mode -- breaking-change: set lualine theme with `theme="auto"` +- BREAKING-CHANGE: set lualine theme with `theme="auto"` - terminal-theme: Xresources theme added #166 - chore: unlink 'Visual' highlight from plugin highlights - kitty: add cursor foreground color ( fixed #174 ) @@ -89,7 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Github `light_default` theme added #15 #16 - Make target added for reloading kitty theme with `kitty_dark_default` & `kitty_light_default` - Individual themes for `colorscheme` command #68 -- Breaking Change: use **snake_case** inside config instead of ~camelCase~ +- BREAKING-CHANGE: use **snake_case** inside config instead of ~camelCase~ - `hide_inactive_statusline` default value is `true` - `dark_float` default value is `false` - feat: vim config support with "vim.g" @@ -100,10 +102,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - set `vim.o.background` while loading individual colorscheme (folke/tokyonight.nvim#102) - enhance: assign config default value to `vim.g` variables - re-patch: #72 -- breaking change: `github` deprecated from `colorscheme` command +- BREAKING-CHANGE: `github` deprecated from `colorscheme` command - `pmenu.select` color removed - pmenu select background color with dynamic blue color -- breaking change: terminal colors are renamed +- BREAKING-CHANGE: terminal colors are renamed - feat: set `vim.o.background` with config module (re-patch #60 #116) - enhance: support colorschemes with fzf `Colors` command - enhance: unlink `NvimTreeGitIgnored` from `Comment` @@ -184,13 +186,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - use `bg_visiual` color as floating window border - use `bg` and `bg2` colors for `EndOfBuffer` `NoneText` fixed #66 -## [v0.0.1] - 9 Jul 2021 +## [v0.0.1] - 09 Jul 2021 ### Added - Initial release 🎊 -[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.4...main +[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.5...main +[v0.0.5]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.5...v0.0.4 [v0.0.4]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.4...v0.0.3 [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 diff --git a/README.md b/README.md index 3632a3ee..1c2723f0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - Minimal inactive statusline (only work with **Vim's Default StatusLine**) - Vim terminal colors - Darker background for sidebar-like windows -- Color configs for [kitty](https://sw.kovidgoyal.net/kitty/conf.html?highlight=include), [iTerm2](https://iterm2.com/), [Konsole](https://konsole.kde.org/), [tmux](https://github.com/tmux/tmux/wiki), [Xresources](https://wiki.archlinux.org/title/x_resources), [Windows Terminal](https://github.com/microsoft/terminal) and [Alacritty](https://github.com/alacritty/alacritty) +- Color configs for [Alacritty](https://github.com/alacritty/alacritty), [Konsole](https://konsole.kde.org/), [Windows Terminal](https://github.com/microsoft/terminal), [Xresources](https://wiki.archlinux.org/title/x_resources), [iTerm2](https://iterm2.com/), [kitty](https://sw.kovidgoyal.net/kitty/conf.html?highlight=include) and [tmux](https://github.com/tmux/tmux/wiki) - Most elegant [**lualine** theme](./LUALINE.md#screenshots) ## Requirements @@ -122,15 +122,15 @@ Installation docs and screenshots at [LUALINE.md](./LUALINE.md). > To generate the configs `make terminal` or `:luafile lua/github-theme/terminal/init.lua` -Extra color configs for **kitty**, **iTerm**, **Konsole**, **tmux**, **Xresources** and **Alacritty** can be found in [terminal](terminal/) directory. To use them, refer to their respective documentation. +Extra color configs for **Alacritty**, **Konsole**, **Windows Terminal**, **Xresources**, **iTerm**, **kitty**, and **tmux** can be found in [terminal](terminal/) directory. To use them, refer to their respective documentation. -- Alacritty - [./terminal/alacritty](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/alacritty) -- Konsole - [./terminal/konsole](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/konsole) -- Windows Terminal - [./terminal/windows_terminal](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/windows_terminal) -- Xresources - [./terminal/xresources](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/xresources) -- iTerm - [./terminal/iterm](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/iterm) -- kitty - [./terminal/kitty](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/kitty) -- tmux - [./terminal/tmux](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/tmux) +- Alacritty - [terminal/alacritty](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/alacritty) +- Konsole - [terminal/konsole](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/konsole) +- Windows Terminal - [terminal/windows_terminal](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/windows_terminal) +- Xresources - [terminal/xresources](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/xresources) +- iTerm - [terminal/iterm](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/iterm) +- kitty - [terminal/kitty](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/kitty) +- tmux - [terminal/tmux](https://github.com/projekt0n/github-nvim-theme/tree/main/terminal/tmux) ### Making `undercurls` work properly in **Tmux**