diff --git a/nvim/.config/nvim/colors/yolokai.vim b/nvim/.config/nvim/colors/yolokai.vim index 4fde2e8..5734133 100644 --- a/nvim/.config/nvim/colors/yolokai.vim +++ b/nvim/.config/nvim/colors/yolokai.vim @@ -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' },