Skip to content

Commit

Permalink
fixed #175
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed May 12, 2022
1 parent eeac2e7 commit d6245f0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

### Added

-

### Fixes

- fixed #175

## [v0.0.5] - 03 May 2022

### Added
Expand Down
3 changes: 3 additions & 0 deletions lua/github-theme/plugins/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ lualine.build_lualine_theme = function(c)
}
end

-- Fix for https://github.com/projekt0n/github-nvim-theme/issues/175
vim.cmd('hi! link StatusLine Normal')

return lualine
1 change: 1 addition & 0 deletions lua/github-theme/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ theme.setup = function(cfg)
mkdCodeStart = { fg = c.syntax.variable, style = Styles.Bold },
mkdCodeEnd = { fg = c.syntax.variable, style = Styles.Bold },
markdownHeadingDelimiter = { fg = c.syntax.variable, style = Styles.Bold },
markdownTSTextReference = { link = 'Title' },
markdownH1 = { fg = c.syntax.variable, style = Styles.Bold },
markdownH2 = { fg = c.syntax.variable, style = Styles.Bold },
markdownH3 = { fg = c.syntax.variable, style = Styles.Bold },
Expand Down

0 comments on commit d6245f0

Please sign in to comment.