Skip to content

Commit

Permalink
Merge pull request #75 from ful1e5/main
Browse files Browse the repository at this point in the history
fix: #72
  • Loading branch information
ful1e5 committed Sep 18, 2021
2 parents d83c44e + e36c004 commit a1ce6c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v0.0.2] - 15 Sep 2021

Expand Down
7 changes: 7 additions & 0 deletions colors/github.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- clear cache so this reloads changes.
-- useful for development
package.loaded["github-theme"] = nil
package.loaded["github-theme.util"] = nil
package.loaded["github-theme.colors"] = nil
package.loaded["github-theme.theme"] = nil
package.loaded["github-theme.config"] = nil

0 comments on commit a1ce6c3

Please sign in to comment.