chore(build): auto-generate extras
This commit is contained in:
@@ -327,122 +327,116 @@ local highlights = {
|
|||||||
fg = "#8c6c3e"
|
fg = "#8c6c3e"
|
||||||
},
|
},
|
||||||
AerialArrayIcon = {
|
AerialArrayIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindArray"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
AerialBooleanIcon = {
|
AerialBooleanIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindBoolean"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
AerialClassIcon = {
|
AerialClassIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#b15c00"
|
},
|
||||||
|
AerialColorIcon = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
AerialConstantIcon = {
|
AerialConstantIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
AerialConstructorIcon = {
|
AerialConstructorIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
AerialEnumIcon = {
|
AerialEnumIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
AerialEnumMemberIcon = {
|
AerialEnumMemberIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#387068"
|
|
||||||
},
|
},
|
||||||
AerialEventIcon = {
|
AerialEventIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
AerialFieldIcon = {
|
AerialFieldIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#387068"
|
|
||||||
},
|
},
|
||||||
AerialFileIcon = {
|
AerialFileIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindFile"
|
||||||
fg = "#3760bf"
|
},
|
||||||
|
AerialFolderIcon = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
AerialFunctionIcon = {
|
AerialFunctionIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#2e7de9"
|
|
||||||
},
|
},
|
||||||
AerialGuide = {
|
AerialGuide = {
|
||||||
fg = "#a8aecb"
|
fg = "#a8aecb"
|
||||||
},
|
},
|
||||||
AerialInterfaceIcon = {
|
AerialInterfaceIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
AerialKeyIcon = {
|
AerialKeyIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindKey"
|
||||||
fg = "#7847bd"
|
|
||||||
},
|
},
|
||||||
AerialKeywordIcon = {
|
AerialKeywordIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#7847bd"
|
|
||||||
},
|
},
|
||||||
AerialLine = {
|
AerialLine = {
|
||||||
link = "LspInlayHint"
|
link = "LspInlayHint"
|
||||||
},
|
},
|
||||||
AerialMethodIcon = {
|
AerialMethodIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#2e7de9"
|
|
||||||
},
|
},
|
||||||
AerialModuleIcon = {
|
AerialModuleIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#8c6c3e"
|
|
||||||
},
|
},
|
||||||
AerialNamespaceIcon = {
|
AerialNamespaceIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNamespace"
|
||||||
fg = "#007197"
|
|
||||||
},
|
},
|
||||||
AerialNormal = {
|
AerialNormal = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#3760bf"
|
fg = "#3760bf"
|
||||||
},
|
},
|
||||||
AerialNullIcon = {
|
AerialNullIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNull"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
AerialNumberIcon = {
|
AerialNumberIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNumber"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
AerialObjectIcon = {
|
AerialObjectIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindObject"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
AerialOperatorIcon = {
|
AerialOperatorIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#006a83"
|
|
||||||
},
|
},
|
||||||
AerialPackageIcon = {
|
AerialPackageIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#007197"
|
|
||||||
},
|
},
|
||||||
AerialPropertyIcon = {
|
AerialPropertyIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#387068"
|
},
|
||||||
|
AerialReferenceIcon = {
|
||||||
|
link = "LspKindReference"
|
||||||
|
},
|
||||||
|
AerialSnippetIcon = {
|
||||||
|
link = "LspKindSnippet"
|
||||||
},
|
},
|
||||||
AerialStringIcon = {
|
AerialStringIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindString"
|
||||||
fg = "#587539"
|
|
||||||
},
|
},
|
||||||
AerialStructIcon = {
|
AerialStructIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#b15c00"
|
},
|
||||||
|
AerialTextIcon = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
AerialTypeParameterIcon = {
|
AerialTypeParameterIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#387068"
|
},
|
||||||
|
AerialUnitIcon = {
|
||||||
|
link = "LspKindUnit"
|
||||||
|
},
|
||||||
|
AerialValueIcon = {
|
||||||
|
link = "LspKindValue"
|
||||||
},
|
},
|
||||||
AerialVariableIcon = {
|
AerialVariableIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
AlphaButtons = {
|
AlphaButtons = {
|
||||||
fg = "#007197"
|
fg = "#007197"
|
||||||
@@ -652,21 +646,27 @@ local highlights = {
|
|||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#188092"
|
fg = "#188092"
|
||||||
},
|
},
|
||||||
|
CmpItemKindArray = {
|
||||||
|
link = "LspKindArray"
|
||||||
|
},
|
||||||
|
CmpItemKindBoolean = {
|
||||||
|
link = "LspKindBoolean"
|
||||||
|
},
|
||||||
CmpItemKindClass = {
|
CmpItemKindClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
CmpItemKindCodeium = {
|
CmpItemKindCodeium = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#118c74"
|
fg = "#118c74"
|
||||||
},
|
},
|
||||||
|
CmpItemKindColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
|
},
|
||||||
CmpItemKindConstant = {
|
CmpItemKindConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
CmpItemKindConstructor = {
|
CmpItemKindConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#2e7de9"
|
|
||||||
},
|
},
|
||||||
CmpItemKindCopilot = {
|
CmpItemKindCopilot = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -677,84 +677,92 @@ local highlights = {
|
|||||||
fg = "#6172b0"
|
fg = "#6172b0"
|
||||||
},
|
},
|
||||||
CmpItemKindEnum = {
|
CmpItemKindEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
CmpItemKindEnumMember = {
|
CmpItemKindEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#387068"
|
|
||||||
},
|
},
|
||||||
CmpItemKindEvent = {
|
CmpItemKindEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
CmpItemKindField = {
|
CmpItemKindField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#387068"
|
},
|
||||||
|
CmpItemKindFile = {
|
||||||
|
link = "LspKindFile"
|
||||||
|
},
|
||||||
|
CmpItemKindFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
CmpItemKindFunction = {
|
CmpItemKindFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#2e7de9"
|
|
||||||
},
|
},
|
||||||
CmpItemKindInterface = {
|
CmpItemKindInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#b15c00"
|
},
|
||||||
|
CmpItemKindKey = {
|
||||||
|
link = "LspKindKey"
|
||||||
},
|
},
|
||||||
CmpItemKindKeyword = {
|
CmpItemKindKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#007197"
|
|
||||||
},
|
},
|
||||||
CmpItemKindMethod = {
|
CmpItemKindMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#2e7de9"
|
|
||||||
},
|
},
|
||||||
CmpItemKindModule = {
|
CmpItemKindModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#8c6c3e"
|
},
|
||||||
|
CmpItemKindNamespace = {
|
||||||
|
link = "LspKindNamespace"
|
||||||
|
},
|
||||||
|
CmpItemKindNull = {
|
||||||
|
link = "LspKindNull"
|
||||||
|
},
|
||||||
|
CmpItemKindNumber = {
|
||||||
|
link = "LspKindNumber"
|
||||||
|
},
|
||||||
|
CmpItemKindObject = {
|
||||||
|
link = "LspKindObject"
|
||||||
},
|
},
|
||||||
CmpItemKindOperator = {
|
CmpItemKindOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#387068"
|
|
||||||
},
|
},
|
||||||
CmpItemKindPackage = {
|
CmpItemKindPackage = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#8c6c3e"
|
|
||||||
},
|
},
|
||||||
CmpItemKindProperty = {
|
CmpItemKindProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#387068"
|
|
||||||
},
|
},
|
||||||
CmpItemKindReference = {
|
CmpItemKindReference = {
|
||||||
bg = "NONE",
|
link = "LspKindReference"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
CmpItemKindSnippet = {
|
CmpItemKindSnippet = {
|
||||||
bg = "NONE",
|
link = "LspKindSnippet"
|
||||||
fg = "#68709a"
|
},
|
||||||
|
CmpItemKindString = {
|
||||||
|
link = "LspKindString"
|
||||||
},
|
},
|
||||||
CmpItemKindStruct = {
|
CmpItemKindStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
CmpItemKindTabNine = {
|
CmpItemKindTabNine = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#118c74"
|
fg = "#118c74"
|
||||||
},
|
},
|
||||||
|
CmpItemKindText = {
|
||||||
|
link = "LspKindText"
|
||||||
|
},
|
||||||
CmpItemKindTypeParameter = {
|
CmpItemKindTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#387068"
|
|
||||||
},
|
},
|
||||||
CmpItemKindUnit = {
|
CmpItemKindUnit = {
|
||||||
bg = "NONE",
|
link = "LspKindUnit"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
CmpItemKindValue = {
|
CmpItemKindValue = {
|
||||||
bg = "NONE",
|
link = "LspKindValue"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
CmpItemKindVariable = {
|
CmpItemKindVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
CmpItemMenu = {
|
CmpItemMenu = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -1159,6 +1167,108 @@ local highlights = {
|
|||||||
bg = "#d9dbe5",
|
bg = "#d9dbe5",
|
||||||
fg = "#8990b3"
|
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 = {
|
LspReferenceRead = {
|
||||||
bg = "#a8aecb"
|
bg = "#a8aecb"
|
||||||
},
|
},
|
||||||
@@ -1366,112 +1476,106 @@ local highlights = {
|
|||||||
fg = "#6172b0"
|
fg = "#6172b0"
|
||||||
},
|
},
|
||||||
NavicIconsArray = {
|
NavicIconsArray = {
|
||||||
bg = "NONE",
|
link = "LspKindArray"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NavicIconsBoolean = {
|
NavicIconsBoolean = {
|
||||||
bg = "NONE",
|
link = "LspKindBoolean"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NavicIconsClass = {
|
NavicIconsClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#b15c00"
|
},
|
||||||
|
NavicIconsColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
NavicIconsConstant = {
|
NavicIconsConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
NavicIconsConstructor = {
|
NavicIconsConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NavicIconsEnum = {
|
NavicIconsEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NavicIconsEnumMember = {
|
NavicIconsEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#387068"
|
|
||||||
},
|
},
|
||||||
NavicIconsEvent = {
|
NavicIconsEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NavicIconsField = {
|
NavicIconsField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#387068"
|
|
||||||
},
|
},
|
||||||
NavicIconsFile = {
|
NavicIconsFile = {
|
||||||
bg = "NONE",
|
link = "LspKindFile"
|
||||||
fg = "#3760bf"
|
},
|
||||||
|
NavicIconsFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
NavicIconsFunction = {
|
NavicIconsFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#2e7de9"
|
|
||||||
},
|
},
|
||||||
NavicIconsInterface = {
|
NavicIconsInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NavicIconsKey = {
|
NavicIconsKey = {
|
||||||
bg = "NONE",
|
link = "LspKindKey"
|
||||||
fg = "#7847bd"
|
|
||||||
},
|
},
|
||||||
NavicIconsKeyword = {
|
NavicIconsKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#7847bd"
|
|
||||||
},
|
},
|
||||||
NavicIconsMethod = {
|
NavicIconsMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#2e7de9"
|
|
||||||
},
|
},
|
||||||
NavicIconsModule = {
|
NavicIconsModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#8c6c3e"
|
|
||||||
},
|
},
|
||||||
NavicIconsNamespace = {
|
NavicIconsNamespace = {
|
||||||
bg = "NONE",
|
link = "LspKindNamespace"
|
||||||
fg = "#3760bf"
|
|
||||||
},
|
},
|
||||||
NavicIconsNull = {
|
NavicIconsNull = {
|
||||||
bg = "NONE",
|
link = "LspKindNull"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NavicIconsNumber = {
|
NavicIconsNumber = {
|
||||||
bg = "NONE",
|
link = "LspKindNumber"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NavicIconsObject = {
|
NavicIconsObject = {
|
||||||
bg = "NONE",
|
link = "LspKindObject"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NavicIconsOperator = {
|
NavicIconsOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#3760bf"
|
|
||||||
},
|
},
|
||||||
NavicIconsPackage = {
|
NavicIconsPackage = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#3760bf"
|
|
||||||
},
|
},
|
||||||
NavicIconsProperty = {
|
NavicIconsProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#387068"
|
},
|
||||||
|
NavicIconsReference = {
|
||||||
|
link = "LspKindReference"
|
||||||
|
},
|
||||||
|
NavicIconsSnippet = {
|
||||||
|
link = "LspKindSnippet"
|
||||||
},
|
},
|
||||||
NavicIconsString = {
|
NavicIconsString = {
|
||||||
bg = "NONE",
|
link = "LspKindString"
|
||||||
fg = "#587539"
|
|
||||||
},
|
},
|
||||||
NavicIconsStruct = {
|
NavicIconsStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#b15c00"
|
},
|
||||||
|
NavicIconsText = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
NavicIconsTypeParameter = {
|
NavicIconsTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#387068"
|
},
|
||||||
|
NavicIconsUnit = {
|
||||||
|
link = "LspKindUnit"
|
||||||
|
},
|
||||||
|
NavicIconsValue = {
|
||||||
|
link = "LspKindValue"
|
||||||
},
|
},
|
||||||
NavicIconsVariable = {
|
NavicIconsVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
NavicSeparator = {
|
NavicSeparator = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -1567,93 +1671,111 @@ local highlights = {
|
|||||||
NeotestWinSelect = {
|
NeotestWinSelect = {
|
||||||
fg = "#2e7de9"
|
fg = "#2e7de9"
|
||||||
},
|
},
|
||||||
|
NoiceCompletionItemKindArray = {
|
||||||
|
link = "LspKindArray"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindBoolean = {
|
||||||
|
link = "LspKindBoolean"
|
||||||
|
},
|
||||||
NoiceCompletionItemKindClass = {
|
NoiceCompletionItemKindClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#b15c00"
|
},
|
||||||
|
NoiceCompletionItemKindColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindConstant = {
|
NoiceCompletionItemKindConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindConstructor = {
|
NoiceCompletionItemKindConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#2e7de9"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindDefault = {
|
NoiceCompletionItemKindDefault = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#6172b0"
|
fg = "#6172b0"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEnum = {
|
NoiceCompletionItemKindEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEnumMember = {
|
NoiceCompletionItemKindEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#387068"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEvent = {
|
NoiceCompletionItemKindEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindField = {
|
NoiceCompletionItemKindField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#387068"
|
},
|
||||||
|
NoiceCompletionItemKindFile = {
|
||||||
|
link = "LspKindFile"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindFunction = {
|
NoiceCompletionItemKindFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#2e7de9"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindInterface = {
|
NoiceCompletionItemKindInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#b15c00"
|
},
|
||||||
|
NoiceCompletionItemKindKey = {
|
||||||
|
link = "LspKindKey"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindKeyword = {
|
NoiceCompletionItemKindKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#007197"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindMethod = {
|
NoiceCompletionItemKindMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#2e7de9"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindModule = {
|
NoiceCompletionItemKindModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#8c6c3e"
|
},
|
||||||
|
NoiceCompletionItemKindNamespace = {
|
||||||
|
link = "LspKindNamespace"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindNull = {
|
||||||
|
link = "LspKindNull"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindNumber = {
|
||||||
|
link = "LspKindNumber"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindObject = {
|
||||||
|
link = "LspKindObject"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindOperator = {
|
NoiceCompletionItemKindOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#387068"
|
},
|
||||||
|
NoiceCompletionItemKindPackage = {
|
||||||
|
link = "LspKindPackage"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindProperty = {
|
NoiceCompletionItemKindProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#387068"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindReference = {
|
NoiceCompletionItemKindReference = {
|
||||||
bg = "NONE",
|
link = "LspKindReference"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindSnippet = {
|
NoiceCompletionItemKindSnippet = {
|
||||||
bg = "NONE",
|
link = "LspKindSnippet"
|
||||||
fg = "#68709a"
|
},
|
||||||
|
NoiceCompletionItemKindString = {
|
||||||
|
link = "LspKindString"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindStruct = {
|
NoiceCompletionItemKindStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#b15c00"
|
},
|
||||||
|
NoiceCompletionItemKindText = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindTypeParameter = {
|
NoiceCompletionItemKindTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#387068"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindUnit = {
|
NoiceCompletionItemKindUnit = {
|
||||||
bg = "NONE",
|
link = "LspKindUnit"
|
||||||
fg = "#b15c00"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindValue = {
|
NoiceCompletionItemKindValue = {
|
||||||
bg = "NONE",
|
link = "LspKindValue"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindVariable = {
|
NoiceCompletionItemKindVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#9854f1"
|
|
||||||
},
|
},
|
||||||
NonText = {
|
NonText = {
|
||||||
fg = "#8990b3"
|
fg = "#8990b3"
|
||||||
|
|||||||
@@ -327,122 +327,116 @@ local highlights = {
|
|||||||
fg = "#ffc777"
|
fg = "#ffc777"
|
||||||
},
|
},
|
||||||
AerialArrayIcon = {
|
AerialArrayIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindArray"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
AerialBooleanIcon = {
|
AerialBooleanIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindBoolean"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
AerialClassIcon = {
|
AerialClassIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff966c"
|
},
|
||||||
|
AerialColorIcon = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
AerialConstantIcon = {
|
AerialConstantIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
AerialConstructorIcon = {
|
AerialConstructorIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
AerialEnumIcon = {
|
AerialEnumIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
AerialEnumMemberIcon = {
|
AerialEnumMemberIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#4fd6be"
|
|
||||||
},
|
},
|
||||||
AerialEventIcon = {
|
AerialEventIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
AerialFieldIcon = {
|
AerialFieldIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#4fd6be"
|
|
||||||
},
|
},
|
||||||
AerialFileIcon = {
|
AerialFileIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindFile"
|
||||||
fg = "#c8d3f5"
|
},
|
||||||
|
AerialFolderIcon = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
AerialFunctionIcon = {
|
AerialFunctionIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#82aaff"
|
|
||||||
},
|
},
|
||||||
AerialGuide = {
|
AerialGuide = {
|
||||||
fg = "#3b4261"
|
fg = "#3b4261"
|
||||||
},
|
},
|
||||||
AerialInterfaceIcon = {
|
AerialInterfaceIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
AerialKeyIcon = {
|
AerialKeyIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindKey"
|
||||||
fg = "#fca7ea"
|
|
||||||
},
|
},
|
||||||
AerialKeywordIcon = {
|
AerialKeywordIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#fca7ea"
|
|
||||||
},
|
},
|
||||||
AerialLine = {
|
AerialLine = {
|
||||||
link = "LspInlayHint"
|
link = "LspInlayHint"
|
||||||
},
|
},
|
||||||
AerialMethodIcon = {
|
AerialMethodIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#82aaff"
|
|
||||||
},
|
},
|
||||||
AerialModuleIcon = {
|
AerialModuleIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#ffc777"
|
|
||||||
},
|
},
|
||||||
AerialNamespaceIcon = {
|
AerialNamespaceIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNamespace"
|
||||||
fg = "#86e1fc"
|
|
||||||
},
|
},
|
||||||
AerialNormal = {
|
AerialNormal = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#c8d3f5"
|
fg = "#c8d3f5"
|
||||||
},
|
},
|
||||||
AerialNullIcon = {
|
AerialNullIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNull"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
AerialNumberIcon = {
|
AerialNumberIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNumber"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
AerialObjectIcon = {
|
AerialObjectIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindObject"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
AerialOperatorIcon = {
|
AerialOperatorIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#89ddff"
|
|
||||||
},
|
},
|
||||||
AerialPackageIcon = {
|
AerialPackageIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#86e1fc"
|
|
||||||
},
|
},
|
||||||
AerialPropertyIcon = {
|
AerialPropertyIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#4fd6be"
|
},
|
||||||
|
AerialReferenceIcon = {
|
||||||
|
link = "LspKindReference"
|
||||||
|
},
|
||||||
|
AerialSnippetIcon = {
|
||||||
|
link = "LspKindSnippet"
|
||||||
},
|
},
|
||||||
AerialStringIcon = {
|
AerialStringIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindString"
|
||||||
fg = "#c3e88d"
|
|
||||||
},
|
},
|
||||||
AerialStructIcon = {
|
AerialStructIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff966c"
|
},
|
||||||
|
AerialTextIcon = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
AerialTypeParameterIcon = {
|
AerialTypeParameterIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#4fd6be"
|
},
|
||||||
|
AerialUnitIcon = {
|
||||||
|
link = "LspKindUnit"
|
||||||
|
},
|
||||||
|
AerialValueIcon = {
|
||||||
|
link = "LspKindValue"
|
||||||
},
|
},
|
||||||
AerialVariableIcon = {
|
AerialVariableIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
AlphaButtons = {
|
AlphaButtons = {
|
||||||
fg = "#86e1fc"
|
fg = "#86e1fc"
|
||||||
@@ -652,21 +646,27 @@ local highlights = {
|
|||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#65bcff"
|
fg = "#65bcff"
|
||||||
},
|
},
|
||||||
|
CmpItemKindArray = {
|
||||||
|
link = "LspKindArray"
|
||||||
|
},
|
||||||
|
CmpItemKindBoolean = {
|
||||||
|
link = "LspKindBoolean"
|
||||||
|
},
|
||||||
CmpItemKindClass = {
|
CmpItemKindClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
CmpItemKindCodeium = {
|
CmpItemKindCodeium = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#4fd6be"
|
fg = "#4fd6be"
|
||||||
},
|
},
|
||||||
|
CmpItemKindColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
|
},
|
||||||
CmpItemKindConstant = {
|
CmpItemKindConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
CmpItemKindConstructor = {
|
CmpItemKindConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#82aaff"
|
|
||||||
},
|
},
|
||||||
CmpItemKindCopilot = {
|
CmpItemKindCopilot = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -677,84 +677,92 @@ local highlights = {
|
|||||||
fg = "#828bb8"
|
fg = "#828bb8"
|
||||||
},
|
},
|
||||||
CmpItemKindEnum = {
|
CmpItemKindEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
CmpItemKindEnumMember = {
|
CmpItemKindEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#4fd6be"
|
|
||||||
},
|
},
|
||||||
CmpItemKindEvent = {
|
CmpItemKindEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
CmpItemKindField = {
|
CmpItemKindField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#4fd6be"
|
},
|
||||||
|
CmpItemKindFile = {
|
||||||
|
link = "LspKindFile"
|
||||||
|
},
|
||||||
|
CmpItemKindFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
CmpItemKindFunction = {
|
CmpItemKindFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#82aaff"
|
|
||||||
},
|
},
|
||||||
CmpItemKindInterface = {
|
CmpItemKindInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff966c"
|
},
|
||||||
|
CmpItemKindKey = {
|
||||||
|
link = "LspKindKey"
|
||||||
},
|
},
|
||||||
CmpItemKindKeyword = {
|
CmpItemKindKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#86e1fc"
|
|
||||||
},
|
},
|
||||||
CmpItemKindMethod = {
|
CmpItemKindMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#82aaff"
|
|
||||||
},
|
},
|
||||||
CmpItemKindModule = {
|
CmpItemKindModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#ffc777"
|
},
|
||||||
|
CmpItemKindNamespace = {
|
||||||
|
link = "LspKindNamespace"
|
||||||
|
},
|
||||||
|
CmpItemKindNull = {
|
||||||
|
link = "LspKindNull"
|
||||||
|
},
|
||||||
|
CmpItemKindNumber = {
|
||||||
|
link = "LspKindNumber"
|
||||||
|
},
|
||||||
|
CmpItemKindObject = {
|
||||||
|
link = "LspKindObject"
|
||||||
},
|
},
|
||||||
CmpItemKindOperator = {
|
CmpItemKindOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#4fd6be"
|
|
||||||
},
|
},
|
||||||
CmpItemKindPackage = {
|
CmpItemKindPackage = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#ffc777"
|
|
||||||
},
|
},
|
||||||
CmpItemKindProperty = {
|
CmpItemKindProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#4fd6be"
|
|
||||||
},
|
},
|
||||||
CmpItemKindReference = {
|
CmpItemKindReference = {
|
||||||
bg = "NONE",
|
link = "LspKindReference"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
CmpItemKindSnippet = {
|
CmpItemKindSnippet = {
|
||||||
bg = "NONE",
|
link = "LspKindSnippet"
|
||||||
fg = "#737aa2"
|
},
|
||||||
|
CmpItemKindString = {
|
||||||
|
link = "LspKindString"
|
||||||
},
|
},
|
||||||
CmpItemKindStruct = {
|
CmpItemKindStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
CmpItemKindTabNine = {
|
CmpItemKindTabNine = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#4fd6be"
|
fg = "#4fd6be"
|
||||||
},
|
},
|
||||||
|
CmpItemKindText = {
|
||||||
|
link = "LspKindText"
|
||||||
|
},
|
||||||
CmpItemKindTypeParameter = {
|
CmpItemKindTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#4fd6be"
|
|
||||||
},
|
},
|
||||||
CmpItemKindUnit = {
|
CmpItemKindUnit = {
|
||||||
bg = "NONE",
|
link = "LspKindUnit"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
CmpItemKindValue = {
|
CmpItemKindValue = {
|
||||||
bg = "NONE",
|
link = "LspKindValue"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
CmpItemKindVariable = {
|
CmpItemKindVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
CmpItemMenu = {
|
CmpItemMenu = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -1159,6 +1167,108 @@ local highlights = {
|
|||||||
bg = "#24283c",
|
bg = "#24283c",
|
||||||
fg = "#545c7e"
|
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 = {
|
LspReferenceRead = {
|
||||||
bg = "#3b4261"
|
bg = "#3b4261"
|
||||||
},
|
},
|
||||||
@@ -1366,112 +1476,106 @@ local highlights = {
|
|||||||
fg = "#828bb8"
|
fg = "#828bb8"
|
||||||
},
|
},
|
||||||
NavicIconsArray = {
|
NavicIconsArray = {
|
||||||
bg = "NONE",
|
link = "LspKindArray"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NavicIconsBoolean = {
|
NavicIconsBoolean = {
|
||||||
bg = "NONE",
|
link = "LspKindBoolean"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NavicIconsClass = {
|
NavicIconsClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff966c"
|
},
|
||||||
|
NavicIconsColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
NavicIconsConstant = {
|
NavicIconsConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
NavicIconsConstructor = {
|
NavicIconsConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NavicIconsEnum = {
|
NavicIconsEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NavicIconsEnumMember = {
|
NavicIconsEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#4fd6be"
|
|
||||||
},
|
},
|
||||||
NavicIconsEvent = {
|
NavicIconsEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NavicIconsField = {
|
NavicIconsField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#4fd6be"
|
|
||||||
},
|
},
|
||||||
NavicIconsFile = {
|
NavicIconsFile = {
|
||||||
bg = "NONE",
|
link = "LspKindFile"
|
||||||
fg = "#c8d3f5"
|
},
|
||||||
|
NavicIconsFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
NavicIconsFunction = {
|
NavicIconsFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#82aaff"
|
|
||||||
},
|
},
|
||||||
NavicIconsInterface = {
|
NavicIconsInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NavicIconsKey = {
|
NavicIconsKey = {
|
||||||
bg = "NONE",
|
link = "LspKindKey"
|
||||||
fg = "#fca7ea"
|
|
||||||
},
|
},
|
||||||
NavicIconsKeyword = {
|
NavicIconsKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#fca7ea"
|
|
||||||
},
|
},
|
||||||
NavicIconsMethod = {
|
NavicIconsMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#82aaff"
|
|
||||||
},
|
},
|
||||||
NavicIconsModule = {
|
NavicIconsModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#ffc777"
|
|
||||||
},
|
},
|
||||||
NavicIconsNamespace = {
|
NavicIconsNamespace = {
|
||||||
bg = "NONE",
|
link = "LspKindNamespace"
|
||||||
fg = "#c8d3f5"
|
|
||||||
},
|
},
|
||||||
NavicIconsNull = {
|
NavicIconsNull = {
|
||||||
bg = "NONE",
|
link = "LspKindNull"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NavicIconsNumber = {
|
NavicIconsNumber = {
|
||||||
bg = "NONE",
|
link = "LspKindNumber"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NavicIconsObject = {
|
NavicIconsObject = {
|
||||||
bg = "NONE",
|
link = "LspKindObject"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NavicIconsOperator = {
|
NavicIconsOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#c8d3f5"
|
|
||||||
},
|
},
|
||||||
NavicIconsPackage = {
|
NavicIconsPackage = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#c8d3f5"
|
|
||||||
},
|
},
|
||||||
NavicIconsProperty = {
|
NavicIconsProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#4fd6be"
|
},
|
||||||
|
NavicIconsReference = {
|
||||||
|
link = "LspKindReference"
|
||||||
|
},
|
||||||
|
NavicIconsSnippet = {
|
||||||
|
link = "LspKindSnippet"
|
||||||
},
|
},
|
||||||
NavicIconsString = {
|
NavicIconsString = {
|
||||||
bg = "NONE",
|
link = "LspKindString"
|
||||||
fg = "#c3e88d"
|
|
||||||
},
|
},
|
||||||
NavicIconsStruct = {
|
NavicIconsStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff966c"
|
},
|
||||||
|
NavicIconsText = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
NavicIconsTypeParameter = {
|
NavicIconsTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#4fd6be"
|
},
|
||||||
|
NavicIconsUnit = {
|
||||||
|
link = "LspKindUnit"
|
||||||
|
},
|
||||||
|
NavicIconsValue = {
|
||||||
|
link = "LspKindValue"
|
||||||
},
|
},
|
||||||
NavicIconsVariable = {
|
NavicIconsVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
NavicSeparator = {
|
NavicSeparator = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -1567,93 +1671,111 @@ local highlights = {
|
|||||||
NeotestWinSelect = {
|
NeotestWinSelect = {
|
||||||
fg = "#82aaff"
|
fg = "#82aaff"
|
||||||
},
|
},
|
||||||
|
NoiceCompletionItemKindArray = {
|
||||||
|
link = "LspKindArray"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindBoolean = {
|
||||||
|
link = "LspKindBoolean"
|
||||||
|
},
|
||||||
NoiceCompletionItemKindClass = {
|
NoiceCompletionItemKindClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff966c"
|
},
|
||||||
|
NoiceCompletionItemKindColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindConstant = {
|
NoiceCompletionItemKindConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindConstructor = {
|
NoiceCompletionItemKindConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#82aaff"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindDefault = {
|
NoiceCompletionItemKindDefault = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#828bb8"
|
fg = "#828bb8"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEnum = {
|
NoiceCompletionItemKindEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEnumMember = {
|
NoiceCompletionItemKindEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#4fd6be"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEvent = {
|
NoiceCompletionItemKindEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindField = {
|
NoiceCompletionItemKindField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#4fd6be"
|
},
|
||||||
|
NoiceCompletionItemKindFile = {
|
||||||
|
link = "LspKindFile"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindFunction = {
|
NoiceCompletionItemKindFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#82aaff"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindInterface = {
|
NoiceCompletionItemKindInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff966c"
|
},
|
||||||
|
NoiceCompletionItemKindKey = {
|
||||||
|
link = "LspKindKey"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindKeyword = {
|
NoiceCompletionItemKindKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#86e1fc"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindMethod = {
|
NoiceCompletionItemKindMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#82aaff"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindModule = {
|
NoiceCompletionItemKindModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#ffc777"
|
},
|
||||||
|
NoiceCompletionItemKindNamespace = {
|
||||||
|
link = "LspKindNamespace"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindNull = {
|
||||||
|
link = "LspKindNull"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindNumber = {
|
||||||
|
link = "LspKindNumber"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindObject = {
|
||||||
|
link = "LspKindObject"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindOperator = {
|
NoiceCompletionItemKindOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#4fd6be"
|
},
|
||||||
|
NoiceCompletionItemKindPackage = {
|
||||||
|
link = "LspKindPackage"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindProperty = {
|
NoiceCompletionItemKindProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#4fd6be"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindReference = {
|
NoiceCompletionItemKindReference = {
|
||||||
bg = "NONE",
|
link = "LspKindReference"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindSnippet = {
|
NoiceCompletionItemKindSnippet = {
|
||||||
bg = "NONE",
|
link = "LspKindSnippet"
|
||||||
fg = "#737aa2"
|
},
|
||||||
|
NoiceCompletionItemKindString = {
|
||||||
|
link = "LspKindString"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindStruct = {
|
NoiceCompletionItemKindStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff966c"
|
},
|
||||||
|
NoiceCompletionItemKindText = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindTypeParameter = {
|
NoiceCompletionItemKindTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#4fd6be"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindUnit = {
|
NoiceCompletionItemKindUnit = {
|
||||||
bg = "NONE",
|
link = "LspKindUnit"
|
||||||
fg = "#ff966c"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindValue = {
|
NoiceCompletionItemKindValue = {
|
||||||
bg = "NONE",
|
link = "LspKindValue"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindVariable = {
|
NoiceCompletionItemKindVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#c099ff"
|
|
||||||
},
|
},
|
||||||
NonText = {
|
NonText = {
|
||||||
fg = "#545c7e"
|
fg = "#545c7e"
|
||||||
|
|||||||
@@ -327,122 +327,116 @@ local highlights = {
|
|||||||
fg = "#e0af68"
|
fg = "#e0af68"
|
||||||
},
|
},
|
||||||
AerialArrayIcon = {
|
AerialArrayIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindArray"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialBooleanIcon = {
|
AerialBooleanIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindBoolean"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialClassIcon = {
|
AerialClassIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
AerialColorIcon = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
AerialConstantIcon = {
|
AerialConstantIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
AerialConstructorIcon = {
|
AerialConstructorIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialEnumIcon = {
|
AerialEnumIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialEnumMemberIcon = {
|
AerialEnumMemberIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
AerialEventIcon = {
|
AerialEventIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialFieldIcon = {
|
AerialFieldIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
AerialFileIcon = {
|
AerialFileIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindFile"
|
||||||
fg = "#c0caf5"
|
},
|
||||||
|
AerialFolderIcon = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
AerialFunctionIcon = {
|
AerialFunctionIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
AerialGuide = {
|
AerialGuide = {
|
||||||
fg = "#3b4261"
|
fg = "#3b4261"
|
||||||
},
|
},
|
||||||
AerialInterfaceIcon = {
|
AerialInterfaceIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialKeyIcon = {
|
AerialKeyIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindKey"
|
||||||
fg = "#9d7cd8"
|
|
||||||
},
|
},
|
||||||
AerialKeywordIcon = {
|
AerialKeywordIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#9d7cd8"
|
|
||||||
},
|
},
|
||||||
AerialLine = {
|
AerialLine = {
|
||||||
link = "LspInlayHint"
|
link = "LspInlayHint"
|
||||||
},
|
},
|
||||||
AerialMethodIcon = {
|
AerialMethodIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
AerialModuleIcon = {
|
AerialModuleIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#e0af68"
|
|
||||||
},
|
},
|
||||||
AerialNamespaceIcon = {
|
AerialNamespaceIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNamespace"
|
||||||
fg = "#7dcfff"
|
|
||||||
},
|
},
|
||||||
AerialNormal = {
|
AerialNormal = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#c0caf5"
|
fg = "#c0caf5"
|
||||||
},
|
},
|
||||||
AerialNullIcon = {
|
AerialNullIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNull"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialNumberIcon = {
|
AerialNumberIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNumber"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialObjectIcon = {
|
AerialObjectIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindObject"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialOperatorIcon = {
|
AerialOperatorIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#89ddff"
|
|
||||||
},
|
},
|
||||||
AerialPackageIcon = {
|
AerialPackageIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#7dcfff"
|
|
||||||
},
|
},
|
||||||
AerialPropertyIcon = {
|
AerialPropertyIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
AerialReferenceIcon = {
|
||||||
|
link = "LspKindReference"
|
||||||
|
},
|
||||||
|
AerialSnippetIcon = {
|
||||||
|
link = "LspKindSnippet"
|
||||||
},
|
},
|
||||||
AerialStringIcon = {
|
AerialStringIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindString"
|
||||||
fg = "#9ece6a"
|
|
||||||
},
|
},
|
||||||
AerialStructIcon = {
|
AerialStructIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
AerialTextIcon = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
AerialTypeParameterIcon = {
|
AerialTypeParameterIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
AerialUnitIcon = {
|
||||||
|
link = "LspKindUnit"
|
||||||
|
},
|
||||||
|
AerialValueIcon = {
|
||||||
|
link = "LspKindValue"
|
||||||
},
|
},
|
||||||
AerialVariableIcon = {
|
AerialVariableIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
AlphaButtons = {
|
AlphaButtons = {
|
||||||
fg = "#7dcfff"
|
fg = "#7dcfff"
|
||||||
@@ -652,21 +646,27 @@ local highlights = {
|
|||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#2ac3de"
|
fg = "#2ac3de"
|
||||||
},
|
},
|
||||||
|
CmpItemKindArray = {
|
||||||
|
link = "LspKindArray"
|
||||||
|
},
|
||||||
|
CmpItemKindBoolean = {
|
||||||
|
link = "LspKindBoolean"
|
||||||
|
},
|
||||||
CmpItemKindClass = {
|
CmpItemKindClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
CmpItemKindCodeium = {
|
CmpItemKindCodeium = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#1abc9c"
|
fg = "#1abc9c"
|
||||||
},
|
},
|
||||||
|
CmpItemKindColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
|
},
|
||||||
CmpItemKindConstant = {
|
CmpItemKindConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindConstructor = {
|
CmpItemKindConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindCopilot = {
|
CmpItemKindCopilot = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -677,84 +677,92 @@ local highlights = {
|
|||||||
fg = "#a9b1d6"
|
fg = "#a9b1d6"
|
||||||
},
|
},
|
||||||
CmpItemKindEnum = {
|
CmpItemKindEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
CmpItemKindEnumMember = {
|
CmpItemKindEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
CmpItemKindEvent = {
|
CmpItemKindEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
CmpItemKindField = {
|
CmpItemKindField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
CmpItemKindFile = {
|
||||||
|
link = "LspKindFile"
|
||||||
|
},
|
||||||
|
CmpItemKindFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
CmpItemKindFunction = {
|
CmpItemKindFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindInterface = {
|
CmpItemKindInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
CmpItemKindKey = {
|
||||||
|
link = "LspKindKey"
|
||||||
},
|
},
|
||||||
CmpItemKindKeyword = {
|
CmpItemKindKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#7dcfff"
|
|
||||||
},
|
},
|
||||||
CmpItemKindMethod = {
|
CmpItemKindMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindModule = {
|
CmpItemKindModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#e0af68"
|
},
|
||||||
|
CmpItemKindNamespace = {
|
||||||
|
link = "LspKindNamespace"
|
||||||
|
},
|
||||||
|
CmpItemKindNull = {
|
||||||
|
link = "LspKindNull"
|
||||||
|
},
|
||||||
|
CmpItemKindNumber = {
|
||||||
|
link = "LspKindNumber"
|
||||||
|
},
|
||||||
|
CmpItemKindObject = {
|
||||||
|
link = "LspKindObject"
|
||||||
},
|
},
|
||||||
CmpItemKindOperator = {
|
CmpItemKindOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
CmpItemKindPackage = {
|
CmpItemKindPackage = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#e0af68"
|
|
||||||
},
|
},
|
||||||
CmpItemKindProperty = {
|
CmpItemKindProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
CmpItemKindReference = {
|
CmpItemKindReference = {
|
||||||
bg = "NONE",
|
link = "LspKindReference"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindSnippet = {
|
CmpItemKindSnippet = {
|
||||||
bg = "NONE",
|
link = "LspKindSnippet"
|
||||||
fg = "#737aa2"
|
},
|
||||||
|
CmpItemKindString = {
|
||||||
|
link = "LspKindString"
|
||||||
},
|
},
|
||||||
CmpItemKindStruct = {
|
CmpItemKindStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
CmpItemKindTabNine = {
|
CmpItemKindTabNine = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#1abc9c"
|
fg = "#1abc9c"
|
||||||
},
|
},
|
||||||
|
CmpItemKindText = {
|
||||||
|
link = "LspKindText"
|
||||||
|
},
|
||||||
CmpItemKindTypeParameter = {
|
CmpItemKindTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
CmpItemKindUnit = {
|
CmpItemKindUnit = {
|
||||||
bg = "NONE",
|
link = "LspKindUnit"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
CmpItemKindValue = {
|
CmpItemKindValue = {
|
||||||
bg = "NONE",
|
link = "LspKindValue"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindVariable = {
|
CmpItemKindVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
CmpItemMenu = {
|
CmpItemMenu = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -1159,6 +1167,108 @@ local highlights = {
|
|||||||
bg = "#1d202d",
|
bg = "#1d202d",
|
||||||
fg = "#545c7e"
|
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 = {
|
LspReferenceRead = {
|
||||||
bg = "#3b4261"
|
bg = "#3b4261"
|
||||||
},
|
},
|
||||||
@@ -1366,112 +1476,106 @@ local highlights = {
|
|||||||
fg = "#a9b1d6"
|
fg = "#a9b1d6"
|
||||||
},
|
},
|
||||||
NavicIconsArray = {
|
NavicIconsArray = {
|
||||||
bg = "NONE",
|
link = "LspKindArray"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsBoolean = {
|
NavicIconsBoolean = {
|
||||||
bg = "NONE",
|
link = "LspKindBoolean"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsClass = {
|
NavicIconsClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
NavicIconsColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
NavicIconsConstant = {
|
NavicIconsConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NavicIconsConstructor = {
|
NavicIconsConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsEnum = {
|
NavicIconsEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsEnumMember = {
|
NavicIconsEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
NavicIconsEvent = {
|
NavicIconsEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsField = {
|
NavicIconsField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
NavicIconsFile = {
|
NavicIconsFile = {
|
||||||
bg = "NONE",
|
link = "LspKindFile"
|
||||||
fg = "#c0caf5"
|
},
|
||||||
|
NavicIconsFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
NavicIconsFunction = {
|
NavicIconsFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
NavicIconsInterface = {
|
NavicIconsInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsKey = {
|
NavicIconsKey = {
|
||||||
bg = "NONE",
|
link = "LspKindKey"
|
||||||
fg = "#9d7cd8"
|
|
||||||
},
|
},
|
||||||
NavicIconsKeyword = {
|
NavicIconsKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#9d7cd8"
|
|
||||||
},
|
},
|
||||||
NavicIconsMethod = {
|
NavicIconsMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
NavicIconsModule = {
|
NavicIconsModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#e0af68"
|
|
||||||
},
|
},
|
||||||
NavicIconsNamespace = {
|
NavicIconsNamespace = {
|
||||||
bg = "NONE",
|
link = "LspKindNamespace"
|
||||||
fg = "#c0caf5"
|
|
||||||
},
|
},
|
||||||
NavicIconsNull = {
|
NavicIconsNull = {
|
||||||
bg = "NONE",
|
link = "LspKindNull"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsNumber = {
|
NavicIconsNumber = {
|
||||||
bg = "NONE",
|
link = "LspKindNumber"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsObject = {
|
NavicIconsObject = {
|
||||||
bg = "NONE",
|
link = "LspKindObject"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsOperator = {
|
NavicIconsOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#c0caf5"
|
|
||||||
},
|
},
|
||||||
NavicIconsPackage = {
|
NavicIconsPackage = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#c0caf5"
|
|
||||||
},
|
},
|
||||||
NavicIconsProperty = {
|
NavicIconsProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
NavicIconsReference = {
|
||||||
|
link = "LspKindReference"
|
||||||
|
},
|
||||||
|
NavicIconsSnippet = {
|
||||||
|
link = "LspKindSnippet"
|
||||||
},
|
},
|
||||||
NavicIconsString = {
|
NavicIconsString = {
|
||||||
bg = "NONE",
|
link = "LspKindString"
|
||||||
fg = "#9ece6a"
|
|
||||||
},
|
},
|
||||||
NavicIconsStruct = {
|
NavicIconsStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
NavicIconsText = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
NavicIconsTypeParameter = {
|
NavicIconsTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
NavicIconsUnit = {
|
||||||
|
link = "LspKindUnit"
|
||||||
|
},
|
||||||
|
NavicIconsValue = {
|
||||||
|
link = "LspKindValue"
|
||||||
},
|
},
|
||||||
NavicIconsVariable = {
|
NavicIconsVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NavicSeparator = {
|
NavicSeparator = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -1567,93 +1671,111 @@ local highlights = {
|
|||||||
NeotestWinSelect = {
|
NeotestWinSelect = {
|
||||||
fg = "#7aa2f7"
|
fg = "#7aa2f7"
|
||||||
},
|
},
|
||||||
|
NoiceCompletionItemKindArray = {
|
||||||
|
link = "LspKindArray"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindBoolean = {
|
||||||
|
link = "LspKindBoolean"
|
||||||
|
},
|
||||||
NoiceCompletionItemKindClass = {
|
NoiceCompletionItemKindClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
NoiceCompletionItemKindColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindConstant = {
|
NoiceCompletionItemKindConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindConstructor = {
|
NoiceCompletionItemKindConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindDefault = {
|
NoiceCompletionItemKindDefault = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#a9b1d6"
|
fg = "#a9b1d6"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEnum = {
|
NoiceCompletionItemKindEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEnumMember = {
|
NoiceCompletionItemKindEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEvent = {
|
NoiceCompletionItemKindEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindField = {
|
NoiceCompletionItemKindField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
NoiceCompletionItemKindFile = {
|
||||||
|
link = "LspKindFile"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindFunction = {
|
NoiceCompletionItemKindFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindInterface = {
|
NoiceCompletionItemKindInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
NoiceCompletionItemKindKey = {
|
||||||
|
link = "LspKindKey"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindKeyword = {
|
NoiceCompletionItemKindKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#7dcfff"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindMethod = {
|
NoiceCompletionItemKindMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindModule = {
|
NoiceCompletionItemKindModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#e0af68"
|
},
|
||||||
|
NoiceCompletionItemKindNamespace = {
|
||||||
|
link = "LspKindNamespace"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindNull = {
|
||||||
|
link = "LspKindNull"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindNumber = {
|
||||||
|
link = "LspKindNumber"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindObject = {
|
||||||
|
link = "LspKindObject"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindOperator = {
|
NoiceCompletionItemKindOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
NoiceCompletionItemKindPackage = {
|
||||||
|
link = "LspKindPackage"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindProperty = {
|
NoiceCompletionItemKindProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindReference = {
|
NoiceCompletionItemKindReference = {
|
||||||
bg = "NONE",
|
link = "LspKindReference"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindSnippet = {
|
NoiceCompletionItemKindSnippet = {
|
||||||
bg = "NONE",
|
link = "LspKindSnippet"
|
||||||
fg = "#737aa2"
|
},
|
||||||
|
NoiceCompletionItemKindString = {
|
||||||
|
link = "LspKindString"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindStruct = {
|
NoiceCompletionItemKindStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
NoiceCompletionItemKindText = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindTypeParameter = {
|
NoiceCompletionItemKindTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindUnit = {
|
NoiceCompletionItemKindUnit = {
|
||||||
bg = "NONE",
|
link = "LspKindUnit"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindValue = {
|
NoiceCompletionItemKindValue = {
|
||||||
bg = "NONE",
|
link = "LspKindValue"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindVariable = {
|
NoiceCompletionItemKindVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NonText = {
|
NonText = {
|
||||||
fg = "#545c7e"
|
fg = "#545c7e"
|
||||||
|
|||||||
@@ -327,122 +327,116 @@ local highlights = {
|
|||||||
fg = "#e0af68"
|
fg = "#e0af68"
|
||||||
},
|
},
|
||||||
AerialArrayIcon = {
|
AerialArrayIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindArray"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialBooleanIcon = {
|
AerialBooleanIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindBoolean"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialClassIcon = {
|
AerialClassIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
AerialColorIcon = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
AerialConstantIcon = {
|
AerialConstantIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
AerialConstructorIcon = {
|
AerialConstructorIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialEnumIcon = {
|
AerialEnumIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialEnumMemberIcon = {
|
AerialEnumMemberIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
AerialEventIcon = {
|
AerialEventIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialFieldIcon = {
|
AerialFieldIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
AerialFileIcon = {
|
AerialFileIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindFile"
|
||||||
fg = "#c0caf5"
|
},
|
||||||
|
AerialFolderIcon = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
AerialFunctionIcon = {
|
AerialFunctionIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
AerialGuide = {
|
AerialGuide = {
|
||||||
fg = "#3b4261"
|
fg = "#3b4261"
|
||||||
},
|
},
|
||||||
AerialInterfaceIcon = {
|
AerialInterfaceIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialKeyIcon = {
|
AerialKeyIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindKey"
|
||||||
fg = "#9d7cd8"
|
|
||||||
},
|
},
|
||||||
AerialKeywordIcon = {
|
AerialKeywordIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#9d7cd8"
|
|
||||||
},
|
},
|
||||||
AerialLine = {
|
AerialLine = {
|
||||||
link = "LspInlayHint"
|
link = "LspInlayHint"
|
||||||
},
|
},
|
||||||
AerialMethodIcon = {
|
AerialMethodIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
AerialModuleIcon = {
|
AerialModuleIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#e0af68"
|
|
||||||
},
|
},
|
||||||
AerialNamespaceIcon = {
|
AerialNamespaceIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNamespace"
|
||||||
fg = "#7dcfff"
|
|
||||||
},
|
},
|
||||||
AerialNormal = {
|
AerialNormal = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#c0caf5"
|
fg = "#c0caf5"
|
||||||
},
|
},
|
||||||
AerialNullIcon = {
|
AerialNullIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNull"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialNumberIcon = {
|
AerialNumberIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindNumber"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialObjectIcon = {
|
AerialObjectIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindObject"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
AerialOperatorIcon = {
|
AerialOperatorIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#89ddff"
|
|
||||||
},
|
},
|
||||||
AerialPackageIcon = {
|
AerialPackageIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#7dcfff"
|
|
||||||
},
|
},
|
||||||
AerialPropertyIcon = {
|
AerialPropertyIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
AerialReferenceIcon = {
|
||||||
|
link = "LspKindReference"
|
||||||
|
},
|
||||||
|
AerialSnippetIcon = {
|
||||||
|
link = "LspKindSnippet"
|
||||||
},
|
},
|
||||||
AerialStringIcon = {
|
AerialStringIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindString"
|
||||||
fg = "#9ece6a"
|
|
||||||
},
|
},
|
||||||
AerialStructIcon = {
|
AerialStructIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
AerialTextIcon = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
AerialTypeParameterIcon = {
|
AerialTypeParameterIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
AerialUnitIcon = {
|
||||||
|
link = "LspKindUnit"
|
||||||
|
},
|
||||||
|
AerialValueIcon = {
|
||||||
|
link = "LspKindValue"
|
||||||
},
|
},
|
||||||
AerialVariableIcon = {
|
AerialVariableIcon = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
AlphaButtons = {
|
AlphaButtons = {
|
||||||
fg = "#7dcfff"
|
fg = "#7dcfff"
|
||||||
@@ -652,21 +646,27 @@ local highlights = {
|
|||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#2ac3de"
|
fg = "#2ac3de"
|
||||||
},
|
},
|
||||||
|
CmpItemKindArray = {
|
||||||
|
link = "LspKindArray"
|
||||||
|
},
|
||||||
|
CmpItemKindBoolean = {
|
||||||
|
link = "LspKindBoolean"
|
||||||
|
},
|
||||||
CmpItemKindClass = {
|
CmpItemKindClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
CmpItemKindCodeium = {
|
CmpItemKindCodeium = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#1abc9c"
|
fg = "#1abc9c"
|
||||||
},
|
},
|
||||||
|
CmpItemKindColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
|
},
|
||||||
CmpItemKindConstant = {
|
CmpItemKindConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindConstructor = {
|
CmpItemKindConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindCopilot = {
|
CmpItemKindCopilot = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -677,84 +677,92 @@ local highlights = {
|
|||||||
fg = "#a9b1d6"
|
fg = "#a9b1d6"
|
||||||
},
|
},
|
||||||
CmpItemKindEnum = {
|
CmpItemKindEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
CmpItemKindEnumMember = {
|
CmpItemKindEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
CmpItemKindEvent = {
|
CmpItemKindEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
CmpItemKindField = {
|
CmpItemKindField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
CmpItemKindFile = {
|
||||||
|
link = "LspKindFile"
|
||||||
|
},
|
||||||
|
CmpItemKindFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
CmpItemKindFunction = {
|
CmpItemKindFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindInterface = {
|
CmpItemKindInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
CmpItemKindKey = {
|
||||||
|
link = "LspKindKey"
|
||||||
},
|
},
|
||||||
CmpItemKindKeyword = {
|
CmpItemKindKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#7dcfff"
|
|
||||||
},
|
},
|
||||||
CmpItemKindMethod = {
|
CmpItemKindMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindModule = {
|
CmpItemKindModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#e0af68"
|
},
|
||||||
|
CmpItemKindNamespace = {
|
||||||
|
link = "LspKindNamespace"
|
||||||
|
},
|
||||||
|
CmpItemKindNull = {
|
||||||
|
link = "LspKindNull"
|
||||||
|
},
|
||||||
|
CmpItemKindNumber = {
|
||||||
|
link = "LspKindNumber"
|
||||||
|
},
|
||||||
|
CmpItemKindObject = {
|
||||||
|
link = "LspKindObject"
|
||||||
},
|
},
|
||||||
CmpItemKindOperator = {
|
CmpItemKindOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
CmpItemKindPackage = {
|
CmpItemKindPackage = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#e0af68"
|
|
||||||
},
|
},
|
||||||
CmpItemKindProperty = {
|
CmpItemKindProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
CmpItemKindReference = {
|
CmpItemKindReference = {
|
||||||
bg = "NONE",
|
link = "LspKindReference"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindSnippet = {
|
CmpItemKindSnippet = {
|
||||||
bg = "NONE",
|
link = "LspKindSnippet"
|
||||||
fg = "#737aa2"
|
},
|
||||||
|
CmpItemKindString = {
|
||||||
|
link = "LspKindString"
|
||||||
},
|
},
|
||||||
CmpItemKindStruct = {
|
CmpItemKindStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
CmpItemKindTabNine = {
|
CmpItemKindTabNine = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#1abc9c"
|
fg = "#1abc9c"
|
||||||
},
|
},
|
||||||
|
CmpItemKindText = {
|
||||||
|
link = "LspKindText"
|
||||||
|
},
|
||||||
CmpItemKindTypeParameter = {
|
CmpItemKindTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
CmpItemKindUnit = {
|
CmpItemKindUnit = {
|
||||||
bg = "NONE",
|
link = "LspKindUnit"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
CmpItemKindValue = {
|
CmpItemKindValue = {
|
||||||
bg = "NONE",
|
link = "LspKindValue"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
CmpItemKindVariable = {
|
CmpItemKindVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
CmpItemMenu = {
|
CmpItemMenu = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -1159,6 +1167,108 @@ local highlights = {
|
|||||||
bg = "#262c40",
|
bg = "#262c40",
|
||||||
fg = "#545c7e"
|
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 = {
|
LspReferenceRead = {
|
||||||
bg = "#3b4261"
|
bg = "#3b4261"
|
||||||
},
|
},
|
||||||
@@ -1366,112 +1476,106 @@ local highlights = {
|
|||||||
fg = "#a9b1d6"
|
fg = "#a9b1d6"
|
||||||
},
|
},
|
||||||
NavicIconsArray = {
|
NavicIconsArray = {
|
||||||
bg = "NONE",
|
link = "LspKindArray"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsBoolean = {
|
NavicIconsBoolean = {
|
||||||
bg = "NONE",
|
link = "LspKindBoolean"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsClass = {
|
NavicIconsClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
NavicIconsColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
NavicIconsConstant = {
|
NavicIconsConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NavicIconsConstructor = {
|
NavicIconsConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsEnum = {
|
NavicIconsEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsEnumMember = {
|
NavicIconsEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
NavicIconsEvent = {
|
NavicIconsEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsField = {
|
NavicIconsField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
NavicIconsFile = {
|
NavicIconsFile = {
|
||||||
bg = "NONE",
|
link = "LspKindFile"
|
||||||
fg = "#c0caf5"
|
},
|
||||||
|
NavicIconsFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
NavicIconsFunction = {
|
NavicIconsFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
NavicIconsInterface = {
|
NavicIconsInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsKey = {
|
NavicIconsKey = {
|
||||||
bg = "NONE",
|
link = "LspKindKey"
|
||||||
fg = "#9d7cd8"
|
|
||||||
},
|
},
|
||||||
NavicIconsKeyword = {
|
NavicIconsKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#9d7cd8"
|
|
||||||
},
|
},
|
||||||
NavicIconsMethod = {
|
NavicIconsMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
NavicIconsModule = {
|
NavicIconsModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#e0af68"
|
|
||||||
},
|
},
|
||||||
NavicIconsNamespace = {
|
NavicIconsNamespace = {
|
||||||
bg = "NONE",
|
link = "LspKindNamespace"
|
||||||
fg = "#c0caf5"
|
|
||||||
},
|
},
|
||||||
NavicIconsNull = {
|
NavicIconsNull = {
|
||||||
bg = "NONE",
|
link = "LspKindNull"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsNumber = {
|
NavicIconsNumber = {
|
||||||
bg = "NONE",
|
link = "LspKindNumber"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsObject = {
|
NavicIconsObject = {
|
||||||
bg = "NONE",
|
link = "LspKindObject"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NavicIconsOperator = {
|
NavicIconsOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#c0caf5"
|
|
||||||
},
|
},
|
||||||
NavicIconsPackage = {
|
NavicIconsPackage = {
|
||||||
bg = "NONE",
|
link = "LspKindPackage"
|
||||||
fg = "#c0caf5"
|
|
||||||
},
|
},
|
||||||
NavicIconsProperty = {
|
NavicIconsProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
NavicIconsReference = {
|
||||||
|
link = "LspKindReference"
|
||||||
|
},
|
||||||
|
NavicIconsSnippet = {
|
||||||
|
link = "LspKindSnippet"
|
||||||
},
|
},
|
||||||
NavicIconsString = {
|
NavicIconsString = {
|
||||||
bg = "NONE",
|
link = "LspKindString"
|
||||||
fg = "#9ece6a"
|
|
||||||
},
|
},
|
||||||
NavicIconsStruct = {
|
NavicIconsStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
NavicIconsText = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
NavicIconsTypeParameter = {
|
NavicIconsTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
NavicIconsUnit = {
|
||||||
|
link = "LspKindUnit"
|
||||||
|
},
|
||||||
|
NavicIconsValue = {
|
||||||
|
link = "LspKindValue"
|
||||||
},
|
},
|
||||||
NavicIconsVariable = {
|
NavicIconsVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NavicSeparator = {
|
NavicSeparator = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
@@ -1567,93 +1671,111 @@ local highlights = {
|
|||||||
NeotestWinSelect = {
|
NeotestWinSelect = {
|
||||||
fg = "#7aa2f7"
|
fg = "#7aa2f7"
|
||||||
},
|
},
|
||||||
|
NoiceCompletionItemKindArray = {
|
||||||
|
link = "LspKindArray"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindBoolean = {
|
||||||
|
link = "LspKindBoolean"
|
||||||
|
},
|
||||||
NoiceCompletionItemKindClass = {
|
NoiceCompletionItemKindClass = {
|
||||||
bg = "NONE",
|
link = "LspKindClass"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
NoiceCompletionItemKindColor = {
|
||||||
|
link = "LspKindColor"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindConstant = {
|
NoiceCompletionItemKindConstant = {
|
||||||
bg = "NONE",
|
link = "LspKindConstant"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindConstructor = {
|
NoiceCompletionItemKindConstructor = {
|
||||||
bg = "NONE",
|
link = "LspKindConstructor"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindDefault = {
|
NoiceCompletionItemKindDefault = {
|
||||||
bg = "NONE",
|
bg = "NONE",
|
||||||
fg = "#a9b1d6"
|
fg = "#a9b1d6"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEnum = {
|
NoiceCompletionItemKindEnum = {
|
||||||
bg = "NONE",
|
link = "LspKindEnum"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEnumMember = {
|
NoiceCompletionItemKindEnumMember = {
|
||||||
bg = "NONE",
|
link = "LspKindEnumMember"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindEvent = {
|
NoiceCompletionItemKindEvent = {
|
||||||
bg = "NONE",
|
link = "LspKindEvent"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindField = {
|
NoiceCompletionItemKindField = {
|
||||||
bg = "NONE",
|
link = "LspKindField"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
NoiceCompletionItemKindFile = {
|
||||||
|
link = "LspKindFile"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindFolder = {
|
||||||
|
link = "LspKindFolder"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindFunction = {
|
NoiceCompletionItemKindFunction = {
|
||||||
bg = "NONE",
|
link = "LspKindFunction"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindInterface = {
|
NoiceCompletionItemKindInterface = {
|
||||||
bg = "NONE",
|
link = "LspKindInterface"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
NoiceCompletionItemKindKey = {
|
||||||
|
link = "LspKindKey"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindKeyword = {
|
NoiceCompletionItemKindKeyword = {
|
||||||
bg = "NONE",
|
link = "LspKindKeyword"
|
||||||
fg = "#7dcfff"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindMethod = {
|
NoiceCompletionItemKindMethod = {
|
||||||
bg = "NONE",
|
link = "LspKindMethod"
|
||||||
fg = "#7aa2f7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindModule = {
|
NoiceCompletionItemKindModule = {
|
||||||
bg = "NONE",
|
link = "LspKindModule"
|
||||||
fg = "#e0af68"
|
},
|
||||||
|
NoiceCompletionItemKindNamespace = {
|
||||||
|
link = "LspKindNamespace"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindNull = {
|
||||||
|
link = "LspKindNull"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindNumber = {
|
||||||
|
link = "LspKindNumber"
|
||||||
|
},
|
||||||
|
NoiceCompletionItemKindObject = {
|
||||||
|
link = "LspKindObject"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindOperator = {
|
NoiceCompletionItemKindOperator = {
|
||||||
bg = "NONE",
|
link = "LspKindOperator"
|
||||||
fg = "#73daca"
|
},
|
||||||
|
NoiceCompletionItemKindPackage = {
|
||||||
|
link = "LspKindPackage"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindProperty = {
|
NoiceCompletionItemKindProperty = {
|
||||||
bg = "NONE",
|
link = "LspKindProperty"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindReference = {
|
NoiceCompletionItemKindReference = {
|
||||||
bg = "NONE",
|
link = "LspKindReference"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindSnippet = {
|
NoiceCompletionItemKindSnippet = {
|
||||||
bg = "NONE",
|
link = "LspKindSnippet"
|
||||||
fg = "#737aa2"
|
},
|
||||||
|
NoiceCompletionItemKindString = {
|
||||||
|
link = "LspKindString"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindStruct = {
|
NoiceCompletionItemKindStruct = {
|
||||||
bg = "NONE",
|
link = "LspKindStruct"
|
||||||
fg = "#ff9e64"
|
},
|
||||||
|
NoiceCompletionItemKindText = {
|
||||||
|
link = "LspKindText"
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindTypeParameter = {
|
NoiceCompletionItemKindTypeParameter = {
|
||||||
bg = "NONE",
|
link = "LspKindTypeParameter"
|
||||||
fg = "#73daca"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindUnit = {
|
NoiceCompletionItemKindUnit = {
|
||||||
bg = "NONE",
|
link = "LspKindUnit"
|
||||||
fg = "#ff9e64"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindValue = {
|
NoiceCompletionItemKindValue = {
|
||||||
bg = "NONE",
|
link = "LspKindValue"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NoiceCompletionItemKindVariable = {
|
NoiceCompletionItemKindVariable = {
|
||||||
bg = "NONE",
|
link = "LspKindVariable"
|
||||||
fg = "#bb9af7"
|
|
||||||
},
|
},
|
||||||
NonText = {
|
NonText = {
|
||||||
fg = "#545c7e"
|
fg = "#545c7e"
|
||||||
|
|||||||
Reference in New Issue
Block a user