File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
42
- enhance: inactive statusline
43
43
- load colorscheme according to ` theme_style ` config
44
44
- revert 41f844a #113
45
+ - todo highlight foreground color fixed #115
45
46
46
47
## [ v0.0.2] - 15 Sep 2021
47
48
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ function M.setup(config)
127
127
-- Ignore = { }, -- (preferred) left blank, hidden |hl-Ignore|
128
128
129
129
Error = {fg = c .error }, -- (preferred) any erroneous construct
130
- Todo = {bg = c .yellow , fg = c .none }, -- (preferred) anything that needs extra attention; mostly the keywords TODO FIXME and XXX
130
+ Todo = {bg = c .yellow , fg = c .bg }, -- (preferred) anything that needs extra attention; mostly the keywords TODO FIXME and XXX
131
131
qfLineNr = {fg = c .line_nr },
132
132
qfFileName = {fg = c .blue },
133
133
You can’t perform that action at this time.
0 commit comments