nvim: colors/yolokai: Remove obsolete TS highlight groups
See https://github.com/nvim-treesitter/nvim-treesitter/issues/3572 https://github.com/nvim-treesitter/nvim-treesitter/pull/3656
This commit is contained in:
parent
b00e7b2b07
commit
0c84a1d719
1 changed files with 7 additions and 57 deletions
|
@ -619,83 +619,33 @@ local highlight_groups = {
|
|||
NERDTreeExecFile = 'Function' ,
|
||||
NERDTreeLinkTarget = 'Tag' ,
|
||||
|
||||
--[[ 4.4.8. nvim-treesitter ]]
|
||||
TSAnnotation = 'SpecialChar',
|
||||
TSAttribute = 'Normal',
|
||||
TSBoolean = 'Boolean',
|
||||
TSCharacter = 'Character',
|
||||
TSComment = 'Comment',
|
||||
TSConstructor = 'Typedef',
|
||||
TSConditional = 'Conditional',
|
||||
TSConstant = 'Constant',
|
||||
TSConstBuiltin = 'Type',
|
||||
TSConstMacro = 'Define',
|
||||
TSError = 'Error',
|
||||
TSException = 'Exception',
|
||||
TSField = 'Identifier',
|
||||
TSFloat = 'Float',
|
||||
TSFunction = 'Function',
|
||||
TSFuncBuiltin = 'Special',
|
||||
TSFuncMacro = 'Macro',
|
||||
TSInclude = 'Include',
|
||||
TSKeyword = 'Keyword',
|
||||
TSKeywordFunction = 'Keyword',
|
||||
TSLabel = 'Label',
|
||||
TSMethod = 'Function',
|
||||
TSNamespace = 'Include',
|
||||
TSNone = 'NONE',
|
||||
TSNumber = 'Number',
|
||||
TSOperator = 'Operator',
|
||||
TSParameter = 'Identifier',
|
||||
TSParameterReference = 'Type',
|
||||
TSProperty = 'Identifier',
|
||||
TSPunctDelimiter = 'Delimiter',
|
||||
TSPunctBracket = 'Delimiter',
|
||||
TSPunctSpecial = 'Special',
|
||||
TSRepeat = 'Repeat',
|
||||
TSString = 'String',
|
||||
TSStringRegex = 'String',
|
||||
TSStringEscape = 'SpecialChar',
|
||||
TSTag = 'Tag',
|
||||
TSTagDelimiter = 'Delimiter',
|
||||
TSText = 'String',
|
||||
TSEmphasis = 'Underlined',
|
||||
TSUnderline = 'Underlined',
|
||||
TSTitle = 'Comment',
|
||||
TSLiteral = 'Character',
|
||||
TSURI = 'Tag',
|
||||
TSType = 'Type',
|
||||
TSTypeBuiltin = 'Type',
|
||||
TSVariable = 'Identifier',
|
||||
TSVariableBuiltin = 'Identifier',
|
||||
|
||||
--[[ 4.4.9 SearchLight ]]
|
||||
--[[ 4.4.8 SearchLight ]]
|
||||
SearchLight = { bg=black, fg=orange, style={'bold', 'italic', 'underline' }},
|
||||
|
||||
--[[ 4.4.10 Sneak ]]
|
||||
--[[ 4.4.9 Sneak ]]
|
||||
Sneak = { bg=red, fg=black, style='bold' },
|
||||
SneakScope = { bg=black, fg=orange, style={'bold', 'underline' }},
|
||||
|
||||
--[[ 4.4.11 Which key ]]
|
||||
--[[ 4.4.10 Which key ]]
|
||||
WhichKey = 'Function' ,
|
||||
WhichKeySeperator = {bg=black, fg=green},
|
||||
WhichKeyGroup = 'Keyword' ,
|
||||
WhichKeyDesc = {bg=black, fg=orange},
|
||||
WhichKeyFloating = 'Pmenu' ,
|
||||
|
||||
--[[ 4.4.12 conflict-marker ]]
|
||||
--[[ 4.4.11 conflict-marker ]]
|
||||
ConflictMarkerBegin = { bg=black, fg=purple },
|
||||
ConflictMarkerEnd = { bg=black, fg=purple },
|
||||
ConflictMarkerOurs = { bg=black, fg=green },
|
||||
ConflictMarkerTheirs = { bg=black, fg=red },
|
||||
ConflictMarkerCommonAncestorsHunk = { bg=black, fg=orange },
|
||||
|
||||
--[[ 4.4.13 hlslens ]]
|
||||
--[[ 4.4.12 hlslens ]]
|
||||
HlSearchLensCur = 'SearchLight',
|
||||
HlSearchLens = 'IncSearch',
|
||||
HlSearchCur = 'SearchLight',
|
||||
|
||||
--[[ 4.4.14 pandoc ]]
|
||||
--[[ 4.4.13 pandoc ]]
|
||||
pandocAtxHeader = { bg=black, fg=aqua },
|
||||
pandocAtxStart = { bg=black, fg=orange },
|
||||
pandocDelimitedCodeBlockStart = { bg=black, fg=green },
|
||||
|
@ -711,7 +661,7 @@ local highlight_groups = {
|
|||
pandocStrongInEmphasis = 'pandocStrongEmphasis',
|
||||
pandocEmphasisInStrong = 'pandocStrongEmphasis',
|
||||
|
||||
--[[ 4.4.15 Hop ]]
|
||||
--[[ 4.4.14 Hop ]]
|
||||
HopNextKey = { bg=red , fg=black , style='bold' },
|
||||
HopNextKey1 = { bg=black, fg=orange , style='bold' },
|
||||
HopNextKey2 = { bg=black, fg=purple , style='bold' },
|
||||
|
|
Loading…
Reference in a new issue