chore(build): auto-generate extras

This commit is contained in:
github-actions[bot]
2023-10-25 10:19:55 +00:00
parent d1025023b0
commit 6f4b6204c8
4 changed files with 1264 additions and 776 deletions

View File

@@ -327,122 +327,116 @@ local highlights = {
fg = "#8c6c3e"
},
AerialArrayIcon = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindArray"
},
AerialBooleanIcon = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindBoolean"
},
AerialClassIcon = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindClass"
},
AerialColorIcon = {
link = "LspKindColor"
},
AerialConstantIcon = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindConstant"
},
AerialConstructorIcon = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindConstructor"
},
AerialEnumIcon = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindEnum"
},
AerialEnumMemberIcon = {
bg = "NONE",
fg = "#387068"
link = "LspKindEnumMember"
},
AerialEventIcon = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindEvent"
},
AerialFieldIcon = {
bg = "NONE",
fg = "#387068"
link = "LspKindField"
},
AerialFileIcon = {
bg = "NONE",
fg = "#3760bf"
link = "LspKindFile"
},
AerialFolderIcon = {
link = "LspKindFolder"
},
AerialFunctionIcon = {
bg = "NONE",
fg = "#2e7de9"
link = "LspKindFunction"
},
AerialGuide = {
fg = "#a8aecb"
},
AerialInterfaceIcon = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindInterface"
},
AerialKeyIcon = {
bg = "NONE",
fg = "#7847bd"
link = "LspKindKey"
},
AerialKeywordIcon = {
bg = "NONE",
fg = "#7847bd"
link = "LspKindKeyword"
},
AerialLine = {
link = "LspInlayHint"
},
AerialMethodIcon = {
bg = "NONE",
fg = "#2e7de9"
link = "LspKindMethod"
},
AerialModuleIcon = {
bg = "NONE",
fg = "#8c6c3e"
link = "LspKindModule"
},
AerialNamespaceIcon = {
bg = "NONE",
fg = "#007197"
link = "LspKindNamespace"
},
AerialNormal = {
bg = "NONE",
fg = "#3760bf"
},
AerialNullIcon = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindNull"
},
AerialNumberIcon = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindNumber"
},
AerialObjectIcon = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindObject"
},
AerialOperatorIcon = {
bg = "NONE",
fg = "#006a83"
link = "LspKindOperator"
},
AerialPackageIcon = {
bg = "NONE",
fg = "#007197"
link = "LspKindPackage"
},
AerialPropertyIcon = {
bg = "NONE",
fg = "#387068"
link = "LspKindProperty"
},
AerialReferenceIcon = {
link = "LspKindReference"
},
AerialSnippetIcon = {
link = "LspKindSnippet"
},
AerialStringIcon = {
bg = "NONE",
fg = "#587539"
link = "LspKindString"
},
AerialStructIcon = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindStruct"
},
AerialTextIcon = {
link = "LspKindText"
},
AerialTypeParameterIcon = {
bg = "NONE",
fg = "#387068"
link = "LspKindTypeParameter"
},
AerialUnitIcon = {
link = "LspKindUnit"
},
AerialValueIcon = {
link = "LspKindValue"
},
AerialVariableIcon = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindVariable"
},
AlphaButtons = {
fg = "#007197"
@@ -652,21 +646,27 @@ local highlights = {
bg = "NONE",
fg = "#188092"
},
CmpItemKindArray = {
link = "LspKindArray"
},
CmpItemKindBoolean = {
link = "LspKindBoolean"
},
CmpItemKindClass = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindClass"
},
CmpItemKindCodeium = {
bg = "NONE",
fg = "#118c74"
},
CmpItemKindColor = {
link = "LspKindColor"
},
CmpItemKindConstant = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindConstant"
},
CmpItemKindConstructor = {
bg = "NONE",
fg = "#2e7de9"
link = "LspKindConstructor"
},
CmpItemKindCopilot = {
bg = "NONE",
@@ -677,84 +677,92 @@ local highlights = {
fg = "#6172b0"
},
CmpItemKindEnum = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindEnum"
},
CmpItemKindEnumMember = {
bg = "NONE",
fg = "#387068"
link = "LspKindEnumMember"
},
CmpItemKindEvent = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindEvent"
},
CmpItemKindField = {
bg = "NONE",
fg = "#387068"
link = "LspKindField"
},
CmpItemKindFile = {
link = "LspKindFile"
},
CmpItemKindFolder = {
link = "LspKindFolder"
},
CmpItemKindFunction = {
bg = "NONE",
fg = "#2e7de9"
link = "LspKindFunction"
},
CmpItemKindInterface = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindInterface"
},
CmpItemKindKey = {
link = "LspKindKey"
},
CmpItemKindKeyword = {
bg = "NONE",
fg = "#007197"
link = "LspKindKeyword"
},
CmpItemKindMethod = {
bg = "NONE",
fg = "#2e7de9"
link = "LspKindMethod"
},
CmpItemKindModule = {
bg = "NONE",
fg = "#8c6c3e"
link = "LspKindModule"
},
CmpItemKindNamespace = {
link = "LspKindNamespace"
},
CmpItemKindNull = {
link = "LspKindNull"
},
CmpItemKindNumber = {
link = "LspKindNumber"
},
CmpItemKindObject = {
link = "LspKindObject"
},
CmpItemKindOperator = {
bg = "NONE",
fg = "#387068"
link = "LspKindOperator"
},
CmpItemKindPackage = {
bg = "NONE",
fg = "#8c6c3e"
link = "LspKindPackage"
},
CmpItemKindProperty = {
bg = "NONE",
fg = "#387068"
link = "LspKindProperty"
},
CmpItemKindReference = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindReference"
},
CmpItemKindSnippet = {
bg = "NONE",
fg = "#68709a"
link = "LspKindSnippet"
},
CmpItemKindString = {
link = "LspKindString"
},
CmpItemKindStruct = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindStruct"
},
CmpItemKindTabNine = {
bg = "NONE",
fg = "#118c74"
},
CmpItemKindText = {
link = "LspKindText"
},
CmpItemKindTypeParameter = {
bg = "NONE",
fg = "#387068"
link = "LspKindTypeParameter"
},
CmpItemKindUnit = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindUnit"
},
CmpItemKindValue = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindValue"
},
CmpItemKindVariable = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindVariable"
},
CmpItemMenu = {
bg = "NONE",
@@ -1159,6 +1167,108 @@ local highlights = {
bg = "#d9dbe5",
fg = "#8990b3"
},
LspKindArray = {
link = "@punctuation.bracket"
},
LspKindBoolean = {
link = "@boolean"
},
LspKindClass = {
link = "@type"
},
LspKindColor = {
link = "Special"
},
LspKindConstant = {
link = "@constant"
},
LspKindConstructor = {
link = "@constructor"
},
LspKindEnum = {
link = "@lsp.type.enum"
},
LspKindEnumMember = {
link = "@lsp.type.enumMember"
},
LspKindEvent = {
link = "Special"
},
LspKindField = {
link = "@field"
},
LspKindFile = {
link = "Normal"
},
LspKindFolder = {
link = "Directory"
},
LspKindFunction = {
link = "@function"
},
LspKindInterface = {
link = "@lsp.type.interface"
},
LspKindKey = {
link = "@field"
},
LspKindKeyword = {
link = "@lsp.type.keyword"
},
LspKindMethod = {
link = "@method"
},
LspKindModule = {
link = "@namespace"
},
LspKindNamespace = {
link = "@namespace"
},
LspKindNull = {
link = "@constant.builtin"
},
LspKindNumber = {
link = "@number"
},
LspKindObject = {
link = "@constant"
},
LspKindOperator = {
link = "@operator"
},
LspKindPackage = {
link = "@namespace"
},
LspKindProperty = {
link = "@property"
},
LspKindReference = {
link = "@text.reference"
},
LspKindSnippet = {
link = "Conceal"
},
LspKindString = {
link = "@string"
},
LspKindStruct = {
link = "@lsp.type.struct"
},
LspKindText = {
link = "@text"
},
LspKindTypeParameter = {
link = "@lsp.type.typeParameter"
},
LspKindUnit = {
link = "@lsp.type.struct"
},
LspKindValue = {
link = "@string"
},
LspKindVariable = {
link = "@variable"
},
LspReferenceRead = {
bg = "#a8aecb"
},
@@ -1366,112 +1476,106 @@ local highlights = {
fg = "#6172b0"
},
NavicIconsArray = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindArray"
},
NavicIconsBoolean = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindBoolean"
},
NavicIconsClass = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindClass"
},
NavicIconsColor = {
link = "LspKindColor"
},
NavicIconsConstant = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindConstant"
},
NavicIconsConstructor = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindConstructor"
},
NavicIconsEnum = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindEnum"
},
NavicIconsEnumMember = {
bg = "NONE",
fg = "#387068"
link = "LspKindEnumMember"
},
NavicIconsEvent = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindEvent"
},
NavicIconsField = {
bg = "NONE",
fg = "#387068"
link = "LspKindField"
},
NavicIconsFile = {
bg = "NONE",
fg = "#3760bf"
link = "LspKindFile"
},
NavicIconsFolder = {
link = "LspKindFolder"
},
NavicIconsFunction = {
bg = "NONE",
fg = "#2e7de9"
link = "LspKindFunction"
},
NavicIconsInterface = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindInterface"
},
NavicIconsKey = {
bg = "NONE",
fg = "#7847bd"
link = "LspKindKey"
},
NavicIconsKeyword = {
bg = "NONE",
fg = "#7847bd"
link = "LspKindKeyword"
},
NavicIconsMethod = {
bg = "NONE",
fg = "#2e7de9"
link = "LspKindMethod"
},
NavicIconsModule = {
bg = "NONE",
fg = "#8c6c3e"
link = "LspKindModule"
},
NavicIconsNamespace = {
bg = "NONE",
fg = "#3760bf"
link = "LspKindNamespace"
},
NavicIconsNull = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindNull"
},
NavicIconsNumber = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindNumber"
},
NavicIconsObject = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindObject"
},
NavicIconsOperator = {
bg = "NONE",
fg = "#3760bf"
link = "LspKindOperator"
},
NavicIconsPackage = {
bg = "NONE",
fg = "#3760bf"
link = "LspKindPackage"
},
NavicIconsProperty = {
bg = "NONE",
fg = "#387068"
link = "LspKindProperty"
},
NavicIconsReference = {
link = "LspKindReference"
},
NavicIconsSnippet = {
link = "LspKindSnippet"
},
NavicIconsString = {
bg = "NONE",
fg = "#587539"
link = "LspKindString"
},
NavicIconsStruct = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindStruct"
},
NavicIconsText = {
link = "LspKindText"
},
NavicIconsTypeParameter = {
bg = "NONE",
fg = "#387068"
link = "LspKindTypeParameter"
},
NavicIconsUnit = {
link = "LspKindUnit"
},
NavicIconsValue = {
link = "LspKindValue"
},
NavicIconsVariable = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindVariable"
},
NavicSeparator = {
bg = "NONE",
@@ -1567,93 +1671,111 @@ local highlights = {
NeotestWinSelect = {
fg = "#2e7de9"
},
NoiceCompletionItemKindArray = {
link = "LspKindArray"
},
NoiceCompletionItemKindBoolean = {
link = "LspKindBoolean"
},
NoiceCompletionItemKindClass = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindClass"
},
NoiceCompletionItemKindColor = {
link = "LspKindColor"
},
NoiceCompletionItemKindConstant = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindConstant"
},
NoiceCompletionItemKindConstructor = {
bg = "NONE",
fg = "#2e7de9"
link = "LspKindConstructor"
},
NoiceCompletionItemKindDefault = {
bg = "NONE",
fg = "#6172b0"
},
NoiceCompletionItemKindEnum = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindEnum"
},
NoiceCompletionItemKindEnumMember = {
bg = "NONE",
fg = "#387068"
link = "LspKindEnumMember"
},
NoiceCompletionItemKindEvent = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindEvent"
},
NoiceCompletionItemKindField = {
bg = "NONE",
fg = "#387068"
link = "LspKindField"
},
NoiceCompletionItemKindFile = {
link = "LspKindFile"
},
NoiceCompletionItemKindFolder = {
link = "LspKindFolder"
},
NoiceCompletionItemKindFunction = {
bg = "NONE",
fg = "#2e7de9"
link = "LspKindFunction"
},
NoiceCompletionItemKindInterface = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindInterface"
},
NoiceCompletionItemKindKey = {
link = "LspKindKey"
},
NoiceCompletionItemKindKeyword = {
bg = "NONE",
fg = "#007197"
link = "LspKindKeyword"
},
NoiceCompletionItemKindMethod = {
bg = "NONE",
fg = "#2e7de9"
link = "LspKindMethod"
},
NoiceCompletionItemKindModule = {
bg = "NONE",
fg = "#8c6c3e"
link = "LspKindModule"
},
NoiceCompletionItemKindNamespace = {
link = "LspKindNamespace"
},
NoiceCompletionItemKindNull = {
link = "LspKindNull"
},
NoiceCompletionItemKindNumber = {
link = "LspKindNumber"
},
NoiceCompletionItemKindObject = {
link = "LspKindObject"
},
NoiceCompletionItemKindOperator = {
bg = "NONE",
fg = "#387068"
link = "LspKindOperator"
},
NoiceCompletionItemKindPackage = {
link = "LspKindPackage"
},
NoiceCompletionItemKindProperty = {
bg = "NONE",
fg = "#387068"
link = "LspKindProperty"
},
NoiceCompletionItemKindReference = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindReference"
},
NoiceCompletionItemKindSnippet = {
bg = "NONE",
fg = "#68709a"
link = "LspKindSnippet"
},
NoiceCompletionItemKindString = {
link = "LspKindString"
},
NoiceCompletionItemKindStruct = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindStruct"
},
NoiceCompletionItemKindText = {
link = "LspKindText"
},
NoiceCompletionItemKindTypeParameter = {
bg = "NONE",
fg = "#387068"
link = "LspKindTypeParameter"
},
NoiceCompletionItemKindUnit = {
bg = "NONE",
fg = "#b15c00"
link = "LspKindUnit"
},
NoiceCompletionItemKindValue = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindValue"
},
NoiceCompletionItemKindVariable = {
bg = "NONE",
fg = "#9854f1"
link = "LspKindVariable"
},
NonText = {
fg = "#8990b3"

View File

@@ -327,122 +327,116 @@ local highlights = {
fg = "#ffc777"
},
AerialArrayIcon = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindArray"
},
AerialBooleanIcon = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindBoolean"
},
AerialClassIcon = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindClass"
},
AerialColorIcon = {
link = "LspKindColor"
},
AerialConstantIcon = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindConstant"
},
AerialConstructorIcon = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindConstructor"
},
AerialEnumIcon = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindEnum"
},
AerialEnumMemberIcon = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindEnumMember"
},
AerialEventIcon = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindEvent"
},
AerialFieldIcon = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindField"
},
AerialFileIcon = {
bg = "NONE",
fg = "#c8d3f5"
link = "LspKindFile"
},
AerialFolderIcon = {
link = "LspKindFolder"
},
AerialFunctionIcon = {
bg = "NONE",
fg = "#82aaff"
link = "LspKindFunction"
},
AerialGuide = {
fg = "#3b4261"
},
AerialInterfaceIcon = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindInterface"
},
AerialKeyIcon = {
bg = "NONE",
fg = "#fca7ea"
link = "LspKindKey"
},
AerialKeywordIcon = {
bg = "NONE",
fg = "#fca7ea"
link = "LspKindKeyword"
},
AerialLine = {
link = "LspInlayHint"
},
AerialMethodIcon = {
bg = "NONE",
fg = "#82aaff"
link = "LspKindMethod"
},
AerialModuleIcon = {
bg = "NONE",
fg = "#ffc777"
link = "LspKindModule"
},
AerialNamespaceIcon = {
bg = "NONE",
fg = "#86e1fc"
link = "LspKindNamespace"
},
AerialNormal = {
bg = "NONE",
fg = "#c8d3f5"
},
AerialNullIcon = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindNull"
},
AerialNumberIcon = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindNumber"
},
AerialObjectIcon = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindObject"
},
AerialOperatorIcon = {
bg = "NONE",
fg = "#89ddff"
link = "LspKindOperator"
},
AerialPackageIcon = {
bg = "NONE",
fg = "#86e1fc"
link = "LspKindPackage"
},
AerialPropertyIcon = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindProperty"
},
AerialReferenceIcon = {
link = "LspKindReference"
},
AerialSnippetIcon = {
link = "LspKindSnippet"
},
AerialStringIcon = {
bg = "NONE",
fg = "#c3e88d"
link = "LspKindString"
},
AerialStructIcon = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindStruct"
},
AerialTextIcon = {
link = "LspKindText"
},
AerialTypeParameterIcon = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindTypeParameter"
},
AerialUnitIcon = {
link = "LspKindUnit"
},
AerialValueIcon = {
link = "LspKindValue"
},
AerialVariableIcon = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindVariable"
},
AlphaButtons = {
fg = "#86e1fc"
@@ -652,21 +646,27 @@ local highlights = {
bg = "NONE",
fg = "#65bcff"
},
CmpItemKindArray = {
link = "LspKindArray"
},
CmpItemKindBoolean = {
link = "LspKindBoolean"
},
CmpItemKindClass = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindClass"
},
CmpItemKindCodeium = {
bg = "NONE",
fg = "#4fd6be"
},
CmpItemKindColor = {
link = "LspKindColor"
},
CmpItemKindConstant = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindConstant"
},
CmpItemKindConstructor = {
bg = "NONE",
fg = "#82aaff"
link = "LspKindConstructor"
},
CmpItemKindCopilot = {
bg = "NONE",
@@ -677,84 +677,92 @@ local highlights = {
fg = "#828bb8"
},
CmpItemKindEnum = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindEnum"
},
CmpItemKindEnumMember = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindEnumMember"
},
CmpItemKindEvent = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindEvent"
},
CmpItemKindField = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindField"
},
CmpItemKindFile = {
link = "LspKindFile"
},
CmpItemKindFolder = {
link = "LspKindFolder"
},
CmpItemKindFunction = {
bg = "NONE",
fg = "#82aaff"
link = "LspKindFunction"
},
CmpItemKindInterface = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindInterface"
},
CmpItemKindKey = {
link = "LspKindKey"
},
CmpItemKindKeyword = {
bg = "NONE",
fg = "#86e1fc"
link = "LspKindKeyword"
},
CmpItemKindMethod = {
bg = "NONE",
fg = "#82aaff"
link = "LspKindMethod"
},
CmpItemKindModule = {
bg = "NONE",
fg = "#ffc777"
link = "LspKindModule"
},
CmpItemKindNamespace = {
link = "LspKindNamespace"
},
CmpItemKindNull = {
link = "LspKindNull"
},
CmpItemKindNumber = {
link = "LspKindNumber"
},
CmpItemKindObject = {
link = "LspKindObject"
},
CmpItemKindOperator = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindOperator"
},
CmpItemKindPackage = {
bg = "NONE",
fg = "#ffc777"
link = "LspKindPackage"
},
CmpItemKindProperty = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindProperty"
},
CmpItemKindReference = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindReference"
},
CmpItemKindSnippet = {
bg = "NONE",
fg = "#737aa2"
link = "LspKindSnippet"
},
CmpItemKindString = {
link = "LspKindString"
},
CmpItemKindStruct = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindStruct"
},
CmpItemKindTabNine = {
bg = "NONE",
fg = "#4fd6be"
},
CmpItemKindText = {
link = "LspKindText"
},
CmpItemKindTypeParameter = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindTypeParameter"
},
CmpItemKindUnit = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindUnit"
},
CmpItemKindValue = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindValue"
},
CmpItemKindVariable = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindVariable"
},
CmpItemMenu = {
bg = "NONE",
@@ -1159,6 +1167,108 @@ local highlights = {
bg = "#24283c",
fg = "#545c7e"
},
LspKindArray = {
link = "@punctuation.bracket"
},
LspKindBoolean = {
link = "@boolean"
},
LspKindClass = {
link = "@type"
},
LspKindColor = {
link = "Special"
},
LspKindConstant = {
link = "@constant"
},
LspKindConstructor = {
link = "@constructor"
},
LspKindEnum = {
link = "@lsp.type.enum"
},
LspKindEnumMember = {
link = "@lsp.type.enumMember"
},
LspKindEvent = {
link = "Special"
},
LspKindField = {
link = "@field"
},
LspKindFile = {
link = "Normal"
},
LspKindFolder = {
link = "Directory"
},
LspKindFunction = {
link = "@function"
},
LspKindInterface = {
link = "@lsp.type.interface"
},
LspKindKey = {
link = "@field"
},
LspKindKeyword = {
link = "@lsp.type.keyword"
},
LspKindMethod = {
link = "@method"
},
LspKindModule = {
link = "@namespace"
},
LspKindNamespace = {
link = "@namespace"
},
LspKindNull = {
link = "@constant.builtin"
},
LspKindNumber = {
link = "@number"
},
LspKindObject = {
link = "@constant"
},
LspKindOperator = {
link = "@operator"
},
LspKindPackage = {
link = "@namespace"
},
LspKindProperty = {
link = "@property"
},
LspKindReference = {
link = "@text.reference"
},
LspKindSnippet = {
link = "Conceal"
},
LspKindString = {
link = "@string"
},
LspKindStruct = {
link = "@lsp.type.struct"
},
LspKindText = {
link = "@text"
},
LspKindTypeParameter = {
link = "@lsp.type.typeParameter"
},
LspKindUnit = {
link = "@lsp.type.struct"
},
LspKindValue = {
link = "@string"
},
LspKindVariable = {
link = "@variable"
},
LspReferenceRead = {
bg = "#3b4261"
},
@@ -1366,112 +1476,106 @@ local highlights = {
fg = "#828bb8"
},
NavicIconsArray = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindArray"
},
NavicIconsBoolean = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindBoolean"
},
NavicIconsClass = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindClass"
},
NavicIconsColor = {
link = "LspKindColor"
},
NavicIconsConstant = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindConstant"
},
NavicIconsConstructor = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindConstructor"
},
NavicIconsEnum = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindEnum"
},
NavicIconsEnumMember = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindEnumMember"
},
NavicIconsEvent = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindEvent"
},
NavicIconsField = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindField"
},
NavicIconsFile = {
bg = "NONE",
fg = "#c8d3f5"
link = "LspKindFile"
},
NavicIconsFolder = {
link = "LspKindFolder"
},
NavicIconsFunction = {
bg = "NONE",
fg = "#82aaff"
link = "LspKindFunction"
},
NavicIconsInterface = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindInterface"
},
NavicIconsKey = {
bg = "NONE",
fg = "#fca7ea"
link = "LspKindKey"
},
NavicIconsKeyword = {
bg = "NONE",
fg = "#fca7ea"
link = "LspKindKeyword"
},
NavicIconsMethod = {
bg = "NONE",
fg = "#82aaff"
link = "LspKindMethod"
},
NavicIconsModule = {
bg = "NONE",
fg = "#ffc777"
link = "LspKindModule"
},
NavicIconsNamespace = {
bg = "NONE",
fg = "#c8d3f5"
link = "LspKindNamespace"
},
NavicIconsNull = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindNull"
},
NavicIconsNumber = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindNumber"
},
NavicIconsObject = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindObject"
},
NavicIconsOperator = {
bg = "NONE",
fg = "#c8d3f5"
link = "LspKindOperator"
},
NavicIconsPackage = {
bg = "NONE",
fg = "#c8d3f5"
link = "LspKindPackage"
},
NavicIconsProperty = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindProperty"
},
NavicIconsReference = {
link = "LspKindReference"
},
NavicIconsSnippet = {
link = "LspKindSnippet"
},
NavicIconsString = {
bg = "NONE",
fg = "#c3e88d"
link = "LspKindString"
},
NavicIconsStruct = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindStruct"
},
NavicIconsText = {
link = "LspKindText"
},
NavicIconsTypeParameter = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindTypeParameter"
},
NavicIconsUnit = {
link = "LspKindUnit"
},
NavicIconsValue = {
link = "LspKindValue"
},
NavicIconsVariable = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindVariable"
},
NavicSeparator = {
bg = "NONE",
@@ -1567,93 +1671,111 @@ local highlights = {
NeotestWinSelect = {
fg = "#82aaff"
},
NoiceCompletionItemKindArray = {
link = "LspKindArray"
},
NoiceCompletionItemKindBoolean = {
link = "LspKindBoolean"
},
NoiceCompletionItemKindClass = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindClass"
},
NoiceCompletionItemKindColor = {
link = "LspKindColor"
},
NoiceCompletionItemKindConstant = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindConstant"
},
NoiceCompletionItemKindConstructor = {
bg = "NONE",
fg = "#82aaff"
link = "LspKindConstructor"
},
NoiceCompletionItemKindDefault = {
bg = "NONE",
fg = "#828bb8"
},
NoiceCompletionItemKindEnum = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindEnum"
},
NoiceCompletionItemKindEnumMember = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindEnumMember"
},
NoiceCompletionItemKindEvent = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindEvent"
},
NoiceCompletionItemKindField = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindField"
},
NoiceCompletionItemKindFile = {
link = "LspKindFile"
},
NoiceCompletionItemKindFolder = {
link = "LspKindFolder"
},
NoiceCompletionItemKindFunction = {
bg = "NONE",
fg = "#82aaff"
link = "LspKindFunction"
},
NoiceCompletionItemKindInterface = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindInterface"
},
NoiceCompletionItemKindKey = {
link = "LspKindKey"
},
NoiceCompletionItemKindKeyword = {
bg = "NONE",
fg = "#86e1fc"
link = "LspKindKeyword"
},
NoiceCompletionItemKindMethod = {
bg = "NONE",
fg = "#82aaff"
link = "LspKindMethod"
},
NoiceCompletionItemKindModule = {
bg = "NONE",
fg = "#ffc777"
link = "LspKindModule"
},
NoiceCompletionItemKindNamespace = {
link = "LspKindNamespace"
},
NoiceCompletionItemKindNull = {
link = "LspKindNull"
},
NoiceCompletionItemKindNumber = {
link = "LspKindNumber"
},
NoiceCompletionItemKindObject = {
link = "LspKindObject"
},
NoiceCompletionItemKindOperator = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindOperator"
},
NoiceCompletionItemKindPackage = {
link = "LspKindPackage"
},
NoiceCompletionItemKindProperty = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindProperty"
},
NoiceCompletionItemKindReference = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindReference"
},
NoiceCompletionItemKindSnippet = {
bg = "NONE",
fg = "#737aa2"
link = "LspKindSnippet"
},
NoiceCompletionItemKindString = {
link = "LspKindString"
},
NoiceCompletionItemKindStruct = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindStruct"
},
NoiceCompletionItemKindText = {
link = "LspKindText"
},
NoiceCompletionItemKindTypeParameter = {
bg = "NONE",
fg = "#4fd6be"
link = "LspKindTypeParameter"
},
NoiceCompletionItemKindUnit = {
bg = "NONE",
fg = "#ff966c"
link = "LspKindUnit"
},
NoiceCompletionItemKindValue = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindValue"
},
NoiceCompletionItemKindVariable = {
bg = "NONE",
fg = "#c099ff"
link = "LspKindVariable"
},
NonText = {
fg = "#545c7e"

View File

@@ -327,122 +327,116 @@ local highlights = {
fg = "#e0af68"
},
AerialArrayIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindArray"
},
AerialBooleanIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindBoolean"
},
AerialClassIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindClass"
},
AerialColorIcon = {
link = "LspKindColor"
},
AerialConstantIcon = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindConstant"
},
AerialConstructorIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindConstructor"
},
AerialEnumIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEnum"
},
AerialEnumMemberIcon = {
bg = "NONE",
fg = "#73daca"
link = "LspKindEnumMember"
},
AerialEventIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEvent"
},
AerialFieldIcon = {
bg = "NONE",
fg = "#73daca"
link = "LspKindField"
},
AerialFileIcon = {
bg = "NONE",
fg = "#c0caf5"
link = "LspKindFile"
},
AerialFolderIcon = {
link = "LspKindFolder"
},
AerialFunctionIcon = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindFunction"
},
AerialGuide = {
fg = "#3b4261"
},
AerialInterfaceIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindInterface"
},
AerialKeyIcon = {
bg = "NONE",
fg = "#9d7cd8"
link = "LspKindKey"
},
AerialKeywordIcon = {
bg = "NONE",
fg = "#9d7cd8"
link = "LspKindKeyword"
},
AerialLine = {
link = "LspInlayHint"
},
AerialMethodIcon = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindMethod"
},
AerialModuleIcon = {
bg = "NONE",
fg = "#e0af68"
link = "LspKindModule"
},
AerialNamespaceIcon = {
bg = "NONE",
fg = "#7dcfff"
link = "LspKindNamespace"
},
AerialNormal = {
bg = "NONE",
fg = "#c0caf5"
},
AerialNullIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindNull"
},
AerialNumberIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindNumber"
},
AerialObjectIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindObject"
},
AerialOperatorIcon = {
bg = "NONE",
fg = "#89ddff"
link = "LspKindOperator"
},
AerialPackageIcon = {
bg = "NONE",
fg = "#7dcfff"
link = "LspKindPackage"
},
AerialPropertyIcon = {
bg = "NONE",
fg = "#73daca"
link = "LspKindProperty"
},
AerialReferenceIcon = {
link = "LspKindReference"
},
AerialSnippetIcon = {
link = "LspKindSnippet"
},
AerialStringIcon = {
bg = "NONE",
fg = "#9ece6a"
link = "LspKindString"
},
AerialStructIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindStruct"
},
AerialTextIcon = {
link = "LspKindText"
},
AerialTypeParameterIcon = {
bg = "NONE",
fg = "#73daca"
link = "LspKindTypeParameter"
},
AerialUnitIcon = {
link = "LspKindUnit"
},
AerialValueIcon = {
link = "LspKindValue"
},
AerialVariableIcon = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindVariable"
},
AlphaButtons = {
fg = "#7dcfff"
@@ -652,21 +646,27 @@ local highlights = {
bg = "NONE",
fg = "#2ac3de"
},
CmpItemKindArray = {
link = "LspKindArray"
},
CmpItemKindBoolean = {
link = "LspKindBoolean"
},
CmpItemKindClass = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindClass"
},
CmpItemKindCodeium = {
bg = "NONE",
fg = "#1abc9c"
},
CmpItemKindColor = {
link = "LspKindColor"
},
CmpItemKindConstant = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindConstant"
},
CmpItemKindConstructor = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindConstructor"
},
CmpItemKindCopilot = {
bg = "NONE",
@@ -677,84 +677,92 @@ local highlights = {
fg = "#a9b1d6"
},
CmpItemKindEnum = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEnum"
},
CmpItemKindEnumMember = {
bg = "NONE",
fg = "#73daca"
link = "LspKindEnumMember"
},
CmpItemKindEvent = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEvent"
},
CmpItemKindField = {
bg = "NONE",
fg = "#73daca"
link = "LspKindField"
},
CmpItemKindFile = {
link = "LspKindFile"
},
CmpItemKindFolder = {
link = "LspKindFolder"
},
CmpItemKindFunction = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindFunction"
},
CmpItemKindInterface = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindInterface"
},
CmpItemKindKey = {
link = "LspKindKey"
},
CmpItemKindKeyword = {
bg = "NONE",
fg = "#7dcfff"
link = "LspKindKeyword"
},
CmpItemKindMethod = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindMethod"
},
CmpItemKindModule = {
bg = "NONE",
fg = "#e0af68"
link = "LspKindModule"
},
CmpItemKindNamespace = {
link = "LspKindNamespace"
},
CmpItemKindNull = {
link = "LspKindNull"
},
CmpItemKindNumber = {
link = "LspKindNumber"
},
CmpItemKindObject = {
link = "LspKindObject"
},
CmpItemKindOperator = {
bg = "NONE",
fg = "#73daca"
link = "LspKindOperator"
},
CmpItemKindPackage = {
bg = "NONE",
fg = "#e0af68"
link = "LspKindPackage"
},
CmpItemKindProperty = {
bg = "NONE",
fg = "#73daca"
link = "LspKindProperty"
},
CmpItemKindReference = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindReference"
},
CmpItemKindSnippet = {
bg = "NONE",
fg = "#737aa2"
link = "LspKindSnippet"
},
CmpItemKindString = {
link = "LspKindString"
},
CmpItemKindStruct = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindStruct"
},
CmpItemKindTabNine = {
bg = "NONE",
fg = "#1abc9c"
},
CmpItemKindText = {
link = "LspKindText"
},
CmpItemKindTypeParameter = {
bg = "NONE",
fg = "#73daca"
link = "LspKindTypeParameter"
},
CmpItemKindUnit = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindUnit"
},
CmpItemKindValue = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindValue"
},
CmpItemKindVariable = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindVariable"
},
CmpItemMenu = {
bg = "NONE",
@@ -1159,6 +1167,108 @@ local highlights = {
bg = "#1d202d",
fg = "#545c7e"
},
LspKindArray = {
link = "@punctuation.bracket"
},
LspKindBoolean = {
link = "@boolean"
},
LspKindClass = {
link = "@type"
},
LspKindColor = {
link = "Special"
},
LspKindConstant = {
link = "@constant"
},
LspKindConstructor = {
link = "@constructor"
},
LspKindEnum = {
link = "@lsp.type.enum"
},
LspKindEnumMember = {
link = "@lsp.type.enumMember"
},
LspKindEvent = {
link = "Special"
},
LspKindField = {
link = "@field"
},
LspKindFile = {
link = "Normal"
},
LspKindFolder = {
link = "Directory"
},
LspKindFunction = {
link = "@function"
},
LspKindInterface = {
link = "@lsp.type.interface"
},
LspKindKey = {
link = "@field"
},
LspKindKeyword = {
link = "@lsp.type.keyword"
},
LspKindMethod = {
link = "@method"
},
LspKindModule = {
link = "@namespace"
},
LspKindNamespace = {
link = "@namespace"
},
LspKindNull = {
link = "@constant.builtin"
},
LspKindNumber = {
link = "@number"
},
LspKindObject = {
link = "@constant"
},
LspKindOperator = {
link = "@operator"
},
LspKindPackage = {
link = "@namespace"
},
LspKindProperty = {
link = "@property"
},
LspKindReference = {
link = "@text.reference"
},
LspKindSnippet = {
link = "Conceal"
},
LspKindString = {
link = "@string"
},
LspKindStruct = {
link = "@lsp.type.struct"
},
LspKindText = {
link = "@text"
},
LspKindTypeParameter = {
link = "@lsp.type.typeParameter"
},
LspKindUnit = {
link = "@lsp.type.struct"
},
LspKindValue = {
link = "@string"
},
LspKindVariable = {
link = "@variable"
},
LspReferenceRead = {
bg = "#3b4261"
},
@@ -1366,112 +1476,106 @@ local highlights = {
fg = "#a9b1d6"
},
NavicIconsArray = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindArray"
},
NavicIconsBoolean = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindBoolean"
},
NavicIconsClass = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindClass"
},
NavicIconsColor = {
link = "LspKindColor"
},
NavicIconsConstant = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindConstant"
},
NavicIconsConstructor = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindConstructor"
},
NavicIconsEnum = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEnum"
},
NavicIconsEnumMember = {
bg = "NONE",
fg = "#73daca"
link = "LspKindEnumMember"
},
NavicIconsEvent = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEvent"
},
NavicIconsField = {
bg = "NONE",
fg = "#73daca"
link = "LspKindField"
},
NavicIconsFile = {
bg = "NONE",
fg = "#c0caf5"
link = "LspKindFile"
},
NavicIconsFolder = {
link = "LspKindFolder"
},
NavicIconsFunction = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindFunction"
},
NavicIconsInterface = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindInterface"
},
NavicIconsKey = {
bg = "NONE",
fg = "#9d7cd8"
link = "LspKindKey"
},
NavicIconsKeyword = {
bg = "NONE",
fg = "#9d7cd8"
link = "LspKindKeyword"
},
NavicIconsMethod = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindMethod"
},
NavicIconsModule = {
bg = "NONE",
fg = "#e0af68"
link = "LspKindModule"
},
NavicIconsNamespace = {
bg = "NONE",
fg = "#c0caf5"
link = "LspKindNamespace"
},
NavicIconsNull = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindNull"
},
NavicIconsNumber = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindNumber"
},
NavicIconsObject = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindObject"
},
NavicIconsOperator = {
bg = "NONE",
fg = "#c0caf5"
link = "LspKindOperator"
},
NavicIconsPackage = {
bg = "NONE",
fg = "#c0caf5"
link = "LspKindPackage"
},
NavicIconsProperty = {
bg = "NONE",
fg = "#73daca"
link = "LspKindProperty"
},
NavicIconsReference = {
link = "LspKindReference"
},
NavicIconsSnippet = {
link = "LspKindSnippet"
},
NavicIconsString = {
bg = "NONE",
fg = "#9ece6a"
link = "LspKindString"
},
NavicIconsStruct = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindStruct"
},
NavicIconsText = {
link = "LspKindText"
},
NavicIconsTypeParameter = {
bg = "NONE",
fg = "#73daca"
link = "LspKindTypeParameter"
},
NavicIconsUnit = {
link = "LspKindUnit"
},
NavicIconsValue = {
link = "LspKindValue"
},
NavicIconsVariable = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindVariable"
},
NavicSeparator = {
bg = "NONE",
@@ -1567,93 +1671,111 @@ local highlights = {
NeotestWinSelect = {
fg = "#7aa2f7"
},
NoiceCompletionItemKindArray = {
link = "LspKindArray"
},
NoiceCompletionItemKindBoolean = {
link = "LspKindBoolean"
},
NoiceCompletionItemKindClass = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindClass"
},
NoiceCompletionItemKindColor = {
link = "LspKindColor"
},
NoiceCompletionItemKindConstant = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindConstant"
},
NoiceCompletionItemKindConstructor = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindConstructor"
},
NoiceCompletionItemKindDefault = {
bg = "NONE",
fg = "#a9b1d6"
},
NoiceCompletionItemKindEnum = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEnum"
},
NoiceCompletionItemKindEnumMember = {
bg = "NONE",
fg = "#73daca"
link = "LspKindEnumMember"
},
NoiceCompletionItemKindEvent = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEvent"
},
NoiceCompletionItemKindField = {
bg = "NONE",
fg = "#73daca"
link = "LspKindField"
},
NoiceCompletionItemKindFile = {
link = "LspKindFile"
},
NoiceCompletionItemKindFolder = {
link = "LspKindFolder"
},
NoiceCompletionItemKindFunction = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindFunction"
},
NoiceCompletionItemKindInterface = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindInterface"
},
NoiceCompletionItemKindKey = {
link = "LspKindKey"
},
NoiceCompletionItemKindKeyword = {
bg = "NONE",
fg = "#7dcfff"
link = "LspKindKeyword"
},
NoiceCompletionItemKindMethod = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindMethod"
},
NoiceCompletionItemKindModule = {
bg = "NONE",
fg = "#e0af68"
link = "LspKindModule"
},
NoiceCompletionItemKindNamespace = {
link = "LspKindNamespace"
},
NoiceCompletionItemKindNull = {
link = "LspKindNull"
},
NoiceCompletionItemKindNumber = {
link = "LspKindNumber"
},
NoiceCompletionItemKindObject = {
link = "LspKindObject"
},
NoiceCompletionItemKindOperator = {
bg = "NONE",
fg = "#73daca"
link = "LspKindOperator"
},
NoiceCompletionItemKindPackage = {
link = "LspKindPackage"
},
NoiceCompletionItemKindProperty = {
bg = "NONE",
fg = "#73daca"
link = "LspKindProperty"
},
NoiceCompletionItemKindReference = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindReference"
},
NoiceCompletionItemKindSnippet = {
bg = "NONE",
fg = "#737aa2"
link = "LspKindSnippet"
},
NoiceCompletionItemKindString = {
link = "LspKindString"
},
NoiceCompletionItemKindStruct = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindStruct"
},
NoiceCompletionItemKindText = {
link = "LspKindText"
},
NoiceCompletionItemKindTypeParameter = {
bg = "NONE",
fg = "#73daca"
link = "LspKindTypeParameter"
},
NoiceCompletionItemKindUnit = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindUnit"
},
NoiceCompletionItemKindValue = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindValue"
},
NoiceCompletionItemKindVariable = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindVariable"
},
NonText = {
fg = "#545c7e"

View File

@@ -327,122 +327,116 @@ local highlights = {
fg = "#e0af68"
},
AerialArrayIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindArray"
},
AerialBooleanIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindBoolean"
},
AerialClassIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindClass"
},
AerialColorIcon = {
link = "LspKindColor"
},
AerialConstantIcon = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindConstant"
},
AerialConstructorIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindConstructor"
},
AerialEnumIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEnum"
},
AerialEnumMemberIcon = {
bg = "NONE",
fg = "#73daca"
link = "LspKindEnumMember"
},
AerialEventIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEvent"
},
AerialFieldIcon = {
bg = "NONE",
fg = "#73daca"
link = "LspKindField"
},
AerialFileIcon = {
bg = "NONE",
fg = "#c0caf5"
link = "LspKindFile"
},
AerialFolderIcon = {
link = "LspKindFolder"
},
AerialFunctionIcon = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindFunction"
},
AerialGuide = {
fg = "#3b4261"
},
AerialInterfaceIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindInterface"
},
AerialKeyIcon = {
bg = "NONE",
fg = "#9d7cd8"
link = "LspKindKey"
},
AerialKeywordIcon = {
bg = "NONE",
fg = "#9d7cd8"
link = "LspKindKeyword"
},
AerialLine = {
link = "LspInlayHint"
},
AerialMethodIcon = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindMethod"
},
AerialModuleIcon = {
bg = "NONE",
fg = "#e0af68"
link = "LspKindModule"
},
AerialNamespaceIcon = {
bg = "NONE",
fg = "#7dcfff"
link = "LspKindNamespace"
},
AerialNormal = {
bg = "NONE",
fg = "#c0caf5"
},
AerialNullIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindNull"
},
AerialNumberIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindNumber"
},
AerialObjectIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindObject"
},
AerialOperatorIcon = {
bg = "NONE",
fg = "#89ddff"
link = "LspKindOperator"
},
AerialPackageIcon = {
bg = "NONE",
fg = "#7dcfff"
link = "LspKindPackage"
},
AerialPropertyIcon = {
bg = "NONE",
fg = "#73daca"
link = "LspKindProperty"
},
AerialReferenceIcon = {
link = "LspKindReference"
},
AerialSnippetIcon = {
link = "LspKindSnippet"
},
AerialStringIcon = {
bg = "NONE",
fg = "#9ece6a"
link = "LspKindString"
},
AerialStructIcon = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindStruct"
},
AerialTextIcon = {
link = "LspKindText"
},
AerialTypeParameterIcon = {
bg = "NONE",
fg = "#73daca"
link = "LspKindTypeParameter"
},
AerialUnitIcon = {
link = "LspKindUnit"
},
AerialValueIcon = {
link = "LspKindValue"
},
AerialVariableIcon = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindVariable"
},
AlphaButtons = {
fg = "#7dcfff"
@@ -652,21 +646,27 @@ local highlights = {
bg = "NONE",
fg = "#2ac3de"
},
CmpItemKindArray = {
link = "LspKindArray"
},
CmpItemKindBoolean = {
link = "LspKindBoolean"
},
CmpItemKindClass = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindClass"
},
CmpItemKindCodeium = {
bg = "NONE",
fg = "#1abc9c"
},
CmpItemKindColor = {
link = "LspKindColor"
},
CmpItemKindConstant = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindConstant"
},
CmpItemKindConstructor = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindConstructor"
},
CmpItemKindCopilot = {
bg = "NONE",
@@ -677,84 +677,92 @@ local highlights = {
fg = "#a9b1d6"
},
CmpItemKindEnum = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEnum"
},
CmpItemKindEnumMember = {
bg = "NONE",
fg = "#73daca"
link = "LspKindEnumMember"
},
CmpItemKindEvent = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEvent"
},
CmpItemKindField = {
bg = "NONE",
fg = "#73daca"
link = "LspKindField"
},
CmpItemKindFile = {
link = "LspKindFile"
},
CmpItemKindFolder = {
link = "LspKindFolder"
},
CmpItemKindFunction = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindFunction"
},
CmpItemKindInterface = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindInterface"
},
CmpItemKindKey = {
link = "LspKindKey"
},
CmpItemKindKeyword = {
bg = "NONE",
fg = "#7dcfff"
link = "LspKindKeyword"
},
CmpItemKindMethod = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindMethod"
},
CmpItemKindModule = {
bg = "NONE",
fg = "#e0af68"
link = "LspKindModule"
},
CmpItemKindNamespace = {
link = "LspKindNamespace"
},
CmpItemKindNull = {
link = "LspKindNull"
},
CmpItemKindNumber = {
link = "LspKindNumber"
},
CmpItemKindObject = {
link = "LspKindObject"
},
CmpItemKindOperator = {
bg = "NONE",
fg = "#73daca"
link = "LspKindOperator"
},
CmpItemKindPackage = {
bg = "NONE",
fg = "#e0af68"
link = "LspKindPackage"
},
CmpItemKindProperty = {
bg = "NONE",
fg = "#73daca"
link = "LspKindProperty"
},
CmpItemKindReference = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindReference"
},
CmpItemKindSnippet = {
bg = "NONE",
fg = "#737aa2"
link = "LspKindSnippet"
},
CmpItemKindString = {
link = "LspKindString"
},
CmpItemKindStruct = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindStruct"
},
CmpItemKindTabNine = {
bg = "NONE",
fg = "#1abc9c"
},
CmpItemKindText = {
link = "LspKindText"
},
CmpItemKindTypeParameter = {
bg = "NONE",
fg = "#73daca"
link = "LspKindTypeParameter"
},
CmpItemKindUnit = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindUnit"
},
CmpItemKindValue = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindValue"
},
CmpItemKindVariable = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindVariable"
},
CmpItemMenu = {
bg = "NONE",
@@ -1159,6 +1167,108 @@ local highlights = {
bg = "#262c40",
fg = "#545c7e"
},
LspKindArray = {
link = "@punctuation.bracket"
},
LspKindBoolean = {
link = "@boolean"
},
LspKindClass = {
link = "@type"
},
LspKindColor = {
link = "Special"
},
LspKindConstant = {
link = "@constant"
},
LspKindConstructor = {
link = "@constructor"
},
LspKindEnum = {
link = "@lsp.type.enum"
},
LspKindEnumMember = {
link = "@lsp.type.enumMember"
},
LspKindEvent = {
link = "Special"
},
LspKindField = {
link = "@field"
},
LspKindFile = {
link = "Normal"
},
LspKindFolder = {
link = "Directory"
},
LspKindFunction = {
link = "@function"
},
LspKindInterface = {
link = "@lsp.type.interface"
},
LspKindKey = {
link = "@field"
},
LspKindKeyword = {
link = "@lsp.type.keyword"
},
LspKindMethod = {
link = "@method"
},
LspKindModule = {
link = "@namespace"
},
LspKindNamespace = {
link = "@namespace"
},
LspKindNull = {
link = "@constant.builtin"
},
LspKindNumber = {
link = "@number"
},
LspKindObject = {
link = "@constant"
},
LspKindOperator = {
link = "@operator"
},
LspKindPackage = {
link = "@namespace"
},
LspKindProperty = {
link = "@property"
},
LspKindReference = {
link = "@text.reference"
},
LspKindSnippet = {
link = "Conceal"
},
LspKindString = {
link = "@string"
},
LspKindStruct = {
link = "@lsp.type.struct"
},
LspKindText = {
link = "@text"
},
LspKindTypeParameter = {
link = "@lsp.type.typeParameter"
},
LspKindUnit = {
link = "@lsp.type.struct"
},
LspKindValue = {
link = "@string"
},
LspKindVariable = {
link = "@variable"
},
LspReferenceRead = {
bg = "#3b4261"
},
@@ -1366,112 +1476,106 @@ local highlights = {
fg = "#a9b1d6"
},
NavicIconsArray = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindArray"
},
NavicIconsBoolean = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindBoolean"
},
NavicIconsClass = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindClass"
},
NavicIconsColor = {
link = "LspKindColor"
},
NavicIconsConstant = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindConstant"
},
NavicIconsConstructor = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindConstructor"
},
NavicIconsEnum = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEnum"
},
NavicIconsEnumMember = {
bg = "NONE",
fg = "#73daca"
link = "LspKindEnumMember"
},
NavicIconsEvent = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEvent"
},
NavicIconsField = {
bg = "NONE",
fg = "#73daca"
link = "LspKindField"
},
NavicIconsFile = {
bg = "NONE",
fg = "#c0caf5"
link = "LspKindFile"
},
NavicIconsFolder = {
link = "LspKindFolder"
},
NavicIconsFunction = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindFunction"
},
NavicIconsInterface = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindInterface"
},
NavicIconsKey = {
bg = "NONE",
fg = "#9d7cd8"
link = "LspKindKey"
},
NavicIconsKeyword = {
bg = "NONE",
fg = "#9d7cd8"
link = "LspKindKeyword"
},
NavicIconsMethod = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindMethod"
},
NavicIconsModule = {
bg = "NONE",
fg = "#e0af68"
link = "LspKindModule"
},
NavicIconsNamespace = {
bg = "NONE",
fg = "#c0caf5"
link = "LspKindNamespace"
},
NavicIconsNull = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindNull"
},
NavicIconsNumber = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindNumber"
},
NavicIconsObject = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindObject"
},
NavicIconsOperator = {
bg = "NONE",
fg = "#c0caf5"
link = "LspKindOperator"
},
NavicIconsPackage = {
bg = "NONE",
fg = "#c0caf5"
link = "LspKindPackage"
},
NavicIconsProperty = {
bg = "NONE",
fg = "#73daca"
link = "LspKindProperty"
},
NavicIconsReference = {
link = "LspKindReference"
},
NavicIconsSnippet = {
link = "LspKindSnippet"
},
NavicIconsString = {
bg = "NONE",
fg = "#9ece6a"
link = "LspKindString"
},
NavicIconsStruct = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindStruct"
},
NavicIconsText = {
link = "LspKindText"
},
NavicIconsTypeParameter = {
bg = "NONE",
fg = "#73daca"
link = "LspKindTypeParameter"
},
NavicIconsUnit = {
link = "LspKindUnit"
},
NavicIconsValue = {
link = "LspKindValue"
},
NavicIconsVariable = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindVariable"
},
NavicSeparator = {
bg = "NONE",
@@ -1567,93 +1671,111 @@ local highlights = {
NeotestWinSelect = {
fg = "#7aa2f7"
},
NoiceCompletionItemKindArray = {
link = "LspKindArray"
},
NoiceCompletionItemKindBoolean = {
link = "LspKindBoolean"
},
NoiceCompletionItemKindClass = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindClass"
},
NoiceCompletionItemKindColor = {
link = "LspKindColor"
},
NoiceCompletionItemKindConstant = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindConstant"
},
NoiceCompletionItemKindConstructor = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindConstructor"
},
NoiceCompletionItemKindDefault = {
bg = "NONE",
fg = "#a9b1d6"
},
NoiceCompletionItemKindEnum = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEnum"
},
NoiceCompletionItemKindEnumMember = {
bg = "NONE",
fg = "#73daca"
link = "LspKindEnumMember"
},
NoiceCompletionItemKindEvent = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindEvent"
},
NoiceCompletionItemKindField = {
bg = "NONE",
fg = "#73daca"
link = "LspKindField"
},
NoiceCompletionItemKindFile = {
link = "LspKindFile"
},
NoiceCompletionItemKindFolder = {
link = "LspKindFolder"
},
NoiceCompletionItemKindFunction = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindFunction"
},
NoiceCompletionItemKindInterface = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindInterface"
},
NoiceCompletionItemKindKey = {
link = "LspKindKey"
},
NoiceCompletionItemKindKeyword = {
bg = "NONE",
fg = "#7dcfff"
link = "LspKindKeyword"
},
NoiceCompletionItemKindMethod = {
bg = "NONE",
fg = "#7aa2f7"
link = "LspKindMethod"
},
NoiceCompletionItemKindModule = {
bg = "NONE",
fg = "#e0af68"
link = "LspKindModule"
},
NoiceCompletionItemKindNamespace = {
link = "LspKindNamespace"
},
NoiceCompletionItemKindNull = {
link = "LspKindNull"
},
NoiceCompletionItemKindNumber = {
link = "LspKindNumber"
},
NoiceCompletionItemKindObject = {
link = "LspKindObject"
},
NoiceCompletionItemKindOperator = {
bg = "NONE",
fg = "#73daca"
link = "LspKindOperator"
},
NoiceCompletionItemKindPackage = {
link = "LspKindPackage"
},
NoiceCompletionItemKindProperty = {
bg = "NONE",
fg = "#73daca"
link = "LspKindProperty"
},
NoiceCompletionItemKindReference = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindReference"
},
NoiceCompletionItemKindSnippet = {
bg = "NONE",
fg = "#737aa2"
link = "LspKindSnippet"
},
NoiceCompletionItemKindString = {
link = "LspKindString"
},
NoiceCompletionItemKindStruct = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindStruct"
},
NoiceCompletionItemKindText = {
link = "LspKindText"
},
NoiceCompletionItemKindTypeParameter = {
bg = "NONE",
fg = "#73daca"
link = "LspKindTypeParameter"
},
NoiceCompletionItemKindUnit = {
bg = "NONE",
fg = "#ff9e64"
link = "LspKindUnit"
},
NoiceCompletionItemKindValue = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindValue"
},
NoiceCompletionItemKindVariable = {
bg = "NONE",
fg = "#bb9af7"
link = "LspKindVariable"
},
NonText = {
fg = "#545c7e"