Skip to content

Commit

Permalink
fix: Screenshots and docs updated projekt0n#63 projekt0n#16
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Sep 16, 2021
1 parent 6c5ae54 commit bf0d5a7
Show file tree
Hide file tree
Showing 11 changed files with 593 additions and 491 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

-
- Github `dark_default` theme added #15 #16 #24
- 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~
- `hide_inactive_statusline` default value is `true`
- `dark_float` default value is `false`
- feat: vim config support with "vim.g"

### Fixes

-
- Fixed `diff` highlight colors for `dark_default` & `light_default`
- Screenshots and docs updated #63 #16

## [v0.0.2] - 15 Sep 2021

Expand All @@ -27,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Terminal themes are structured through `extra/init.lua`
- Area for messages and cmdline with `bold` text highlight #44
- `hideEndOfBuffer` options added. Enabling this option, will hide filler lines (~) after the end of the buffer #46
- Custom [nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons) colors (releated to #16)
- Custom [nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons) colors (related to #16)
- `msgAreaStyle` config added
- `border` color added in `colors.lua`
- Set `border` colors according to `themeStyle`
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ kitty_pre:
kitty_dark: kitty_pre
@cat $(exts)/kitty/dark.conf > $(theme)

kitty_dark_default: kitty_pre
@cat $(exts)/kitty/dark_default.conf > $(theme)

kitty_dimmed: kitty_pre
@cat $(exts)/kitty/dimmed.conf > $(theme)

kitty_light: kitty_pre
@cat $(exts)/kitty/light.conf > $(theme)

kitty_light_default: kitty_pre
@cat $(exts)/kitty/light_default.conf > $(theme)
Loading

0 comments on commit bf0d5a7

Please sign in to comment.