mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-10-23 16:21:22 +02:00
Refactoring
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user