Skip to content

Commit

Permalink
Revert TSField highlighting to match identifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
kadrach committed Sep 21, 2021
1 parent 61b254c commit 081cadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/base16-colorscheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function M.setup(colors)
hi.TSConstMacro = { guifg = M.colors.base08, guibg = nil, gui = 'none', guisp = nil }
hi.TSError = { guifg = M.colors.base08, guibg = nil, gui = 'none', guisp = nil }
hi.TSException = { guifg = M.colors.base08, guibg = nil, gui = 'none', guisp = nil }
hi.TSField = { guifg = M.colors.base05, guibg = nil, gui = 'none', guisp = nil }
hi.TSField = { guifg = M.colors.base08, guibg = nil, gui = 'none', guisp = nil }
hi.TSFloat = { guifg = M.colors.base09, guibg = nil, gui = 'none', guisp = nil }
hi.TSFunction = { guifg = M.colors.base0D, guibg = nil, gui = 'none', guisp = nil }
hi.TSFuncBuiltin = { guifg = M.colors.base0D, guibg = nil, gui = 'italic', guisp = nil }
Expand Down

0 comments on commit 081cadf

Please sign in to comment.