diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe8fd7..a9749ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +### Added + +- `Linting` Github Action init +- `Makefile, .lua-format, .luacheckrc` init +- format .lua code with (lua-format)[https://github.com/Koihik/LuaFormatter] +- `kitty` tabs color changed + +### Changed + +- **VertSplit** & **Inactive StatusLine** `fg` color changed to `bg_visual` + ## [v0.0.1] - 14 June 2021 ### Added diff --git a/README.md b/README.md index 070e04d..916da9b 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,13 @@ Extra color configs for **Kitty**, and **Alacritty** can be found in [extras](ex ## 📺 Screenshot
- + +
+ +### Default + ++
### Normal @@ -169,7 +175,7 @@ vim.g.onedark_italic_variables = false ```- +
### Italic @@ -182,18 +188,19 @@ vim.g.onedark_italic_variables = true ```- +
### Telescope- +
## Useful Links -- [SF Mono Nerd-Font](https://github.com/epk/SF-Mono-Nerd-Font) +- [Kitty](https://sw.kovidgoyal.net/kitty) +- ~[SF Mono Nerd-Font](https://github.com/epk/SF-Mono-Nerd-Font)~ [Ubuntu Mono](https://design.ubuntu.com/font/) - [Wallpaper](https://hdqwalls.com/big-sur-4k-wallpaper) - [dotfiles](https://github.com/ful1e5/dotfiles) @@ -205,6 +212,10 @@ vim.g.onedark_italic_variables = true +## Self Promotion + +Follow me on **[Twitter](https://twitter.com/ful1e5)** +diff --git a/extras/kitty_onedark_.conf b/extras/kitty_onedark_.conf index 08bed29..5ba9e7e 100644 --- a/extras/kitty_onedark_.conf +++ b/extras/kitty_onedark_.conf @@ -8,10 +8,10 @@ cursor #abb2bf # Tabs - active_tab_background #282c34 - active_tab_foreground #abb2bf - inactive_tab_background #242b38 - inactive_tab_foreground #5c6370 + active_tab_background #61afef + active_tab_foreground #282c34 + inactive_tab_background #abb2bf + inactive_tab_foreground #282c34 #tab_bar_background #20232A # normal diff --git a/lua/onedark/extra/kitty.lua b/lua/onedark/extra/kitty.lua index 60c8fca..8451102 100644 --- a/lua/onedark/extra/kitty.lua +++ b/lua/onedark/extra/kitty.lua @@ -18,10 +18,10 @@ function M.kitty(config) cursor ${fg} # Tabs - active_tab_background ${bg} - active_tab_foreground ${fg} - inactive_tab_background ${bg_highlight} - inactive_tab_foreground ${fg_gutter} + active_tab_background ${blue} + active_tab_foreground ${bg} + inactive_tab_background ${fg} + inactive_tab_foreground ${bg} #tab_bar_background ${black} # normal