farout.nvim/extras/lua/tokyonight_storm.lua

2504 lines
42 KiB
Lua
Raw Normal View History

local colors = {
2023-10-14 16:26:12 +00:00
_name = "tokyonight_storm",
bg = "#24283b",
bg_dark = "#1f2335",
bg_float = "#1f2335",
bg_highlight = "#292e42",
bg_popup = "#1f2335",
bg_search = "#3d59a1",
bg_sidebar = "#1f2335",
bg_statusline = "#1f2335",
2023-04-16 06:17:51 +00:00
bg_visual = "#2e3c64",
black = "#1d202f",
blue = "#7aa2f7",
blue0 = "#3d59a1",
blue1 = "#2ac3de",
blue2 = "#0db9d7",
blue5 = "#89ddff",
blue6 = "#b4f9f8",
blue7 = "#394b70",
border = "#1d202f",
2022-11-08 20:58:44 +00:00
border_highlight = "#29a4bd",
comment = "#565f89",
cyan = "#7dcfff",
dark3 = "#545c7e",
dark5 = "#737aa2",
2023-04-22 07:38:50 +00:00
delta = {
add = "#316172",
delete = "#763842"
},
diff = {
add = "#283b4d",
change = "#272d43",
delete = "#3f2d3d",
text = "#394b70"
},
error = "#db4b4b",
fg = "#c0caf5",
fg_dark = "#a9b1d6",
2023-01-18 14:05:51 +00:00
fg_float = "#c0caf5",
fg_gutter = "#3b4261",
fg_sidebar = "#a9b1d6",
git = {
2023-04-22 07:38:50 +00:00
add = "#449dab",
change = "#6183bb",
delete = "#914c54",
ignore = "#545c7e"
},
gitSigns = {
2023-04-22 07:38:50 +00:00
add = "#266d6a",
change = "#536c9e",
delete = "#b2555b"
},
green = "#9ece6a",
green1 = "#73daca",
green2 = "#41a6b5",
hint = "#1abc9c",
info = "#0db9d7",
magenta = "#bb9af7",
magenta2 = "#ff007c",
none = "NONE",
orange = "#ff9e64",
purple = "#9d7cd8",
red = "#f7768e",
red1 = "#db4b4b",
teal = "#1abc9c",
terminal_black = "#414868",
2024-01-20 11:09:09 +00:00
todo = "#7aa2f7",
warning = "#e0af68",
yellow = "#e0af68"
}
local highlights = {
2024-01-20 11:09:09 +00:00
["@annotation"] = {
link = "PreProc"
},
["@attribute"] = {
link = "PreProc"
},
["@boolean"] = {
link = "Boolean"
},
["@character"] = {
link = "Character"
},
["@character.special"] = {
link = "SpecialChar"
},
["@comment"] = {
link = "Comment"
},
["@comment.error"] = {
fg = "#db4b4b"
},
["@comment.hint"] = {
fg = "#1abc9c"
},
["@comment.info"] = {
fg = "#0db9d7"
},
2024-01-21 09:48:16 +00:00
["@comment.note"] = {
fg = "#1abc9c"
},
2024-01-20 11:09:09 +00:00
["@comment.todo"] = {
fg = "#7aa2f7"
},
["@comment.warning"] = {
fg = "#e0af68"
},
["@constant"] = {
link = "Constant"
},
["@constant.builtin"] = {
link = "Special"
},
["@constant.macro"] = {
link = "Define"
},
2022-11-08 20:58:44 +00:00
["@constructor"] = {
fg = "#bb9af7"
},
2023-05-03 05:52:37 +00:00
["@constructor.tsx"] = {
fg = "#2ac3de"
},
2024-01-20 11:09:09 +00:00
["@diff.delta"] = {
link = "DiffChange"
},
["@diff.minus"] = {
link = "DiffDelete"
},
["@diff.plus"] = {
link = "DiffAdd"
},
["@function"] = {
link = "Function"
},
["@function.builtin"] = {
link = "Special"
},
["@function.call"] = {
link = "@function"
},
["@function.macro"] = {
link = "Macro"
},
["@function.method"] = {
link = "Function"
},
["@function.method.call"] = {
link = "@function.method"
2022-11-08 20:58:44 +00:00
},
["@keyword"] = {
fg = "#9d7cd8",
style = {
italic = true
}
},
2024-01-20 11:09:09 +00:00
["@keyword.conditional"] = {
link = "Conditional"
},
["@keyword.coroutine"] = {
link = "@keyword"
},
["@keyword.debug"] = {
link = "Debug"
},
["@keyword.directive"] = {
link = "PreProc"
},
["@keyword.directive.define"] = {
link = "Define"
},
["@keyword.exception"] = {
link = "Exception"
},
2022-11-08 20:58:44 +00:00
["@keyword.function"] = {
fg = "#bb9af7",
style = {}
},
2024-01-20 11:09:09 +00:00
["@keyword.import"] = {
link = "Include"
},
["@keyword.operator"] = {
link = "@operator"
},
["@keyword.repeat"] = {
link = "Repeat"
},
["@keyword.return"] = {
link = "@keyword"
},
["@keyword.storage"] = {
link = "StorageClass"
},
2022-11-08 20:58:44 +00:00
["@label"] = {
fg = "#7aa2f7"
},
2023-05-20 07:06:41 +00:00
["@lsp.type.boolean"] = {
link = "@boolean"
},
["@lsp.type.builtinType"] = {
link = "@type.builtin"
},
2023-04-16 06:17:51 +00:00
["@lsp.type.comment"] = {
link = "@comment"
},
2023-09-25 08:42:45 +00:00
["@lsp.type.decorator"] = {
link = "@attribute"
},
["@lsp.type.deriveHelper"] = {
link = "@attribute"
},
2023-04-16 06:17:51 +00:00
["@lsp.type.enum"] = {
link = "@type"
},
["@lsp.type.enumMember"] = {
link = "@constant"
2023-04-16 06:17:51 +00:00
},
2023-05-07 17:31:08 +00:00
["@lsp.type.escapeSequence"] = {
link = "@string.escape"
},
["@lsp.type.formatSpecifier"] = {
2024-01-20 11:09:09 +00:00
link = "@markup.list"
2023-05-07 17:31:08 +00:00
},
2023-09-25 08:42:45 +00:00
["@lsp.type.generic"] = {
link = "@variable"
},
2023-04-16 06:17:51 +00:00
["@lsp.type.interface"] = {
2023-04-22 07:38:50 +00:00
fg = "#6ad5e8"
2023-04-16 06:17:51 +00:00
},
["@lsp.type.keyword"] = {
link = "@keyword"
},
2023-09-25 08:42:45 +00:00
["@lsp.type.lifetime"] = {
2024-01-20 11:09:09 +00:00
link = "@keyword.storage"
2023-09-25 08:42:45 +00:00
},
2023-04-16 06:17:51 +00:00
["@lsp.type.namespace"] = {
2024-01-20 11:09:09 +00:00
link = "@module"
2023-04-16 06:17:51 +00:00
},
2023-05-20 07:06:41 +00:00
["@lsp.type.number"] = {
link = "@number"
},
2023-05-07 17:31:08 +00:00
["@lsp.type.operator"] = {
link = "@operator"
},
2023-04-16 06:17:51 +00:00
["@lsp.type.parameter"] = {
2024-01-20 11:09:09 +00:00
link = "@variable.parameter"
2023-04-16 06:17:51 +00:00
},
["@lsp.type.property"] = {
link = "@property"
},
2023-05-07 17:31:08 +00:00
["@lsp.type.selfKeyword"] = {
link = "@variable.builtin"
},
2023-09-25 08:42:45 +00:00
["@lsp.type.selfTypeKeyword"] = {
link = "@variable.builtin"
},
["@lsp.type.string"] = {
2023-05-20 07:06:41 +00:00
link = "@string"
},
["@lsp.type.typeAlias"] = {
link = "@type.definition"
},
["@lsp.type.unresolvedReference"] = {
sp = "#db4b4b",
undercurl = true
},
2023-04-16 06:17:51 +00:00
["@lsp.type.variable"] = {},
2023-05-20 07:06:41 +00:00
["@lsp.typemod.class.defaultLibrary"] = {
link = "@type.builtin"
},
2023-05-07 17:31:08 +00:00
["@lsp.typemod.enum.defaultLibrary"] = {
link = "@type.builtin"
},
["@lsp.typemod.enumMember.defaultLibrary"] = {
link = "@constant.builtin"
},
2023-04-16 06:17:51 +00:00
["@lsp.typemod.function.defaultLibrary"] = {
link = "@function.builtin"
},
2023-05-07 17:31:08 +00:00
["@lsp.typemod.keyword.async"] = {
link = "@keyword.coroutine"
},
2023-09-25 08:42:45 +00:00
["@lsp.typemod.keyword.injected"] = {
link = "@keyword"
},
["@lsp.typemod.macro.defaultLibrary"] = {
link = "@function.builtin"
},
2023-04-16 06:17:51 +00:00
["@lsp.typemod.method.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.operator.injected"] = {
link = "@operator"
},
["@lsp.typemod.string.injected"] = {
link = "@string"
},
2023-09-25 08:42:45 +00:00
["@lsp.typemod.struct.defaultLibrary"] = {
link = "@type.builtin"
},
2023-04-22 07:38:50 +00:00
["@lsp.typemod.type.defaultLibrary"] = {
fg = "#29a4bd"
},
2023-09-25 08:42:45 +00:00
["@lsp.typemod.typeAlias.defaultLibrary"] = {
fg = "#29a4bd"
},
["@lsp.typemod.variable.callable"] = {
link = "@function"
},
2023-04-16 06:17:51 +00:00
["@lsp.typemod.variable.defaultLibrary"] = {
link = "@variable.builtin"
},
["@lsp.typemod.variable.injected"] = {
link = "@variable"
},
2023-09-25 08:42:45 +00:00
["@lsp.typemod.variable.static"] = {
link = "@constant"
},
2024-01-20 11:09:09 +00:00
["@markup"] = {
link = "@none"
2023-04-16 06:17:51 +00:00
},
2024-01-20 11:09:09 +00:00
["@markup.emphasis"] = {
italic = true
2023-10-03 17:54:16 +00:00
},
2024-01-20 11:09:09 +00:00
["@markup.environment"] = {
link = "Macro"
},
["@markup.environment.name"] = {
link = "Type"
},
["@markup.heading"] = {
link = "Title"
},
["@markup.heading.1.markdown"] = {
bold = true,
fg = "#7aa2f7"
2022-11-08 20:58:44 +00:00
},
2024-01-20 11:09:09 +00:00
["@markup.heading.2.markdown"] = {
bold = true,
2022-11-08 20:58:44 +00:00
fg = "#e0af68"
},
2024-01-20 11:09:09 +00:00
["@markup.heading.3.markdown"] = {
bold = true,
fg = "#9ece6a"
2023-09-25 08:42:45 +00:00
},
2024-01-20 11:09:09 +00:00
["@markup.heading.4.markdown"] = {
bold = true,
fg = "#1abc9c"
2022-11-08 20:58:44 +00:00
},
2024-01-20 11:09:09 +00:00
["@markup.heading.5.markdown"] = {
bold = true,
fg = "#bb9af7"
2022-11-08 20:58:44 +00:00
},
2024-01-20 11:09:09 +00:00
["@markup.heading.6.markdown"] = {
bold = true,
fg = "#9d7cd8"
},
["@markup.link"] = {
fg = "#1abc9c"
2022-11-08 20:58:44 +00:00
},
2024-01-20 11:09:09 +00:00
["@markup.link.label"] = {
link = "SpecialChar"
},
["@markup.link.label.symbol"] = {
link = "Identifier"
},
["@markup.link.url"] = {
link = "Underlined"
},
["@markup.list"] = {
2022-11-08 20:58:44 +00:00
fg = "#89ddff"
},
2024-01-20 11:09:09 +00:00
["@markup.list.checked"] = {
fg = "#73daca"
},
["@markup.list.markdown"] = {
bold = true,
fg = "#ff9e64"
},
2024-01-20 11:09:09 +00:00
["@markup.list.unchecked"] = {
fg = "#7aa2f7"
2023-04-16 06:17:51 +00:00
},
2024-01-20 11:09:09 +00:00
["@markup.math"] = {
link = "Special"
2022-11-08 20:58:44 +00:00
},
2024-01-20 11:09:09 +00:00
["@markup.raw"] = {
link = "String"
2022-11-08 20:58:44 +00:00
},
2024-01-20 11:09:09 +00:00
["@markup.raw.markdown_inline"] = {
bg = "#414868",
fg = "#7aa2f7"
2023-05-03 05:52:37 +00:00
},
2024-01-20 11:09:09 +00:00
["@markup.strikethrough"] = {
strikethrough = true
},
["@markup.strong"] = {
bold = true
},
["@markup.underline"] = {
underline = true
},
["@module"] = {
link = "Include"
},
["@module.builtin"] = {
2023-05-03 05:52:37 +00:00
fg = "#f7768e"
},
2024-01-21 10:28:56 +00:00
["@namespace.builtin"] = {
link = "@variable.builtin"
},
2024-01-20 11:09:09 +00:00
["@none"] = {},
["@number"] = {
link = "Number"
2022-11-08 20:58:44 +00:00
},
2024-01-20 11:09:09 +00:00
["@number.float"] = {
link = "Float"
2023-01-18 14:05:51 +00:00
},
2024-01-20 11:09:09 +00:00
["@operator"] = {
fg = "#89ddff"
2023-01-18 14:05:51 +00:00
},
2024-01-20 11:09:09 +00:00
["@property"] = {
fg = "#73daca"
},
2024-01-20 11:09:09 +00:00
["@punctuation.bracket"] = {
fg = "#a9b1d6"
2022-11-08 20:58:44 +00:00
},
2024-01-20 11:09:09 +00:00
["@punctuation.delimiter"] = {
fg = "#89ddff"
2023-09-25 08:45:42 +00:00
},
2024-01-20 11:09:09 +00:00
["@string"] = {
link = "String"
},
["@string.documentation"] = {
2023-09-25 08:45:42 +00:00
fg = "#e0af68"
},
2024-01-20 11:09:09 +00:00
["@string.escape"] = {
fg = "#bb9af7"
2023-09-25 08:45:42 +00:00
},
2024-01-20 11:09:09 +00:00
["@string.regexp"] = {
fg = "#b4f9f8"
2023-09-25 08:45:42 +00:00
},
2024-01-20 11:09:09 +00:00
["@tag"] = {
link = "Label"
2023-09-25 08:45:42 +00:00
},
2024-01-20 11:09:09 +00:00
["@tag.attribute"] = {
link = "@property"
2023-09-25 08:45:42 +00:00
},
2024-01-20 11:09:09 +00:00
["@tag.delimiter"] = {
link = "Delimiter"
2023-01-18 14:05:51 +00:00
},
2024-01-20 11:09:09 +00:00
["@tag.delimiter.tsx"] = {
fg = "#607dbf"
2023-01-18 14:05:51 +00:00
},
2024-01-20 11:09:09 +00:00
["@tag.tsx"] = {
fg = "#f7768e"
},
["@type"] = {
link = "Type"
2022-11-08 20:58:44 +00:00
},
2023-04-22 07:38:50 +00:00
["@type.builtin"] = {
fg = "#29a4bd"
},
2024-01-20 11:09:09 +00:00
["@type.definition"] = {
link = "Typedef"
},
["@type.qualifier"] = {
link = "@keyword"
},
2022-11-08 20:58:44 +00:00
["@variable"] = {
2023-04-16 06:17:51 +00:00
fg = "#c0caf5",
2022-11-08 20:58:44 +00:00
style = {}
},
["@variable.builtin"] = {
fg = "#f7768e"
},
2024-01-20 11:09:09 +00:00
["@variable.member"] = {
fg = "#73daca"
},
["@variable.parameter"] = {
fg = "#e0af68"
},
["@variable.parameter.builtin"] = {
fg = "#e6bf86"
},
ALEErrorSign = {
fg = "#db4b4b"
},
ALEWarningSign = {
fg = "#e0af68"
},
2023-10-10 22:17:17 +00:00
AerialArrayIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindArray"
2023-10-10 22:17:17 +00:00
},
AerialBooleanIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindBoolean"
2023-10-10 22:17:17 +00:00
},
AerialClassIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindClass"
},
AerialColorIcon = {
link = "LspKindColor"
2023-10-10 22:17:17 +00:00
},
AerialConstantIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindConstant"
2023-10-10 22:17:17 +00:00
},
AerialConstructorIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindConstructor"
2023-10-10 22:17:17 +00:00
},
AerialEnumIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindEnum"
2023-10-10 22:17:17 +00:00
},
AerialEnumMemberIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindEnumMember"
2023-10-10 22:17:17 +00:00
},
AerialEventIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindEvent"
2023-10-10 22:17:17 +00:00
},
AerialFieldIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindField"
2023-10-10 22:17:17 +00:00
},
AerialFileIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindFile"
},
AerialFolderIcon = {
link = "LspKindFolder"
2023-10-10 22:17:17 +00:00
},
AerialFunctionIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindFunction"
2023-10-10 22:17:17 +00:00
},
AerialGuide = {
fg = "#3b4261"
},
AerialInterfaceIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindInterface"
2023-10-10 22:17:17 +00:00
},
AerialKeyIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindKey"
2023-10-10 22:17:17 +00:00
},
AerialKeywordIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindKeyword"
2023-10-10 22:17:17 +00:00
},
AerialLine = {
link = "LspInlayHint"
},
AerialMethodIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindMethod"
2023-10-10 22:17:17 +00:00
},
AerialModuleIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindModule"
2023-10-10 22:17:17 +00:00
},
AerialNamespaceIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindNamespace"
2023-10-10 22:17:17 +00:00
},
AerialNormal = {
2023-10-12 09:50:48 +00:00
bg = "NONE",
fg = "#c0caf5"
2023-10-10 22:17:17 +00:00
},
AerialNullIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindNull"
2023-10-10 22:17:17 +00:00
},
AerialNumberIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindNumber"
2023-10-10 22:17:17 +00:00
},
AerialObjectIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindObject"
2023-10-10 22:17:17 +00:00
},
AerialOperatorIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindOperator"
2023-10-10 22:17:17 +00:00
},
AerialPackageIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindPackage"
2023-10-10 22:17:17 +00:00
},
AerialPropertyIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindProperty"
},
AerialReferenceIcon = {
link = "LspKindReference"
},
AerialSnippetIcon = {
link = "LspKindSnippet"
2023-10-10 22:17:17 +00:00
},
AerialStringIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindString"
2023-10-10 22:17:17 +00:00
},
AerialStructIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindStruct"
},
AerialTextIcon = {
link = "LspKindText"
2023-10-10 22:17:17 +00:00
},
AerialTypeParameterIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindTypeParameter"
},
AerialUnitIcon = {
link = "LspKindUnit"
},
AerialValueIcon = {
link = "LspKindValue"
2023-10-10 22:17:17 +00:00
},
AerialVariableIcon = {
2023-10-25 10:19:55 +00:00
link = "LspKindVariable"
2023-10-10 22:17:17 +00:00
},
2022-11-08 20:58:44 +00:00
AlphaButtons = {
2023-01-18 14:05:51 +00:00
fg = "#7dcfff"
2022-11-08 20:58:44 +00:00
},
AlphaFooter = {
2023-04-16 06:17:51 +00:00
fg = "#2ac3de"
2022-11-08 20:58:44 +00:00
},
AlphaHeader = {
fg = "#7aa2f7"
},
AlphaHeaderLabel = {
fg = "#ff9e64"
},
AlphaShortcut = {
2023-01-18 14:05:51 +00:00
fg = "#ff9e64"
2022-11-08 20:58:44 +00:00
},
Bold = {
bold = true
},
2023-01-18 14:05:51 +00:00
BufferAlternate = {
bg = "#3b4261",
fg = "#c0caf5"
},
BufferAlternateERROR = {
bg = "#3b4261",
fg = "#db4b4b"
},
BufferAlternateHINT = {
bg = "#3b4261",
fg = "#1abc9c"
},
BufferAlternateINFO = {
bg = "#3b4261",
fg = "#0db9d7"
},
BufferAlternateIndex = {
bg = "#3b4261",
fg = "#0db9d7"
},
BufferAlternateMod = {
bg = "#3b4261",
fg = "#e0af68"
},
BufferAlternateSign = {
bg = "#3b4261",
fg = "#0db9d7"
},
BufferAlternateTarget = {
bg = "#3b4261",
fg = "#f7768e"
},
BufferAlternateWARN = {
bg = "#3b4261",
fg = "#e0af68"
},
BufferCurrent = {
2023-04-16 06:17:51 +00:00
bg = "#24283b",
fg = "#c0caf5"
},
2023-01-18 14:05:51 +00:00
BufferCurrentERROR = {
2023-04-16 06:17:51 +00:00
bg = "#24283b",
2023-01-18 14:05:51 +00:00
fg = "#db4b4b"
},
BufferCurrentHINT = {
2023-04-16 06:17:51 +00:00
bg = "#24283b",
2023-01-18 14:05:51 +00:00
fg = "#1abc9c"
},
BufferCurrentINFO = {
2023-04-16 06:17:51 +00:00
bg = "#24283b",
2023-01-18 14:05:51 +00:00
fg = "#0db9d7"
},
BufferCurrentIndex = {
2023-04-16 06:17:51 +00:00
bg = "#24283b",
fg = "#0db9d7"
},
BufferCurrentMod = {
2023-04-16 06:17:51 +00:00
bg = "#24283b",
fg = "#e0af68"
},
BufferCurrentSign = {
2023-04-16 06:17:51 +00:00
bg = "#24283b",
2023-04-22 07:38:50 +00:00
fg = "#24283b"
},
BufferCurrentTarget = {
2023-04-16 06:17:51 +00:00
bg = "#24283b",
fg = "#f7768e"
},
2023-01-18 14:05:51 +00:00
BufferCurrentWARN = {
2023-04-16 06:17:51 +00:00
bg = "#24283b",
2023-01-18 14:05:51 +00:00
fg = "#e0af68"
},
BufferInactive = {
2023-04-22 07:38:50 +00:00
bg = "#262a3e",
2023-04-16 06:17:51 +00:00
fg = "#636a8d"
},
2023-01-18 14:05:51 +00:00
BufferInactiveERROR = {
2023-05-23 06:52:09 +00:00
bg = "#262a3e",
2023-04-16 06:17:51 +00:00
fg = "#b64448"
2023-01-18 14:05:51 +00:00
},
BufferInactiveHINT = {
2023-05-23 06:52:09 +00:00
bg = "#262a3e",
2023-04-16 06:17:51 +00:00
fg = "#1c9e89"
2023-01-18 14:05:51 +00:00
},
BufferInactiveINFO = {
2023-05-23 06:52:09 +00:00
bg = "#262a3e",
2023-04-16 06:17:51 +00:00
fg = "#129cb8"
2023-01-18 14:05:51 +00:00
},
BufferInactiveIndex = {
2023-05-23 06:52:09 +00:00
bg = "#262a3e",
fg = "#737aa2"
},
BufferInactiveMod = {
2023-05-23 06:52:09 +00:00
bg = "#262a3e",
2023-04-16 06:17:51 +00:00
fg = "#ba945f"
},
BufferInactiveSign = {
2023-04-22 07:38:50 +00:00
bg = "#262a3e",
fg = "#24283b"
},
BufferInactiveTarget = {
2023-05-23 06:52:09 +00:00
bg = "#262a3e",
fg = "#f7768e"
},
2023-01-18 14:05:51 +00:00
BufferInactiveWARN = {
2023-05-23 06:52:09 +00:00
bg = "#262a3e",
2023-04-16 06:17:51 +00:00
fg = "#ba945f"
2023-01-18 14:05:51 +00:00
},
BufferLineIndicatorSelected = {
2023-04-22 07:38:50 +00:00
fg = "#6183bb"
},
2023-01-18 14:05:51 +00:00
BufferOffset = {
bg = "#1f2335",
2023-01-18 14:05:51 +00:00
fg = "#737aa2"
},
BufferTabpageFill = {
2023-04-22 07:38:50 +00:00
bg = "#282d41",
2023-01-18 14:05:51 +00:00
fg = "#737aa2"
},
BufferTabpages = {
bg = "#1f2335",
fg = "NONE"
},
BufferVisible = {
bg = "#1f2335",
fg = "#c0caf5"
},
2023-01-18 14:05:51 +00:00
BufferVisibleERROR = {
bg = "#1f2335",
fg = "#db4b4b"
},
BufferVisibleHINT = {
bg = "#1f2335",
fg = "#1abc9c"
},
BufferVisibleINFO = {
bg = "#1f2335",
fg = "#0db9d7"
},
BufferVisibleIndex = {
bg = "#1f2335",
fg = "#0db9d7"
},
BufferVisibleMod = {
bg = "#1f2335",
fg = "#e0af68"
},
BufferVisibleSign = {
bg = "#1f2335",
fg = "#0db9d7"
},
BufferVisibleTarget = {
bg = "#1f2335",
fg = "#f7768e"
},
2023-01-18 14:05:51 +00:00
BufferVisibleWARN = {
bg = "#1f2335",
fg = "#e0af68"
},
Character = {
fg = "#9ece6a"
},
CmpDocumentation = {
bg = "#1f2335",
fg = "#c0caf5"
},
CmpDocumentationBorder = {
bg = "#1f2335",
2022-11-08 20:58:44 +00:00
fg = "#29a4bd"
},
2023-05-27 08:39:53 +00:00
CmpGhostText = {
2023-05-27 08:44:00 +00:00
fg = "#414868"
2023-05-27 08:39:53 +00:00
},
CmpItemAbbr = {
bg = "NONE",
fg = "#c0caf5"
},
CmpItemAbbrDeprecated = {
bg = "NONE",
fg = "#3b4261",
strikethrough = true
},
CmpItemAbbrMatch = {
bg = "NONE",
fg = "#2ac3de"
},
CmpItemAbbrMatchFuzzy = {
bg = "NONE",
fg = "#2ac3de"
},
2023-10-25 10:19:55 +00:00
CmpItemKindArray = {
link = "LspKindArray"
},
CmpItemKindBoolean = {
link = "LspKindBoolean"
},
CmpItemKindClass = {
2023-10-25 10:19:55 +00:00
link = "LspKindClass"
},
2023-10-08 22:12:19 +00:00
CmpItemKindCodeium = {
bg = "NONE",
fg = "#1abc9c"
},
2023-10-25 10:19:55 +00:00
CmpItemKindColor = {
link = "LspKindColor"
},
CmpItemKindConstant = {
2023-10-25 10:19:55 +00:00
link = "LspKindConstant"
},
CmpItemKindConstructor = {
2023-10-25 10:19:55 +00:00
link = "LspKindConstructor"
},
2023-04-16 06:17:51 +00:00
CmpItemKindCopilot = {
bg = "NONE",
fg = "#1abc9c"
},
CmpItemKindDefault = {
bg = "NONE",
fg = "#a9b1d6"
},
CmpItemKindEnum = {
2023-10-25 10:19:55 +00:00
link = "LspKindEnum"
},
CmpItemKindEnumMember = {
2023-10-25 10:19:55 +00:00
link = "LspKindEnumMember"
},
CmpItemKindEvent = {
2023-10-25 10:19:55 +00:00
link = "LspKindEvent"
},
CmpItemKindField = {
2023-10-25 10:19:55 +00:00
link = "LspKindField"
},
CmpItemKindFile = {
link = "LspKindFile"
},
CmpItemKindFolder = {
link = "LspKindFolder"
},
CmpItemKindFunction = {
2023-10-25 10:19:55 +00:00
link = "LspKindFunction"
},
CmpItemKindInterface = {
2023-10-25 10:19:55 +00:00
link = "LspKindInterface"
},
CmpItemKindKey = {
link = "LspKindKey"
},
CmpItemKindKeyword = {
2023-10-25 10:19:55 +00:00
link = "LspKindKeyword"
},
CmpItemKindMethod = {
2023-10-25 10:19:55 +00:00
link = "LspKindMethod"
},
CmpItemKindModule = {
2023-10-25 10:19:55 +00:00
link = "LspKindModule"
},
CmpItemKindNamespace = {
link = "LspKindNamespace"
},
CmpItemKindNull = {
link = "LspKindNull"
},
CmpItemKindNumber = {
link = "LspKindNumber"
},
CmpItemKindObject = {
link = "LspKindObject"
},
CmpItemKindOperator = {
2023-10-25 10:19:55 +00:00
link = "LspKindOperator"
},
2023-10-12 09:50:48 +00:00
CmpItemKindPackage = {
2023-10-25 10:19:55 +00:00
link = "LspKindPackage"
2023-10-12 09:50:48 +00:00
},
CmpItemKindProperty = {
2023-10-25 10:19:55 +00:00
link = "LspKindProperty"
},
CmpItemKindReference = {
2023-10-25 10:19:55 +00:00
link = "LspKindReference"
},
CmpItemKindSnippet = {
2023-10-25 10:19:55 +00:00
link = "LspKindSnippet"
},
CmpItemKindString = {
link = "LspKindString"
},
CmpItemKindStruct = {
2023-10-25 10:19:55 +00:00
link = "LspKindStruct"
},
2023-10-14 16:27:20 +00:00
CmpItemKindTabNine = {
bg = "NONE",
fg = "#1abc9c"
},
2023-10-25 10:19:55 +00:00
CmpItemKindText = {
link = "LspKindText"
},
CmpItemKindTypeParameter = {
2023-10-25 10:19:55 +00:00
link = "LspKindTypeParameter"
},
CmpItemKindUnit = {
2023-10-25 10:19:55 +00:00
link = "LspKindUnit"
},
CmpItemKindValue = {
2023-10-25 10:19:55 +00:00
link = "LspKindValue"
},
CmpItemKindVariable = {
2023-10-25 10:19:55 +00:00
link = "LspKindVariable"
},
CmpItemMenu = {
bg = "NONE",
fg = "#565f89"
},
2023-10-16 06:36:05 +00:00
CodeBlock = {
bg = "#1f2335"
},
ColorColumn = {
bg = "#1d202f"
},
Comment = {
fg = "#565f89",
style = {
italic = true
}
},
Conceal = {
fg = "#737aa2"
},
Constant = {
fg = "#ff9e64"
},
2022-11-08 20:58:44 +00:00
CurSearch = {
link = "IncSearch"
},
Cursor = {
bg = "#c0caf5",
fg = "#24283b"
},
CursorColumn = {
bg = "#292e42"
},
CursorIM = {
bg = "#c0caf5",
fg = "#24283b"
},
CursorLine = {
bg = "#292e42"
},
CursorLineNr = {
fg = "#737aa2"
},
2023-04-22 07:38:50 +00:00
DapStoppedLine = {
bg = "#373640"
},
DashboardCenter = {
fg = "#bb9af7"
},
2023-10-04 09:56:35 +00:00
DashboardDesc = {
fg = "#7dcfff"
},
DashboardFooter = {
2023-10-04 09:56:35 +00:00
fg = "#2ac3de"
},
DashboardHeader = {
fg = "#7aa2f7"
},
2023-10-04 09:56:35 +00:00
DashboardIcon = {
bold = true,
fg = "#7dcfff"
},
DashboardKey = {
fg = "#ff9e64"
},
DashboardShortCut = {
fg = "#7dcfff"
},
2023-04-22 07:38:50 +00:00
Debug = {
fg = "#ff9e64"
},
DefinitionCount = {
fg = "#9d7cd8"
},
DefinitionIcon = {
fg = "#7aa2f7"
},
DiagnosticError = {
fg = "#db4b4b"
},
DiagnosticHint = {
fg = "#1abc9c"
},
DiagnosticInfo = {
fg = "#0db9d7"
},
DiagnosticInformation = {
link = "DiagnosticInfo"
},
DiagnosticUnderlineError = {
sp = "#db4b4b",
undercurl = true
},
DiagnosticUnderlineHint = {
sp = "#1abc9c",
undercurl = true
},
DiagnosticUnderlineInfo = {
sp = "#0db9d7",
undercurl = true
},
DiagnosticUnderlineWarn = {
sp = "#e0af68",
undercurl = true
},
2023-04-22 07:38:50 +00:00
DiagnosticUnnecessary = {
fg = "#414868"
},
DiagnosticVirtualTextError = {
bg = "#362c3d",
fg = "#db4b4b"
},
DiagnosticVirtualTextHint = {
bg = "#233745",
fg = "#1abc9c"
},
DiagnosticVirtualTextInfo = {
bg = "#22374b",
fg = "#0db9d7"
},
DiagnosticVirtualTextWarn = {
bg = "#373640",
fg = "#e0af68"
},
DiagnosticWarn = {
fg = "#e0af68"
},
DiagnosticWarning = {
link = "DiagnosticWarn"
},
DiffAdd = {
bg = "#283b4d"
},
DiffChange = {
bg = "#272d43"
},
DiffDelete = {
bg = "#3f2d3d"
},
DiffText = {
bg = "#394b70"
},
Directory = {
fg = "#7aa2f7"
},
EndOfBuffer = {
fg = "#24283b"
},
Error = {
fg = "#db4b4b"
},
ErrorMsg = {
fg = "#db4b4b"
},
FernBranchText = {
fg = "#7aa2f7"
},
2023-06-20 09:51:44 +00:00
FlashBackdrop = {
fg = "#545c7e"
},
FlashLabel = {
bg = "#ff007c",
bold = true,
fg = "#c0caf5"
},
FloatBorder = {
bg = "#1f2335",
2022-11-08 20:58:44 +00:00
fg = "#29a4bd"
},
2023-05-25 06:57:48 +00:00
FloatTitle = {
bg = "#1f2335",
fg = "#29a4bd"
},
FoldColumn = {
bg = "#24283b",
fg = "#565f89"
},
Folded = {
bg = "#3b4261",
fg = "#7aa2f7"
},
Foo = {
bg = "#ff007c",
2023-06-20 09:51:44 +00:00
fg = "#c0caf5"
},
Function = {
fg = "#7aa2f7",
style = {}
},
GitGutterAdd = {
2023-04-22 07:38:50 +00:00
fg = "#266d6a"
},
2023-04-28 08:37:41 +00:00
GitGutterAddLineNr = {
fg = "#266d6a"
},
GitGutterChange = {
2023-04-22 07:38:50 +00:00
fg = "#536c9e"
},
2023-04-28 08:37:41 +00:00
GitGutterChangeLineNr = {
fg = "#536c9e"
},
GitGutterDelete = {
2023-04-22 07:38:50 +00:00
fg = "#b2555b"
},
2023-04-28 08:37:41 +00:00
GitGutterDeleteLineNr = {
fg = "#b2555b"
},
GitSignsAdd = {
2023-04-22 07:38:50 +00:00
fg = "#266d6a"
},
GitSignsChange = {
2023-04-22 07:38:50 +00:00
fg = "#536c9e"
},
GitSignsDelete = {
2023-04-22 07:38:50 +00:00
fg = "#b2555b"
},
GlyphPalette1 = {
fg = "#db4b4b"
},
GlyphPalette2 = {
fg = "#9ece6a"
},
GlyphPalette3 = {
fg = "#e0af68"
},
GlyphPalette4 = {
fg = "#7aa2f7"
},
GlyphPalette6 = {
fg = "#73daca"
},
GlyphPalette7 = {
fg = "#c0caf5"
},
GlyphPalette9 = {
fg = "#f7768e"
},
2023-10-16 06:36:05 +00:00
Headline = {
2023-10-16 06:39:49 +00:00
link = "Headline1"
2023-10-16 06:36:05 +00:00
},
Headline1 = {
2023-10-16 06:39:49 +00:00
bg = "#282e44"
2023-10-16 06:36:05 +00:00
},
Headline2 = {
2023-10-16 06:39:49 +00:00
bg = "#2d2f3d"
2023-10-16 06:36:05 +00:00
},
Headline3 = {
2023-10-16 06:39:49 +00:00
bg = "#2a303d"
2023-10-16 06:36:05 +00:00
},
Headline4 = {
2023-10-16 06:39:49 +00:00
bg = "#232f40"
2023-10-16 06:36:05 +00:00
},
Headline5 = {
2023-10-16 06:39:49 +00:00
bg = "#2c2e44"
2023-10-16 06:36:05 +00:00
},
Headline6 = {
2023-10-16 06:39:49 +00:00
bg = "#2a2c43"
2023-10-16 06:36:05 +00:00
},
2023-01-18 14:05:51 +00:00
Hlargs = {
fg = "#e0af68"
},
HopNextKey = {
bold = true,
fg = "#ff007c"
},
HopNextKey1 = {
bold = true,
fg = "#0db9d7"
},
HopNextKey2 = {
2022-11-08 20:58:44 +00:00
fg = "#167f99"
},
HopUnmatched = {
fg = "#545c7e"
},
2023-09-28 08:54:25 +00:00
IblIndent = {
fg = "#3b4261",
nocombine = true
},
IblScope = {
fg = "#9d7cd8",
nocombine = true
},
Identifier = {
fg = "#bb9af7",
style = {}
},
IlluminatedWordRead = {
bg = "#3b4261"
},
IlluminatedWordText = {
bg = "#3b4261"
},
IlluminatedWordWrite = {
bg = "#3b4261"
},
IncSearch = {
bg = "#ff9e64",
fg = "#1d202f"
},
IndentBlanklineChar = {
fg = "#3b4261",
nocombine = true
},
IndentBlanklineContextChar = {
fg = "#9d7cd8",
nocombine = true
},
Italic = {
italic = true
},
Keyword = {
fg = "#7dcfff",
style = {
italic = true
}
},
2023-01-18 14:05:51 +00:00
LazyProgressDone = {
bold = true,
fg = "#ff007c"
},
LazyProgressTodo = {
bold = true,
fg = "#3b4261"
},
LeapBackdrop = {
fg = "#545c7e"
},
LeapLabelPrimary = {
bold = true,
fg = "#ff007c"
},
LeapLabelSecondary = {
bold = true,
fg = "#73daca"
},
LeapMatch = {
bg = "#ff007c",
bold = true,
fg = "#c0caf5"
},
LightspeedGreyWash = {
fg = "#545c7e"
},
LightspeedLabel = {
bold = true,
fg = "#ff007c",
underline = true
},
LightspeedLabelDistant = {
bold = true,
fg = "#73daca",
underline = true
},
LightspeedLabelDistantOverlapped = {
fg = "#41a6b5",
underline = true
},
LightspeedLabelOverlapped = {
fg = "#ff007c",
underline = true
},
LightspeedMaskedChar = {
fg = "#ff9e64"
},
LightspeedOneCharMatch = {
bg = "#ff007c",
bold = true,
fg = "#c0caf5"
},
LightspeedPendingOpArea = {
bg = "#ff007c",
fg = "#c0caf5"
},
LightspeedShortcut = {
bg = "#ff007c",
bold = true,
fg = "#c0caf5",
underline = true
},
LightspeedUnlabeledMatch = {
bold = true,
fg = "#0db9d7"
},
LineNr = {
fg = "#3b4261"
},
LspCodeLens = {
fg = "#565f89"
},
LspFloatWinBorder = {
2022-11-08 20:58:44 +00:00
fg = "#29a4bd"
},
LspFloatWinNormal = {
bg = "#1f2335"
},
2022-11-08 20:58:44 +00:00
LspInfoBorder = {
bg = "#1f2335",
fg = "#29a4bd"
},
2023-06-20 09:51:44 +00:00
LspInlayHint = {
bg = "#262c40",
fg = "#545c7e"
},
2023-10-25 10:19:55 +00:00
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 = {
2024-01-20 11:09:09 +00:00
link = "@variable.member"
2023-10-25 10:19:55 +00:00
},
LspKindFile = {
link = "Normal"
},
LspKindFolder = {
link = "Directory"
},
LspKindFunction = {
link = "@function"
},
LspKindInterface = {
link = "@lsp.type.interface"
},
LspKindKey = {
2024-01-20 11:09:09 +00:00
link = "@variable.member"
2023-10-25 10:19:55 +00:00
},
LspKindKeyword = {
link = "@lsp.type.keyword"
},
LspKindMethod = {
2024-01-20 11:09:09 +00:00
link = "@function.method"
2023-10-25 10:19:55 +00:00
},
LspKindModule = {
2024-01-20 11:09:09 +00:00
link = "@module"
2023-10-25 10:19:55 +00:00
},
LspKindNamespace = {
2024-01-20 11:09:09 +00:00
link = "@module"
2023-10-25 10:19:55 +00:00
},
LspKindNull = {
link = "@constant.builtin"
},
LspKindNumber = {
link = "@number"
},
LspKindObject = {
link = "@constant"
},
LspKindOperator = {
link = "@operator"
},
LspKindPackage = {
2024-01-20 11:09:09 +00:00
link = "@module"
2023-10-25 10:19:55 +00:00
},
LspKindProperty = {
link = "@property"
},
LspKindReference = {
2024-01-20 11:09:09 +00:00
link = "@markup.link"
2023-10-25 10:19:55 +00:00
},
LspKindSnippet = {
link = "Conceal"
},
LspKindString = {
link = "@string"
},
LspKindStruct = {
link = "@lsp.type.struct"
},
LspKindText = {
2024-01-20 11:09:09 +00:00
link = "@markup"
2023-10-25 10:19:55 +00:00
},
LspKindTypeParameter = {
link = "@lsp.type.typeParameter"
},
LspKindUnit = {
link = "@lsp.type.struct"
},
LspKindValue = {
link = "@string"
},
LspKindVariable = {
link = "@variable"
},
LspReferenceRead = {
bg = "#3b4261"
},
LspReferenceText = {
bg = "#3b4261"
},
LspReferenceWrite = {
bg = "#3b4261"
},
LspSagaBorderTitle = {
fg = "#7dcfff"
},
LspSagaCodeActionBorder = {
fg = "#7aa2f7"
},
LspSagaCodeActionContent = {
fg = "#9d7cd8"
},
LspSagaCodeActionTitle = {
fg = "#2ac3de"
},
LspSagaDefPreviewBorder = {
fg = "#9ece6a"
},
LspSagaFinderSelection = {
2023-04-16 06:17:51 +00:00
fg = "#2e3c64"
},
LspSagaHoverBorder = {
fg = "#7aa2f7"
},
LspSagaRenameBorder = {
fg = "#9ece6a"
},
LspSagaSignatureHelpBorder = {
fg = "#f7768e"
},
LspSignatureActiveParameter = {
2023-04-16 06:17:51 +00:00
bg = "#28304b",
2022-11-08 20:58:44 +00:00
bold = true
},
MatchParen = {
bold = true,
fg = "#ff9e64"
},
MiniCompletionActiveParameter = {
underline = true
},
MiniCursorword = {
bg = "#3b4261"
},
MiniCursorwordCurrent = {
bg = "#3b4261"
},
MiniIndentscopePrefix = {
nocombine = true
},
MiniIndentscopeSymbol = {
2023-06-17 06:25:13 +00:00
fg = "#2ac3de",
nocombine = true
},
MiniJump = {
2022-11-08 20:58:44 +00:00
bg = "#ff007c",
fg = "#ffffff"
},
MiniJump2dSpot = {
bold = true,
fg = "#ff007c",
nocombine = true
},
MiniStarterCurrent = {
nocombine = true
},
MiniStarterFooter = {
fg = "#e0af68",
italic = true
},
MiniStarterHeader = {
fg = "#7aa2f7"
},
MiniStarterInactive = {
fg = "#565f89",
style = {
italic = true
}
},
MiniStarterItem = {
bg = "#24283b",
fg = "#c0caf5"
},
MiniStarterItemBullet = {
2022-11-08 20:58:44 +00:00
fg = "#29a4bd"
},
MiniStarterItemPrefix = {
fg = "#e0af68"
},
MiniStarterQuery = {
fg = "#0db9d7"
},
MiniStarterSection = {
fg = "#2ac3de"
},
MiniStatuslineDevinfo = {
bg = "#292e42",
fg = "#a9b1d6"
},
MiniStatuslineFileinfo = {
bg = "#292e42",
fg = "#a9b1d6"
},
MiniStatuslineFilename = {
bg = "#3b4261",
fg = "#a9b1d6"
},
MiniStatuslineInactive = {
bg = "#1f2335",
fg = "#7aa2f7"
},
MiniStatuslineModeCommand = {
bg = "#e0af68",
bold = true,
fg = "#1d202f"
},
MiniStatuslineModeInsert = {
bg = "#9ece6a",
bold = true,
fg = "#1d202f"
},
MiniStatuslineModeNormal = {
bg = "#7aa2f7",
bold = true,
fg = "#1d202f"
},
MiniStatuslineModeOther = {
bg = "#1abc9c",
bold = true,
fg = "#1d202f"
},
MiniStatuslineModeReplace = {
bg = "#f7768e",
bold = true,
fg = "#1d202f"
},
MiniStatuslineModeVisual = {
bg = "#bb9af7",
bold = true,
fg = "#1d202f"
},
MiniSurround = {
bg = "#ff9e64",
fg = "#1d202f"
},
MiniTablineCurrent = {
bg = "#3b4261",
fg = "#c0caf5"
},
MiniTablineFill = {
bg = "#1d202f"
},
MiniTablineHidden = {
bg = "#1f2335",
fg = "#737aa2"
},
MiniTablineModifiedCurrent = {
bg = "#3b4261",
fg = "#e0af68"
},
MiniTablineModifiedHidden = {
bg = "#1f2335",
fg = "#a8875b"
},
MiniTablineModifiedVisible = {
bg = "#1f2335",
fg = "#e0af68"
},
MiniTablineTabpagesection = {
bg = "#1f2335",
fg = "NONE"
},
MiniTablineVisible = {
bg = "#1f2335",
fg = "#c0caf5"
},
MiniTestEmphasis = {
bold = true
},
MiniTestFail = {
bold = true,
fg = "#f7768e"
},
MiniTestPass = {
bold = true,
fg = "#9ece6a"
},
MiniTrailspace = {
bg = "#f7768e"
},
ModeMsg = {
bold = true,
fg = "#a9b1d6"
},
MoreMsg = {
fg = "#7aa2f7"
},
MsgArea = {
fg = "#a9b1d6"
},
2022-09-24 14:52:46 +00:00
NavicIconsArray = {
2023-10-25 10:19:55 +00:00
link = "LspKindArray"
2022-09-24 14:52:46 +00:00
},
NavicIconsBoolean = {
2023-10-25 10:19:55 +00:00
link = "LspKindBoolean"
2022-09-24 14:52:46 +00:00
},
NavicIconsClass = {
2023-10-25 10:19:55 +00:00
link = "LspKindClass"
},
NavicIconsColor = {
link = "LspKindColor"
2022-09-24 14:52:46 +00:00
},
NavicIconsConstant = {
2023-10-25 10:19:55 +00:00
link = "LspKindConstant"
2022-09-24 14:52:46 +00:00
},
NavicIconsConstructor = {
2023-10-25 10:19:55 +00:00
link = "LspKindConstructor"
2022-09-24 14:52:46 +00:00
},
NavicIconsEnum = {
2023-10-25 10:19:55 +00:00
link = "LspKindEnum"
2022-09-24 14:52:46 +00:00
},
NavicIconsEnumMember = {
2023-10-25 10:19:55 +00:00
link = "LspKindEnumMember"
2022-09-24 14:52:46 +00:00
},
NavicIconsEvent = {
2023-10-25 10:19:55 +00:00
link = "LspKindEvent"
2022-09-24 14:52:46 +00:00
},
NavicIconsField = {
2023-10-25 10:19:55 +00:00
link = "LspKindField"
2022-09-24 14:52:46 +00:00
},
NavicIconsFile = {
2023-10-25 10:19:55 +00:00
link = "LspKindFile"
},
NavicIconsFolder = {
link = "LspKindFolder"
2022-09-24 14:52:46 +00:00
},
NavicIconsFunction = {
2023-10-25 10:19:55 +00:00
link = "LspKindFunction"
2022-09-24 14:52:46 +00:00
},
NavicIconsInterface = {
2023-10-25 10:19:55 +00:00
link = "LspKindInterface"
2022-09-24 14:52:46 +00:00
},
NavicIconsKey = {
2023-10-25 10:19:55 +00:00
link = "LspKindKey"
2022-09-24 14:52:46 +00:00
},
NavicIconsKeyword = {
2023-10-25 10:19:55 +00:00
link = "LspKindKeyword"
2022-09-24 14:52:46 +00:00
},
NavicIconsMethod = {
2023-10-25 10:19:55 +00:00
link = "LspKindMethod"
2022-09-24 14:52:46 +00:00
},
NavicIconsModule = {
2023-10-25 10:19:55 +00:00
link = "LspKindModule"
2022-09-24 14:52:46 +00:00
},
NavicIconsNamespace = {
2023-10-25 10:19:55 +00:00
link = "LspKindNamespace"
2022-09-24 14:52:46 +00:00
},
NavicIconsNull = {
2023-10-25 10:19:55 +00:00
link = "LspKindNull"
2022-09-24 14:52:46 +00:00
},
NavicIconsNumber = {
2023-10-25 10:19:55 +00:00
link = "LspKindNumber"
2022-09-24 14:52:46 +00:00
},
NavicIconsObject = {
2023-10-25 10:19:55 +00:00
link = "LspKindObject"
2022-09-24 14:52:46 +00:00
},
NavicIconsOperator = {
2023-10-25 10:19:55 +00:00
link = "LspKindOperator"
2022-09-24 14:52:46 +00:00
},
NavicIconsPackage = {
2023-10-25 10:19:55 +00:00
link = "LspKindPackage"
2022-09-24 14:52:46 +00:00
},
NavicIconsProperty = {
2023-10-25 10:19:55 +00:00
link = "LspKindProperty"
},
NavicIconsReference = {
link = "LspKindReference"
},
NavicIconsSnippet = {
link = "LspKindSnippet"
2022-09-24 14:52:46 +00:00
},
NavicIconsString = {
2023-10-25 10:19:55 +00:00
link = "LspKindString"
2022-09-24 14:52:46 +00:00
},
NavicIconsStruct = {
2023-10-25 10:19:55 +00:00
link = "LspKindStruct"
},
NavicIconsText = {
link = "LspKindText"
2022-09-24 14:52:46 +00:00
},
NavicIconsTypeParameter = {
2023-10-25 10:19:55 +00:00
link = "LspKindTypeParameter"
},
NavicIconsUnit = {
link = "LspKindUnit"
},
NavicIconsValue = {
link = "LspKindValue"
2022-09-24 14:52:46 +00:00
},
NavicIconsVariable = {
2023-10-25 10:19:55 +00:00
link = "LspKindVariable"
2022-09-24 14:52:46 +00:00
},
NavicSeparator = {
bg = "NONE",
fg = "#c0caf5"
},
NavicText = {
bg = "NONE",
fg = "#c0caf5"
},
2023-04-16 06:17:51 +00:00
NeoTreeDimText = {
fg = "#3b4261"
},
NeoTreeNormal = {
bg = "#1f2335",
fg = "#a9b1d6"
},
NeoTreeNormalNC = {
bg = "#1f2335",
fg = "#a9b1d6"
},
NeogitBranch = {
fg = "#bb9af7"
},
NeogitDiffAddHighlight = {
bg = "#283b4d",
2023-04-22 07:38:50 +00:00
fg = "#449dab"
},
NeogitDiffContextHighlight = {
bg = "#30354e",
fg = "#a9b1d6"
},
NeogitDiffDeleteHighlight = {
bg = "#3f2d3d",
2023-04-22 07:38:50 +00:00
fg = "#914c54"
},
NeogitHunkHeader = {
bg = "#292e42",
fg = "#c0caf5"
},
NeogitHunkHeaderHighlight = {
bg = "#3b4261",
fg = "#7aa2f7"
},
NeogitRemote = {
fg = "#9d7cd8"
},
2022-11-08 20:58:44 +00:00
NeotestAdapterName = {
bold = true,
fg = "#9d7cd8"
},
NeotestBorder = {
fg = "#7aa2f7"
},
NeotestDir = {
fg = "#7aa2f7"
},
NeotestExpandMarker = {
fg = "#a9b1d6"
},
NeotestFailed = {
fg = "#f7768e"
},
NeotestFile = {
fg = "#1abc9c"
},
NeotestFocused = {
fg = "#e0af68"
},
NeotestIndent = {
fg = "#a9b1d6"
},
NeotestMarked = {
fg = "#7aa2f7"
},
NeotestNamespace = {
fg = "#41a6b5"
},
NeotestPassed = {
fg = "#9ece6a"
},
NeotestRunning = {
fg = "#e0af68"
},
NeotestSkipped = {
fg = "#7aa2f7"
},
NeotestTarget = {
fg = "#7aa2f7"
},
NeotestTest = {
fg = "#a9b1d6"
},
NeotestWinSelect = {
fg = "#7aa2f7"
},
2023-10-25 10:19:55 +00:00
NoiceCompletionItemKindArray = {
link = "LspKindArray"
},
NoiceCompletionItemKindBoolean = {
link = "LspKindBoolean"
},
2022-11-08 20:58:44 +00:00
NoiceCompletionItemKindClass = {
2023-10-25 10:19:55 +00:00
link = "LspKindClass"
},
NoiceCompletionItemKindColor = {
link = "LspKindColor"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindConstant = {
2023-10-25 10:19:55 +00:00
link = "LspKindConstant"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindConstructor = {
2023-10-25 10:19:55 +00:00
link = "LspKindConstructor"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindDefault = {
bg = "NONE",
fg = "#a9b1d6"
},
NoiceCompletionItemKindEnum = {
2023-10-25 10:19:55 +00:00
link = "LspKindEnum"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindEnumMember = {
2023-10-25 10:19:55 +00:00
link = "LspKindEnumMember"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindEvent = {
2023-10-25 10:19:55 +00:00
link = "LspKindEvent"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindField = {
2023-10-25 10:19:55 +00:00
link = "LspKindField"
},
NoiceCompletionItemKindFile = {
link = "LspKindFile"
},
NoiceCompletionItemKindFolder = {
link = "LspKindFolder"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindFunction = {
2023-10-25 10:19:55 +00:00
link = "LspKindFunction"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindInterface = {
2023-10-25 10:19:55 +00:00
link = "LspKindInterface"
},
NoiceCompletionItemKindKey = {
link = "LspKindKey"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindKeyword = {
2023-10-25 10:19:55 +00:00
link = "LspKindKeyword"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindMethod = {
2023-10-25 10:19:55 +00:00
link = "LspKindMethod"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindModule = {
2023-10-25 10:19:55 +00:00
link = "LspKindModule"
},
NoiceCompletionItemKindNamespace = {
link = "LspKindNamespace"
},
NoiceCompletionItemKindNull = {
link = "LspKindNull"
},
NoiceCompletionItemKindNumber = {
link = "LspKindNumber"
},
NoiceCompletionItemKindObject = {
link = "LspKindObject"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindOperator = {
2023-10-25 10:19:55 +00:00
link = "LspKindOperator"
},
NoiceCompletionItemKindPackage = {
link = "LspKindPackage"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindProperty = {
2023-10-25 10:19:55 +00:00
link = "LspKindProperty"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindReference = {
2023-10-25 10:19:55 +00:00
link = "LspKindReference"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindSnippet = {
2023-10-25 10:19:55 +00:00
link = "LspKindSnippet"
},
NoiceCompletionItemKindString = {
link = "LspKindString"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindStruct = {
2023-10-25 10:19:55 +00:00
link = "LspKindStruct"
},
NoiceCompletionItemKindText = {
link = "LspKindText"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindTypeParameter = {
2023-10-25 10:19:55 +00:00
link = "LspKindTypeParameter"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindUnit = {
2023-10-25 10:19:55 +00:00
link = "LspKindUnit"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindValue = {
2023-10-25 10:19:55 +00:00
link = "LspKindValue"
2022-11-08 20:58:44 +00:00
},
NoiceCompletionItemKindVariable = {
2023-10-25 10:19:55 +00:00
link = "LspKindVariable"
2022-11-08 20:58:44 +00:00
},
NonText = {
fg = "#545c7e"
},
Normal = {
bg = "#24283b",
fg = "#c0caf5"
},
NormalFloat = {
bg = "#1f2335",
2023-01-18 14:05:51 +00:00
fg = "#c0caf5"
},
NormalNC = {
bg = "#24283b",
fg = "#c0caf5"
},
NormalSB = {
bg = "#1f2335",
fg = "#a9b1d6"
},
2023-07-13 22:01:11 +00:00
NotifyBackground = {
bg = "#24283b",
fg = "#c0caf5"
},
2022-11-08 20:58:44 +00:00
NotifyDEBUGBody = {
bg = "#24283b",
fg = "#c0caf5"
},
NotifyDEBUGBorder = {
bg = "#24283b",
fg = "#333952"
},
NotifyDEBUGIcon = {
fg = "#565f89"
},
NotifyDEBUGTitle = {
fg = "#565f89"
},
NotifyERRORBody = {
bg = "#24283b",
fg = "#c0caf5"
},
NotifyERRORBorder = {
bg = "#24283b",
fg = "#5b3340"
},
NotifyERRORIcon = {
fg = "#db4b4b"
},
NotifyERRORTitle = {
fg = "#db4b4b"
},
NotifyINFOBody = {
bg = "#24283b",
fg = "#c0caf5"
},
NotifyINFOBorder = {
bg = "#24283b",
fg = "#1d546a"
},
NotifyINFOIcon = {
fg = "#0db9d7"
},
NotifyINFOTitle = {
fg = "#0db9d7"
},
NotifyTRACEBody = {
bg = "#24283b",
fg = "#c0caf5"
},
NotifyTRACEBorder = {
bg = "#24283b",
fg = "#48416a"
},
NotifyTRACEIcon = {
fg = "#9d7cd8"
},
NotifyTRACETitle = {
fg = "#9d7cd8"
},
NotifyWARNBody = {
bg = "#24283b",
fg = "#c0caf5"
},
NotifyWARNBorder = {
bg = "#24283b",
fg = "#5c5149"
},
NotifyWARNIcon = {
fg = "#e0af68"
},
NotifyWARNTitle = {
fg = "#e0af68"
},
NvimTreeFolderIcon = {
bg = "NONE",
2022-11-11 06:23:27 +00:00
fg = "#7aa2f7"
},
NvimTreeGitDeleted = {
2023-04-22 07:38:50 +00:00
fg = "#914c54"
},
NvimTreeGitDirty = {
2023-04-22 07:38:50 +00:00
fg = "#6183bb"
},
NvimTreeGitNew = {
2023-04-22 07:38:50 +00:00
fg = "#449dab"
},
NvimTreeImageFile = {
fg = "#a9b1d6"
},
NvimTreeIndentMarker = {
fg = "#3b4261"
},
NvimTreeNormal = {
bg = "#1f2335",
fg = "#a9b1d6"
},
NvimTreeNormalNC = {
bg = "#1f2335",
fg = "#a9b1d6"
},
NvimTreeOpenedFile = {
bg = "#292e42"
},
NvimTreeRootFolder = {
bold = true,
fg = "#7aa2f7"
},
NvimTreeSpecialFile = {
fg = "#9d7cd8",
underline = true
},
NvimTreeSymlink = {
fg = "#7aa2f7"
},
2022-09-24 14:52:46 +00:00
NvimTreeWinSeparator = {
bg = "#1f2335",
fg = "#1f2335"
},
Operator = {
fg = "#89ddff"
},
Pmenu = {
bg = "#1f2335",
fg = "#c0caf5"
},
PmenuSbar = {
bg = "#2a2e3f"
},
PmenuSel = {
bg = "#363d59"
},
PmenuThumb = {
bg = "#3b4261"
},
PreProc = {
fg = "#7dcfff"
},
Question = {
fg = "#7aa2f7"
},
QuickFixLine = {
2023-04-16 06:17:51 +00:00
bg = "#2e3c64",
bold = true
},
RainbowDelimiterBlue = {
fg = "#7aa2f7"
},
RainbowDelimiterCyan = {
fg = "#7dcfff"
},
RainbowDelimiterGreen = {
fg = "#9ece6a"
},
RainbowDelimiterOrange = {
fg = "#ff9e64"
},
RainbowDelimiterRed = {
fg = "#f7768e"
},
RainbowDelimiterViolet = {
fg = "#9d7cd8"
},
RainbowDelimiterYellow = {
fg = "#e0af68"
},
ReferencesCount = {
fg = "#9d7cd8"
},
ReferencesIcon = {
fg = "#7aa2f7"
},
ScrollbarError = {
bg = "NONE",
fg = "#db4b4b"
},
ScrollbarErrorHandle = {
bg = "#292e42",
fg = "#db4b4b"
},
ScrollbarHandle = {
bg = "#292e42",
fg = "NONE"
},
ScrollbarHint = {
bg = "NONE",
fg = "#1abc9c"
},
ScrollbarHintHandle = {
bg = "#292e42",
fg = "#1abc9c"
},
ScrollbarInfo = {
bg = "NONE",
fg = "#0db9d7"
},
ScrollbarInfoHandle = {
bg = "#292e42",
fg = "#0db9d7"
},
ScrollbarMisc = {
bg = "NONE",
fg = "#9d7cd8"
},
ScrollbarMiscHandle = {
bg = "#292e42",
fg = "#9d7cd8"
},
ScrollbarSearch = {
bg = "NONE",
fg = "#ff9e64"
},
ScrollbarSearchHandle = {
bg = "#292e42",
fg = "#ff9e64"
},
ScrollbarWarn = {
bg = "NONE",
fg = "#e0af68"
},
ScrollbarWarnHandle = {
bg = "#292e42",
fg = "#e0af68"
},
Search = {
bg = "#3d59a1",
fg = "#c0caf5"
},
SignColumn = {
bg = "#24283b",
fg = "#3b4261"
},
SignColumnSB = {
bg = "#1f2335",
fg = "#3b4261"
},
Sneak = {
bg = "#bb9af7",
fg = "#292e42"
},
SneakScope = {
2023-04-16 06:17:51 +00:00
bg = "#2e3c64"
},
Special = {
fg = "#2ac3de"
},
SpecialKey = {
fg = "#545c7e"
},
SpellBad = {
sp = "#db4b4b",
undercurl = true
},
SpellCap = {
sp = "#e0af68",
undercurl = true
},
SpellLocal = {
sp = "#0db9d7",
undercurl = true
},
SpellRare = {
sp = "#1abc9c",
undercurl = true
},
Statement = {
fg = "#bb9af7"
},
StatusLine = {
bg = "#1f2335",
fg = "#a9b1d6"
},
StatusLineNC = {
bg = "#1f2335",
fg = "#3b4261"
},
String = {
fg = "#9ece6a"
},
Substitute = {
bg = "#f7768e",
fg = "#1d202f"
},
2022-11-08 20:58:44 +00:00
TSNodeKey = {
bold = true,
fg = "#ff007c"
},
2022-11-08 20:58:44 +00:00
TSNodeUnmatched = {
fg = "#545c7e"
},
2023-04-16 06:17:51 +00:00
TSRainbowBlue = {
fg = "#7aa2f7"
},
TSRainbowCyan = {
fg = "#7dcfff"
},
TSRainbowGreen = {
fg = "#9ece6a"
},
TSRainbowOrange = {
fg = "#ff9e64"
},
TSRainbowRed = {
fg = "#f7768e"
},
TSRainbowViolet = {
fg = "#9d7cd8"
},
TSRainbowYellow = {
fg = "#e0af68"
},
TabLine = {
bg = "#1f2335",
fg = "#3b4261"
},
TabLineFill = {
bg = "#1d202f"
},
TabLineSel = {
bg = "#7aa2f7",
fg = "#1d202f"
},
TargetWord = {
fg = "#7dcfff"
},
TelescopeBorder = {
bg = "#1f2335",
2022-11-08 20:58:44 +00:00
fg = "#29a4bd"
},
TelescopeNormal = {
bg = "#1f2335",
fg = "#c0caf5"
},
Title = {
bold = true,
fg = "#7aa2f7"
},
Todo = {
bg = "#e0af68",
fg = "#24283b"
},
2023-01-18 14:05:51 +00:00
TreesitterContext = {
bg = "#363d59"
},
TroubleCount = {
bg = "#3b4261",
fg = "#bb9af7"
},
TroubleNormal = {
bg = "#1f2335",
2024-01-20 11:09:09 +00:00
fg = "#c0caf5"
},
TroubleText = {
fg = "#a9b1d6"
},
Type = {
fg = "#2ac3de"
},
Underlined = {
underline = true
},
VertSplit = {
fg = "#1d202f"
},
Visual = {
2023-04-16 06:17:51 +00:00
bg = "#2e3c64"
},
VisualNOS = {
2023-04-16 06:17:51 +00:00
bg = "#2e3c64"
},
WarningMsg = {
fg = "#e0af68"
},
WhichKey = {
fg = "#7dcfff"
},
WhichKeyDesc = {
fg = "#bb9af7"
},
WhichKeyFloat = {
bg = "#1f2335"
},
WhichKeyGroup = {
fg = "#7aa2f7"
},
WhichKeySeparator = {
fg = "#565f89"
},
WhichKeySeperator = {
fg = "#565f89"
},
WhichKeyValue = {
fg = "#737aa2"
},
Whitespace = {
fg = "#3b4261"
},
WildMenu = {
2023-04-16 06:17:51 +00:00
bg = "#2e3c64"
},
2024-01-19 15:43:59 +00:00
WinBar = {
link = "StatusLine"
},
WinBarNC = {
link = "StatusLineNC"
},
WinSeparator = {
bold = true,
fg = "#1d202f"
},
2022-11-08 20:58:44 +00:00
YankyPut = {
link = "IncSearch"
},
YankyYanked = {
link = "IncSearch"
},
debugBreakpoint = {
bg = "#22374b",
fg = "#0db9d7"
},
debugPC = {
bg = "#1f2335"
},
diffAdded = {
2023-04-22 07:38:50 +00:00
fg = "#449dab"
},
diffChanged = {
2023-04-22 07:38:50 +00:00
fg = "#6183bb"
},
diffFile = {
fg = "#7aa2f7"
},
diffIndexLine = {
fg = "#bb9af7"
},
diffLine = {
fg = "#565f89"
},
diffNewFile = {
fg = "#ff9e64"
},
diffOldFile = {
fg = "#e0af68"
},
diffRemoved = {
2023-04-22 07:38:50 +00:00
fg = "#914c54"
},
2023-10-08 11:38:34 +00:00
dosIniLabel = {
link = "@property"
},
healthError = {
fg = "#db4b4b"
},
healthSuccess = {
fg = "#73daca"
},
healthWarning = {
fg = "#e0af68"
},
2023-01-18 14:05:51 +00:00
helpCommand = {
bg = "#414868",
fg = "#7aa2f7"
},
htmlH1 = {
bold = true,
fg = "#bb9af7"
},
htmlH2 = {
bold = true,
fg = "#7aa2f7"
},
illuminatedCurWord = {
bg = "#3b4261"
},
illuminatedWord = {
bg = "#3b4261"
},
lCursor = {
bg = "#c0caf5",
fg = "#24283b"
},
markdownCode = {
fg = "#1abc9c"
},
markdownCodeBlock = {
fg = "#1abc9c"
},
markdownH1 = {
bold = true,
fg = "#bb9af7"
},
markdownH2 = {
bold = true,
fg = "#7aa2f7"
},
markdownHeadingDelimiter = {
bold = true,
fg = "#ff9e64"
},
markdownLinkText = {
fg = "#7aa2f7",
underline = true
},
mkdCodeDelimiter = {
bg = "#414868",
fg = "#c0caf5"
},
mkdCodeEnd = {
bold = true,
fg = "#1abc9c"
},
mkdCodeStart = {
bold = true,
fg = "#1abc9c"
},
qfFileName = {
fg = "#7aa2f7"
},
qfLineNr = {
fg = "#737aa2"
},
rainbowcol1 = {
2022-11-08 20:58:44 +00:00
fg = "#f7768e"
},
rainbowcol2 = {
fg = "#e0af68"
},
rainbowcol3 = {
2022-11-08 20:58:44 +00:00
fg = "#9ece6a"
},
rainbowcol4 = {
2022-11-08 20:58:44 +00:00
fg = "#1abc9c"
},
rainbowcol5 = {
2022-11-08 20:58:44 +00:00
fg = "#7aa2f7"
},
rainbowcol6 = {
2022-11-08 20:58:44 +00:00
fg = "#bb9af7"
},
rainbowcol7 = {
2022-11-08 20:58:44 +00:00
fg = "#9d7cd8"
}
}