style: sort
This commit is contained in:
parent
531b04704f
commit
e1e8ff2c8f
@ -589,36 +589,31 @@ function M.setup()
|
|||||||
|
|
||||||
CmpItemKindDefault = { fg = c.fg_dark, bg = c.none },
|
CmpItemKindDefault = { fg = c.fg_dark, bg = c.none },
|
||||||
|
|
||||||
CmpItemKindKeyword = { fg = c.cyan, bg = c.none },
|
|
||||||
|
|
||||||
CmpItemKindVariable = { fg = c.magenta, bg = c.none },
|
|
||||||
CmpItemKindConstant = { fg = c.magenta, bg = c.none },
|
|
||||||
CmpItemKindReference = { fg = c.magenta, bg = c.none },
|
|
||||||
CmpItemKindValue = { fg = c.magenta, bg = c.none },
|
|
||||||
CmpItemKindCopilot = { fg = c.teal, bg = c.none },
|
|
||||||
CmpItemKindCodeium = { fg = c.teal, bg = c.none },
|
|
||||||
CmpItemKindTabNine = { fg = c.teal, bg = c.none },
|
|
||||||
|
|
||||||
CmpItemKindFunction = { fg = c.blue, bg = c.none },
|
|
||||||
CmpItemKindMethod = { fg = c.blue, bg = c.none },
|
|
||||||
CmpItemKindConstructor = { fg = c.blue, bg = c.none },
|
|
||||||
|
|
||||||
CmpItemKindClass = { fg = c.orange, bg = c.none },
|
CmpItemKindClass = { fg = c.orange, bg = c.none },
|
||||||
CmpItemKindInterface = { fg = c.orange, bg = c.none },
|
CmpItemKindCodeium = { fg = c.teal, bg = c.none },
|
||||||
CmpItemKindStruct = { fg = c.orange, bg = c.none },
|
CmpItemKindConstant = { fg = c.magenta, bg = c.none },
|
||||||
CmpItemKindEvent = { fg = c.orange, bg = c.none },
|
CmpItemKindConstructor = { fg = c.blue, bg = c.none },
|
||||||
|
CmpItemKindCopilot = { fg = c.teal, bg = c.none },
|
||||||
CmpItemKindEnum = { fg = c.orange, bg = c.none },
|
CmpItemKindEnum = { fg = c.orange, bg = c.none },
|
||||||
CmpItemKindUnit = { fg = c.orange, bg = c.none },
|
|
||||||
|
|
||||||
CmpItemKindModule = { fg = c.yellow, bg = c.none },
|
|
||||||
CmpItemKindPackage = { fg = c.yellow, bg = c.none },
|
|
||||||
|
|
||||||
CmpItemKindProperty = { fg = c.green1, bg = c.none },
|
|
||||||
CmpItemKindField = { fg = c.green1, bg = c.none },
|
|
||||||
CmpItemKindTypeParameter = { fg = c.green1, bg = c.none },
|
|
||||||
CmpItemKindEnumMember = { fg = c.green1, bg = c.none },
|
CmpItemKindEnumMember = { fg = c.green1, bg = c.none },
|
||||||
|
CmpItemKindEvent = { fg = c.orange, bg = c.none },
|
||||||
|
CmpItemKindField = { fg = c.green1, bg = c.none },
|
||||||
|
CmpItemKindFunction = { fg = c.blue, bg = c.none },
|
||||||
|
CmpItemKindInterface = { fg = c.orange, bg = c.none },
|
||||||
|
CmpItemKindKeyword = { fg = c.cyan, bg = c.none },
|
||||||
|
CmpItemKindMethod = { fg = c.blue, bg = c.none },
|
||||||
|
CmpItemKindModule = { fg = c.yellow, bg = c.none },
|
||||||
CmpItemKindOperator = { fg = c.green1, bg = c.none },
|
CmpItemKindOperator = { fg = c.green1, bg = c.none },
|
||||||
|
CmpItemKindPackage = { fg = c.yellow, bg = c.none },
|
||||||
|
CmpItemKindProperty = { fg = c.green1, bg = c.none },
|
||||||
|
CmpItemKindReference = { fg = c.magenta, bg = c.none },
|
||||||
CmpItemKindSnippet = { fg = c.dark5, bg = c.none },
|
CmpItemKindSnippet = { fg = c.dark5, bg = c.none },
|
||||||
|
CmpItemKindStruct = { fg = c.orange, bg = c.none },
|
||||||
|
CmpItemKindTabNine = { fg = c.teal, bg = c.none },
|
||||||
|
CmpItemKindTypeParameter = { fg = c.green1, bg = c.none },
|
||||||
|
CmpItemKindUnit = { fg = c.orange, bg = c.none },
|
||||||
|
CmpItemKindValue = { fg = c.magenta, bg = c.none },
|
||||||
|
CmpItemKindVariable = { fg = c.magenta, bg = c.none },
|
||||||
|
|
||||||
-- headlines.nvim
|
-- headlines.nvim
|
||||||
CodeBlock = { bg = c.bg_dark },
|
CodeBlock = { bg = c.bg_dark },
|
||||||
@ -654,33 +649,33 @@ function M.setup()
|
|||||||
NavicText = { fg = c.fg, bg = c.none },
|
NavicText = { fg = c.fg, bg = c.none },
|
||||||
NavicSeparator = { fg = c.fg, bg = c.none },
|
NavicSeparator = { fg = c.fg, bg = c.none },
|
||||||
|
|
||||||
AerialFileIcon = { fg = c.fg, bg = c.none },
|
AerialArrayIcon = { fg = c.orange, bg = c.none },
|
||||||
AerialModuleIcon = { fg = c.yellow, bg = c.none },
|
AerialBooleanIcon = { fg = c.orange, bg = c.none },
|
||||||
AerialNamespaceIcon = { fg = c.cyan, bg = c.none },
|
|
||||||
AerialPackageIcon = { fg = c.cyan, bg = c.none },
|
|
||||||
AerialClassIcon = { fg = c.orange, bg = c.none },
|
AerialClassIcon = { fg = c.orange, bg = c.none },
|
||||||
AerialMethodIcon = { fg = c.blue, bg = c.none },
|
AerialConstantIcon = { fg = c.magenta, bg = c.none },
|
||||||
AerialPropertyIcon = { fg = c.green1, bg = c.none },
|
|
||||||
AerialFieldIcon = { fg = c.green1, bg = c.none },
|
|
||||||
AerialConstructorIcon = { fg = c.orange, bg = c.none },
|
AerialConstructorIcon = { fg = c.orange, bg = c.none },
|
||||||
AerialEnumIcon = { fg = c.orange, bg = c.none },
|
AerialEnumIcon = { fg = c.orange, bg = c.none },
|
||||||
AerialInterfaceIcon = { fg = c.orange, bg = c.none },
|
AerialEnumMemberIcon = { fg = c.green1, bg = c.none },
|
||||||
|
AerialEventIcon = { fg = c.orange, bg = c.none },
|
||||||
|
AerialFieldIcon = { fg = c.green1, bg = c.none },
|
||||||
|
AerialFileIcon = { fg = c.fg, bg = c.none },
|
||||||
AerialFunctionIcon = { fg = c.blue, bg = c.none },
|
AerialFunctionIcon = { fg = c.blue, bg = c.none },
|
||||||
AerialVariableIcon = { fg = c.magenta, bg = c.none },
|
AerialInterfaceIcon = { fg = c.orange, bg = c.none },
|
||||||
AerialConstantIcon = { fg = c.magenta, bg = c.none },
|
|
||||||
AerialStringIcon = { fg = c.green, bg = c.none },
|
|
||||||
AerialNumberIcon = { fg = c.orange, bg = c.none },
|
|
||||||
AerialBooleanIcon = { fg = c.orange, bg = c.none },
|
|
||||||
AerialArrayIcon = { fg = c.orange, bg = c.none },
|
|
||||||
AerialObjectIcon = { fg = c.orange, bg = c.none },
|
|
||||||
AerialKeyIcon = { fg = c.purple, bg = c.none },
|
AerialKeyIcon = { fg = c.purple, bg = c.none },
|
||||||
AerialKeywordIcon = { fg = c.purple, bg = c.none },
|
AerialKeywordIcon = { fg = c.purple, bg = c.none },
|
||||||
|
AerialMethodIcon = { fg = c.blue, bg = c.none },
|
||||||
|
AerialModuleIcon = { fg = c.yellow, bg = c.none },
|
||||||
|
AerialNamespaceIcon = { fg = c.cyan, bg = c.none },
|
||||||
AerialNullIcon = { fg = c.orange, bg = c.none },
|
AerialNullIcon = { fg = c.orange, bg = c.none },
|
||||||
AerialEnumMemberIcon = { fg = c.green1, bg = c.none },
|
AerialNumberIcon = { fg = c.orange, bg = c.none },
|
||||||
AerialStructIcon = { fg = c.orange, bg = c.none },
|
AerialObjectIcon = { fg = c.orange, bg = c.none },
|
||||||
AerialEventIcon = { fg = c.orange, bg = c.none },
|
|
||||||
AerialOperatorIcon = { fg = c.blue5, bg = c.none },
|
AerialOperatorIcon = { fg = c.blue5, bg = c.none },
|
||||||
|
AerialPackageIcon = { fg = c.cyan, bg = c.none },
|
||||||
|
AerialPropertyIcon = { fg = c.green1, bg = c.none },
|
||||||
|
AerialStringIcon = { fg = c.green, bg = c.none },
|
||||||
|
AerialStructIcon = { fg = c.orange, bg = c.none },
|
||||||
AerialTypeParameterIcon = { fg = c.green1, bg = c.none },
|
AerialTypeParameterIcon = { fg = c.green1, bg = c.none },
|
||||||
|
AerialVariableIcon = { fg = c.magenta, bg = c.none },
|
||||||
AerialNormal = { fg = c.fg, bg = c.none },
|
AerialNormal = { fg = c.fg, bg = c.none },
|
||||||
AerialGuide = { fg = c.fg_gutter },
|
AerialGuide = { fg = c.fg_gutter },
|
||||||
AerialLine = { link = "LspInlayHint" },
|
AerialLine = { link = "LspInlayHint" },
|
||||||
|
Loading…
Reference in New Issue
Block a user