Skip to content

Commit

Permalink
Merge pull request #120 from ful1e5/main
Browse files Browse the repository at this point in the history
make `CursorLine` & `CursorColumn` highlight more visible #109
  • Loading branch information
ful1e5 committed Oct 21, 2021
2 parents 2cff04a + 2e0239b commit 54de448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- load colorscheme according to `theme_style` config
- revert 41f844a #113
- todo highlight foreground color fixed #115
- make `CursorLine` and `CursorColumn` background highlight more visible #109

## [v0.0.2] - 15 Sep 2021

Expand Down
4 changes: 2 additions & 2 deletions lua/github-theme/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ function M.setup(config)
bg_highlight = themes({
dark = "#2c313a",
dimmed = "#2d333b",
light = "#f6f8fa",
light = "#d5e5f6",
dark_default = "#161b22",
light_default = "#fafbfc"
light_default = "#d5e5f6"
}),

border = themes({
Expand Down

0 comments on commit 54de448

Please sign in to comment.