File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ unreleased]
9
9
10
+ ### Added
11
+
12
+ -
13
+
14
+ ### Fixes
15
+
16
+ - fixed #175
17
+
10
18
## [ v0.0.5] - 03 May 2022
11
19
12
20
### Added
Original file line number Diff line number Diff line change @@ -44,4 +44,7 @@ lualine.build_lualine_theme = function(c)
44
44
}
45
45
end
46
46
47
+ -- Fix for https://github.com/projekt0n/github-nvim-theme/issues/175
48
+ vim .cmd (' hi! link StatusLine Normal' )
49
+
47
50
return lualine
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ theme.setup = function(cfg)
134
134
mkdCodeStart = { fg = c .syntax .variable , style = Styles .Bold },
135
135
mkdCodeEnd = { fg = c .syntax .variable , style = Styles .Bold },
136
136
markdownHeadingDelimiter = { fg = c .syntax .variable , style = Styles .Bold },
137
+ markdownTSTextReference = { link = ' Title' },
137
138
markdownH1 = { fg = c .syntax .variable , style = Styles .Bold },
138
139
markdownH2 = { fg = c .syntax .variable , style = Styles .Bold },
139
140
markdownH3 = { fg = c .syntax .variable , style = Styles .Bold },
You can’t perform that action at this time.
0 commit comments