mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-04-19 16:27:44 +02:00
Refactoring
This commit is contained in:
parent
5a83cc8f26
commit
2799848919
@ -151,7 +151,7 @@ theme.set_highlights = function(opts)
|
||||
hl(0, 'typescriptRegextString', { fg = c.regexp })
|
||||
hl(0, 'typescriptTry', { fg = c.markup })
|
||||
hl(0, 'typescriptExceptions', { fg = c.markup })
|
||||
hl(0, 'typescriptDebugger', { fg = c.markup, bold = true})
|
||||
hl(0, 'typescriptDebugger', { fg = c.markup, bold = true })
|
||||
hl(0, 'typescriptParens', { fg = c.special })
|
||||
hl(0, 'typescriptVariable', { fg = c.keyword })
|
||||
hl(0, 'typescriptObjectLabel', { fg = c.tag })
|
||||
@ -282,7 +282,6 @@ theme.set_highlights = function(opts)
|
||||
hl(0, 'NvimTreeGitMerge', { fg = c.error })
|
||||
hl(0, 'NvimTreeGitDirty', { fg = c.vcs_modified })
|
||||
hl(0, 'NvimTreeGitNew', { fg = c.vcs_added })
|
||||
|
||||
end
|
||||
|
||||
return theme
|
||||
|
Loading…
x
Reference in New Issue
Block a user