Skip to content

Commit

Permalink
load colorscheme according to theme_style config
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Oct 15, 2021
1 parent 771ac5b commit 41f844a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- refactor: de-attach 'bg_statusline' color from lualine
- fix #83: inactive lualine colors
- enhance: inactive statusline
- load colorscheme according to `theme_style` config

## [v0.0.2] - 15 Sep 2021

Expand Down
2 changes: 2 additions & 0 deletions colors/github.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ package.loaded["github-theme.util"] = nil
package.loaded["github-theme.colors"] = nil
package.loaded["github-theme.theme"] = nil
package.loaded["github-theme.config"] = nil

require("github-theme").setup()

0 comments on commit 41f844a

Please sign in to comment.