Skip to content

Commit

Permalink
Fix typo inside kitty themes (original fix #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jul 9, 2021
1 parent 2923ee3 commit 7f92800
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

### Fixes

- Kitty themes typo fixed #3

## [v0.0.1] - 9 Jul 2021

### Added

- Initial release 🎊

<!-- [unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.1...main -->
<!-- [v0.0.1]: https://github.com/projekt0n/github-nvim-theme/tree/v0.0.1 -->

[unreleased]: https://github.com/projekt0n/github-nvim-theme/tree/main
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.1...main
[v0.0.1]: https://github.com/projekt0n/github-nvim-theme/tree/v0.0.1
2 changes: 1 addition & 1 deletion extras/kitty_github_dark.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ color3 #e2e210
color4 #3b8eea
color5 #bc3fbc
color6 #29b7da
molor7 #666666
color7 #666666

# bright
color8 #666666
Expand Down
2 changes: 1 addition & 1 deletion extras/kitty_github_dimmed.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ color3 #c69026
color4 #6cb6ff
color5 #b083f0
color6 #56d4dd
molor7 #636e7b
color7 #636e7b

# bright
color8 #636e7b
Expand Down
2 changes: 1 addition & 1 deletion extras/kitty_github_light.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ color3 #949800
color4 #0451a5
color5 #bc05bc
color6 #0598BC
molor7 #666666
color7 #666666

# bright
color8 #666666
Expand Down
2 changes: 1 addition & 1 deletion lua/github-theme/extra/kitty.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ color3 ${yellow}
color4 ${blue}
color5 ${magenta}
color6 ${cyan}
molor7 ${fg_dark}
color7 ${fg_dark}
# bright
color8 ${fg_dark}
Expand Down

0 comments on commit 7f92800

Please sign in to comment.