fix: updated extras

This commit is contained in:
Folke Lemaitre
2023-04-16 08:17:51 +02:00
parent cbed164e6f
commit 6e0bfd6836
39 changed files with 526 additions and 214 deletions

View File

@@ -7,7 +7,7 @@ local colors = {
bg_search = "#7890dd",
bg_sidebar = "#e9e9ec",
bg_statusline = "#e9e9ec",
bg_visual = "#99a7df",
bg_visual = "#b6bfe2",
black = "#e9e9ed",
blue = "#2e7de9",
blue0 = "#7890dd",
@@ -83,6 +83,52 @@ local highlights = {
["@label"] = {
fg = "#2e7de9"
},
["@lsp.type.comment"] = {
link = "@comment"
},
["@lsp.type.enum"] = {
link = "@type"
},
["@lsp.type.enumMember"] = {
link = "@property"
},
["@lsp.type.interface"] = {
link = "@type"
},
["@lsp.type.keyword"] = {
link = "@keyword"
},
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.parameter"] = {
link = "@parameter"
},
["@lsp.type.property"] = {
link = "@property"
},
["@lsp.type.variable"] = {},
["@lsp.typemod.function.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.method.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.operator.injected"] = {
link = "@operator"
},
["@lsp.typemod.string.injected"] = {
link = "@string"
},
["@lsp.typemod.variable.defaultLibrary"] = {
link = "@variable.builtin"
},
["@lsp.typemod.variable.injected"] = {
link = "@variable"
},
["@namespace"] = {
link = "Include"
},
["@operator"] = {
fg = "#006a83"
},
@@ -105,6 +151,9 @@ local highlights = {
bold = true,
fg = "#b15c00"
},
["@string.documentation"] = {
fg = "#8c6c3e"
},
["@string.escape"] = {
fg = "#9854f1"
},
@@ -142,6 +191,7 @@ local highlights = {
fg = "#e1e2e7"
},
["@variable"] = {
fg = "#3760bf",
style = {}
},
["@variable.builtin"] = {
@@ -157,8 +207,7 @@ local highlights = {
fg = "#007197"
},
AlphaFooter = {
fg = "#8c6c3e",
italic = true
fg = "#188092"
},
AlphaHeader = {
fg = "#2e7de9"
@@ -209,76 +258,76 @@ local highlights = {
fg = "#8c6c3e"
},
BufferCurrent = {
bg = "#a8aecb",
bg = "#e1e2e7",
fg = "#3760bf"
},
BufferCurrentERROR = {
bg = "#a8aecb",
bg = "#e1e2e7",
fg = "#c64343"
},
BufferCurrentHINT = {
bg = "#a8aecb",
bg = "#e1e2e7",
fg = "#118c74"
},
BufferCurrentINFO = {
bg = "#a8aecb",
bg = "#e1e2e7",
fg = "#07879d"
},
BufferCurrentIndex = {
bg = "#a8aecb",
bg = "#e1e2e7",
fg = "#07879d"
},
BufferCurrentMod = {
bg = "#a8aecb",
bg = "#e1e2e7",
fg = "#8c6c3e"
},
BufferCurrentSign = {
bg = "#a8aecb",
bg = "#e1e2e7",
fg = "#07879d"
},
BufferCurrentTarget = {
bg = "#a8aecb",
bg = "#e1e2e7",
fg = "#f52a65"
},
BufferCurrentWARN = {
bg = "#a8aecb",
bg = "#e1e2e7",
fg = "#8c6c3e"
},
BufferInactive = {
bg = "#e9e9ec",
fg = "#68709a"
bg = "#c4c8da",
fg = "#7f84a4"
},
BufferInactiveERROR = {
bg = "#e9e9ec",
fg = "#d97274"
bg = "#c4c8da",
fg = "#db5d60"
},
BufferInactiveHINT = {
bg = "#e9e9ec",
fg = "#177f6e"
bg = "#c4c8da",
fg = "#10715f"
},
BufferInactiveINFO = {
bg = "#e9e9ec",
fg = "#0e7a90"
bg = "#c4c8da",
fg = "#086c80"
},
BufferInactiveIndex = {
bg = "#e9e9ec",
bg = "#c4c8da",
fg = "#68709a"
},
BufferInactiveMod = {
bg = "#e9e9ec",
fg = "#7b613d"
bg = "#c4c8da",
fg = "#a48150"
},
BufferInactiveSign = {
bg = "#e9e9ec",
bg = "#c4c8da",
fg = "#2496ac"
},
BufferInactiveTarget = {
bg = "#e9e9ec",
bg = "#c4c8da",
fg = "#f52a65"
},
BufferInactiveWARN = {
bg = "#e9e9ec",
fg = "#7b613d"
bg = "#c4c8da",
fg = "#a48150"
},
BufferLineIndicatorSelected = {
fg = "#506d9b"
@@ -288,7 +337,7 @@ local highlights = {
fg = "#68709a"
},
BufferTabpageFill = {
bg = "#e9e9ec",
bg = "#cbccd3",
fg = "#68709a"
},
BufferTabpages = {
@@ -371,6 +420,10 @@ local highlights = {
bg = "NONE",
fg = "#2e7de9"
},
CmpItemKindCopilot = {
bg = "NONE",
fg = "#118c74"
},
CmpItemKindDefault = {
bg = "NONE",
fg = "#6172b0"
@@ -800,7 +853,7 @@ local highlights = {
fg = "#587539"
},
LspSagaFinderSelection = {
fg = "#99a7df"
fg = "#b6bfe2"
},
LspSagaHoverBorder = {
fg = "#2e7de9"
@@ -812,7 +865,7 @@ local highlights = {
fg = "#f52a65"
},
LspSignatureActiveParameter = {
bg = "#c4c9e3",
bg = "#d0d3e4",
bold = true
},
MatchParen = {
@@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE",
fg = "#3760bf"
},
NeoTreeDimText = {
fg = "#a8aecb"
},
NeoTreeNormal = {
bg = "#e9e9ec",
fg = "#6172b0"
@@ -1424,7 +1480,7 @@ local highlights = {
fg = "#2e7de9"
},
QuickFixLine = {
bg = "#99a7df",
bg = "#b6bfe2",
bold = true
},
ReferencesCount = {
@@ -1502,7 +1558,7 @@ local highlights = {
fg = "#c4c8da"
},
SneakScope = {
bg = "#99a7df"
bg = "#b6bfe2"
},
Special = {
fg = "#188092"
@@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = {
fg = "#8990b3"
},
TSNote = {
bg = "#07879d",
fg = "#e1e2e7"
TSRainbowBlue = {
fg = "#2e7de9"
},
TSRainbowCyan = {
fg = "#007197"
},
TSRainbowGreen = {
fg = "#587539"
},
TSRainbowOrange = {
fg = "#b15c00"
},
TSRainbowRed = {
fg = "#f52a65"
},
TSRainbowViolet = {
fg = "#7847bd"
},
TSRainbowYellow = {
fg = "#8c6c3e"
},
TabLine = {
bg = "#e9e9ec",
@@ -1609,10 +1682,10 @@ local highlights = {
fg = "#e9e9ed"
},
Visual = {
bg = "#99a7df"
bg = "#b6bfe2"
},
VisualNOS = {
bg = "#99a7df"
bg = "#b6bfe2"
},
WarningMsg = {
fg = "#8c6c3e"
@@ -1642,7 +1715,7 @@ local highlights = {
fg = "#a8aecb"
},
WildMenu = {
bg = "#99a7df"
bg = "#b6bfe2"
},
WinSeparator = {
bold = true,

View File

@@ -7,7 +7,7 @@ local colors = {
bg_search = "#3e68d7",
bg_sidebar = "#1e2030",
bg_statusline = "#1e2030",
bg_visual = "#3654a7",
bg_visual = "#2d3f76",
black = "#1b1d2b",
blue = "#82aaff",
blue0 = "#3e68d7",
@@ -83,6 +83,52 @@ local highlights = {
["@label"] = {
fg = "#82aaff"
},
["@lsp.type.comment"] = {
link = "@comment"
},
["@lsp.type.enum"] = {
link = "@type"
},
["@lsp.type.enumMember"] = {
link = "@property"
},
["@lsp.type.interface"] = {
link = "@type"
},
["@lsp.type.keyword"] = {
link = "@keyword"
},
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.parameter"] = {
link = "@parameter"
},
["@lsp.type.property"] = {
link = "@property"
},
["@lsp.type.variable"] = {},
["@lsp.typemod.function.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.method.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.operator.injected"] = {
link = "@operator"
},
["@lsp.typemod.string.injected"] = {
link = "@string"
},
["@lsp.typemod.variable.defaultLibrary"] = {
link = "@variable.builtin"
},
["@lsp.typemod.variable.injected"] = {
link = "@variable"
},
["@namespace"] = {
link = "Include"
},
["@operator"] = {
fg = "#89ddff"
},
@@ -105,6 +151,9 @@ local highlights = {
bold = true,
fg = "#ff966c"
},
["@string.documentation"] = {
fg = "#ffc777"
},
["@string.escape"] = {
fg = "#c099ff"
},
@@ -142,6 +191,7 @@ local highlights = {
fg = "#222436"
},
["@variable"] = {
fg = "#c8d3f5",
style = {}
},
["@variable.builtin"] = {
@@ -157,8 +207,7 @@ local highlights = {
fg = "#86e1fc"
},
AlphaFooter = {
fg = "#ffc777",
italic = true
fg = "#65bcff"
},
AlphaHeader = {
fg = "#82aaff"
@@ -209,76 +258,76 @@ local highlights = {
fg = "#ffc777"
},
BufferCurrent = {
bg = "#3b4261",
bg = "#222436",
fg = "#c8d3f5"
},
BufferCurrentERROR = {
bg = "#3b4261",
bg = "#222436",
fg = "#c53b53"
},
BufferCurrentHINT = {
bg = "#3b4261",
bg = "#222436",
fg = "#4fd6be"
},
BufferCurrentINFO = {
bg = "#3b4261",
bg = "#222436",
fg = "#0db9d7"
},
BufferCurrentIndex = {
bg = "#3b4261",
bg = "#222436",
fg = "#0db9d7"
},
BufferCurrentMod = {
bg = "#3b4261",
bg = "#222436",
fg = "#ffc777"
},
BufferCurrentSign = {
bg = "#3b4261",
bg = "#222436",
fg = "#0db9d7"
},
BufferCurrentTarget = {
bg = "#3b4261",
bg = "#222436",
fg = "#ff757f"
},
BufferCurrentWARN = {
bg = "#3b4261",
bg = "#222436",
fg = "#ffc777"
},
BufferInactive = {
bg = "#1e2030",
fg = "#737aa2"
bg = "#2f334d",
fg = "#63698c"
},
BufferInactiveERROR = {
bg = "#1e2030",
fg = "#94344a"
bg = "#2f334d",
fg = "#a4364d"
},
BufferInactiveHINT = {
bg = "#1e2030",
fg = "#42a195"
bg = "#2f334d",
fg = "#46b2a3"
},
BufferInactiveINFO = {
bg = "#1e2030",
fg = "#138ca7"
bg = "#2f334d",
fg = "#119bb7"
},
BufferInactiveIndex = {
bg = "#1e2030",
bg = "#2f334d",
fg = "#737aa2"
},
BufferInactiveMod = {
bg = "#1e2030",
fg = "#bd9664"
bg = "#2f334d",
fg = "#d3a66a"
},
BufferInactiveSign = {
bg = "#1e2030",
bg = "#2f334d",
fg = "#589ed7"
},
BufferInactiveTarget = {
bg = "#1e2030",
bg = "#2f334d",
fg = "#ff757f"
},
BufferInactiveWARN = {
bg = "#1e2030",
fg = "#bd9664"
bg = "#2f334d",
fg = "#d3a66a"
},
BufferLineIndicatorSelected = {
fg = "#7ca1f2"
@@ -288,7 +337,7 @@ local highlights = {
fg = "#737aa2"
},
BufferTabpageFill = {
bg = "#1e2030",
bg = "#313344",
fg = "#737aa2"
},
BufferTabpages = {
@@ -371,6 +420,10 @@ local highlights = {
bg = "NONE",
fg = "#82aaff"
},
CmpItemKindCopilot = {
bg = "NONE",
fg = "#4fd6be"
},
CmpItemKindDefault = {
bg = "NONE",
fg = "#828bb8"
@@ -800,7 +853,7 @@ local highlights = {
fg = "#c3e88d"
},
LspSagaFinderSelection = {
fg = "#3654a7"
fg = "#2d3f76"
},
LspSagaHoverBorder = {
fg = "#82aaff"
@@ -812,7 +865,7 @@ local highlights = {
fg = "#ff757f"
},
LspSignatureActiveParameter = {
bg = "#2a3763",
bg = "#262f50",
bold = true
},
MatchParen = {
@@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE",
fg = "#c8d3f5"
},
NeoTreeDimText = {
fg = "#3b4261"
},
NeoTreeNormal = {
bg = "#1e2030",
fg = "#828bb8"
@@ -1424,7 +1480,7 @@ local highlights = {
fg = "#82aaff"
},
QuickFixLine = {
bg = "#3654a7",
bg = "#2d3f76",
bold = true
},
ReferencesCount = {
@@ -1502,7 +1558,7 @@ local highlights = {
fg = "#2f334d"
},
SneakScope = {
bg = "#3654a7"
bg = "#2d3f76"
},
Special = {
fg = "#65bcff"
@@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = {
fg = "#545c7e"
},
TSNote = {
bg = "#0db9d7",
fg = "#222436"
TSRainbowBlue = {
fg = "#82aaff"
},
TSRainbowCyan = {
fg = "#86e1fc"
},
TSRainbowGreen = {
fg = "#c3e88d"
},
TSRainbowOrange = {
fg = "#ff966c"
},
TSRainbowRed = {
fg = "#ff757f"
},
TSRainbowViolet = {
fg = "#fca7ea"
},
TSRainbowYellow = {
fg = "#ffc777"
},
TabLine = {
bg = "#1e2030",
@@ -1609,10 +1682,10 @@ local highlights = {
fg = "#1b1d2b"
},
Visual = {
bg = "#3654a7"
bg = "#2d3f76"
},
VisualNOS = {
bg = "#3654a7"
bg = "#2d3f76"
},
WarningMsg = {
fg = "#ffc777"
@@ -1642,7 +1715,7 @@ local highlights = {
fg = "#3b4261"
},
WildMenu = {
bg = "#3654a7"
bg = "#2d3f76"
},
WinSeparator = {
bold = true,

View File

@@ -7,7 +7,7 @@ local colors = {
bg_search = "#3d59a1",
bg_sidebar = "#16161e",
bg_statusline = "#16161e",
bg_visual = "#33467c",
bg_visual = "#283457",
black = "#15161e",
blue = "#7aa2f7",
blue0 = "#3d59a1",
@@ -83,6 +83,52 @@ local highlights = {
["@label"] = {
fg = "#7aa2f7"
},
["@lsp.type.comment"] = {
link = "@comment"
},
["@lsp.type.enum"] = {
link = "@type"
},
["@lsp.type.enumMember"] = {
link = "@property"
},
["@lsp.type.interface"] = {
link = "@type"
},
["@lsp.type.keyword"] = {
link = "@keyword"
},
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.parameter"] = {
link = "@parameter"
},
["@lsp.type.property"] = {
link = "@property"
},
["@lsp.type.variable"] = {},
["@lsp.typemod.function.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.method.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.operator.injected"] = {
link = "@operator"
},
["@lsp.typemod.string.injected"] = {
link = "@string"
},
["@lsp.typemod.variable.defaultLibrary"] = {
link = "@variable.builtin"
},
["@lsp.typemod.variable.injected"] = {
link = "@variable"
},
["@namespace"] = {
link = "Include"
},
["@operator"] = {
fg = "#89ddff"
},
@@ -105,6 +151,9 @@ local highlights = {
bold = true,
fg = "#ff9e64"
},
["@string.documentation"] = {
fg = "#e0af68"
},
["@string.escape"] = {
fg = "#bb9af7"
},
@@ -142,6 +191,7 @@ local highlights = {
fg = "#1a1b26"
},
["@variable"] = {
fg = "#c0caf5",
style = {}
},
["@variable.builtin"] = {
@@ -157,8 +207,7 @@ local highlights = {
fg = "#7dcfff"
},
AlphaFooter = {
fg = "#e0af68",
italic = true
fg = "#2ac3de"
},
AlphaHeader = {
fg = "#7aa2f7"
@@ -209,76 +258,76 @@ local highlights = {
fg = "#e0af68"
},
BufferCurrent = {
bg = "#3b4261",
bg = "#1a1b26",
fg = "#c0caf5"
},
BufferCurrentERROR = {
bg = "#3b4261",
bg = "#1a1b26",
fg = "#db4b4b"
},
BufferCurrentHINT = {
bg = "#3b4261",
bg = "#1a1b26",
fg = "#1abc9c"
},
BufferCurrentINFO = {
bg = "#3b4261",
bg = "#1a1b26",
fg = "#0db9d7"
},
BufferCurrentIndex = {
bg = "#3b4261",
bg = "#1a1b26",
fg = "#0db9d7"
},
BufferCurrentMod = {
bg = "#3b4261",
bg = "#1a1b26",
fg = "#e0af68"
},
BufferCurrentSign = {
bg = "#3b4261",
bg = "#1a1b26",
fg = "#0db9d7"
},
BufferCurrentTarget = {
bg = "#3b4261",
bg = "#1a1b26",
fg = "#f7768e"
},
BufferCurrentWARN = {
bg = "#3b4261",
bg = "#1a1b26",
fg = "#e0af68"
},
BufferInactive = {
bg = "#16161e",
fg = "#737aa2"
bg = "#292e42",
fg = "#616789"
},
BufferInactiveERROR = {
bg = "#16161e",
fg = "#a13d40"
bg = "#292e42",
fg = "#b44144"
},
BufferInactiveHINT = {
bg = "#16161e",
fg = "#1a8c79"
bg = "#292e42",
fg = "#1a9c84"
},
BufferInactiveINFO = {
bg = "#16161e",
fg = "#118aa2"
bg = "#292e42",
fg = "#1099b4"
},
BufferInactiveIndex = {
bg = "#16161e",
bg = "#292e42",
fg = "#737aa2"
},
BufferInactiveMod = {
bg = "#16161e",
fg = "#a58354"
bg = "#292e42",
fg = "#b8915b"
},
BufferInactiveSign = {
bg = "#16161e",
bg = "#292e42",
fg = "#27a1b9"
},
BufferInactiveTarget = {
bg = "#16161e",
bg = "#292e42",
fg = "#f7768e"
},
BufferInactiveWARN = {
bg = "#16161e",
fg = "#a58354"
bg = "#292e42",
fg = "#b8915b"
},
BufferLineIndicatorSelected = {
fg = "#506d9b"
@@ -288,7 +337,7 @@ local highlights = {
fg = "#737aa2"
},
BufferTabpageFill = {
bg = "#16161e",
bg = "#2a2b35",
fg = "#737aa2"
},
BufferTabpages = {
@@ -371,6 +420,10 @@ local highlights = {
bg = "NONE",
fg = "#7aa2f7"
},
CmpItemKindCopilot = {
bg = "NONE",
fg = "#1abc9c"
},
CmpItemKindDefault = {
bg = "NONE",
fg = "#a9b1d6"
@@ -800,7 +853,7 @@ local highlights = {
fg = "#9ece6a"
},
LspSagaFinderSelection = {
fg = "#33467c"
fg = "#283457"
},
LspSagaHoverBorder = {
fg = "#7aa2f7"
@@ -812,7 +865,7 @@ local highlights = {
fg = "#f7768e"
},
LspSignatureActiveParameter = {
bg = "#242c48",
bg = "#20253a",
bold = true
},
MatchParen = {
@@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE",
fg = "#c0caf5"
},
NeoTreeDimText = {
fg = "#3b4261"
},
NeoTreeNormal = {
bg = "#16161e",
fg = "#a9b1d6"
@@ -1424,7 +1480,7 @@ local highlights = {
fg = "#7aa2f7"
},
QuickFixLine = {
bg = "#33467c",
bg = "#283457",
bold = true
},
ReferencesCount = {
@@ -1502,7 +1558,7 @@ local highlights = {
fg = "#292e42"
},
SneakScope = {
bg = "#33467c"
bg = "#283457"
},
Special = {
fg = "#2ac3de"
@@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = {
fg = "#545c7e"
},
TSNote = {
bg = "#0db9d7",
fg = "#1a1b26"
TSRainbowBlue = {
fg = "#7aa2f7"
},
TSRainbowCyan = {
fg = "#7dcfff"
},
TSRainbowGreen = {
fg = "#9ece6a"
},
TSRainbowOrange = {
fg = "#ff9e64"
},
TSRainbowRed = {
fg = "#f7768e"
},
TSRainbowViolet = {
fg = "#9d7cd8"
},
TSRainbowYellow = {
fg = "#e0af68"
},
TabLine = {
bg = "#16161e",
@@ -1609,10 +1682,10 @@ local highlights = {
fg = "#15161e"
},
Visual = {
bg = "#33467c"
bg = "#283457"
},
VisualNOS = {
bg = "#33467c"
bg = "#283457"
},
WarningMsg = {
fg = "#e0af68"
@@ -1642,7 +1715,7 @@ local highlights = {
fg = "#3b4261"
},
WildMenu = {
bg = "#33467c"
bg = "#283457"
},
WinSeparator = {
bold = true,

View File

@@ -7,7 +7,7 @@ local colors = {
bg_search = "#3d59a1",
bg_sidebar = "#1f2335",
bg_statusline = "#1f2335",
bg_visual = "#364a82",
bg_visual = "#2e3c64",
black = "#1d202f",
blue = "#7aa2f7",
blue0 = "#3d59a1",
@@ -83,6 +83,52 @@ local highlights = {
["@label"] = {
fg = "#7aa2f7"
},
["@lsp.type.comment"] = {
link = "@comment"
},
["@lsp.type.enum"] = {
link = "@type"
},
["@lsp.type.enumMember"] = {
link = "@property"
},
["@lsp.type.interface"] = {
link = "@type"
},
["@lsp.type.keyword"] = {
link = "@keyword"
},
["@lsp.type.namespace"] = {
link = "@namespace"
},
["@lsp.type.parameter"] = {
link = "@parameter"
},
["@lsp.type.property"] = {
link = "@property"
},
["@lsp.type.variable"] = {},
["@lsp.typemod.function.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.method.defaultLibrary"] = {
link = "@function.builtin"
},
["@lsp.typemod.operator.injected"] = {
link = "@operator"
},
["@lsp.typemod.string.injected"] = {
link = "@string"
},
["@lsp.typemod.variable.defaultLibrary"] = {
link = "@variable.builtin"
},
["@lsp.typemod.variable.injected"] = {
link = "@variable"
},
["@namespace"] = {
link = "Include"
},
["@operator"] = {
fg = "#89ddff"
},
@@ -105,6 +151,9 @@ local highlights = {
bold = true,
fg = "#ff9e64"
},
["@string.documentation"] = {
fg = "#e0af68"
},
["@string.escape"] = {
fg = "#bb9af7"
},
@@ -142,6 +191,7 @@ local highlights = {
fg = "#24283b"
},
["@variable"] = {
fg = "#c0caf5",
style = {}
},
["@variable.builtin"] = {
@@ -157,8 +207,7 @@ local highlights = {
fg = "#7dcfff"
},
AlphaFooter = {
fg = "#e0af68",
italic = true
fg = "#2ac3de"
},
AlphaHeader = {
fg = "#7aa2f7"
@@ -209,76 +258,76 @@ local highlights = {
fg = "#e0af68"
},
BufferCurrent = {
bg = "#3b4261",
bg = "#24283b",
fg = "#c0caf5"
},
BufferCurrentERROR = {
bg = "#3b4261",
bg = "#24283b",
fg = "#db4b4b"
},
BufferCurrentHINT = {
bg = "#3b4261",
bg = "#24283b",
fg = "#1abc9c"
},
BufferCurrentINFO = {
bg = "#3b4261",
bg = "#24283b",
fg = "#0db9d7"
},
BufferCurrentIndex = {
bg = "#3b4261",
bg = "#24283b",
fg = "#0db9d7"
},
BufferCurrentMod = {
bg = "#3b4261",
bg = "#24283b",
fg = "#e0af68"
},
BufferCurrentSign = {
bg = "#3b4261",
bg = "#24283b",
fg = "#0db9d7"
},
BufferCurrentTarget = {
bg = "#3b4261",
bg = "#24283b",
fg = "#f7768e"
},
BufferCurrentWARN = {
bg = "#3b4261",
bg = "#24283b",
fg = "#e0af68"
},
BufferInactive = {
bg = "#1f2335",
fg = "#737aa2"
bg = "#292e42",
fg = "#636a8d"
},
BufferInactiveERROR = {
bg = "#1f2335",
fg = "#a44146"
bg = "#292e42",
fg = "#b64448"
},
BufferInactiveHINT = {
bg = "#1f2335",
fg = "#1d907f"
bg = "#292e42",
fg = "#1c9e89"
},
BufferInactiveINFO = {
bg = "#1f2335",
fg = "#148ea8"
bg = "#292e42",
fg = "#129cb8"
},
BufferInactiveIndex = {
bg = "#1f2335",
bg = "#292e42",
fg = "#737aa2"
},
BufferInactiveMod = {
bg = "#1f2335",
fg = "#a8875b"
bg = "#292e42",
fg = "#ba945f"
},
BufferInactiveSign = {
bg = "#1f2335",
bg = "#292e42",
fg = "#29a4bd"
},
BufferInactiveTarget = {
bg = "#1f2335",
bg = "#292e42",
fg = "#f7768e"
},
BufferInactiveWARN = {
bg = "#1f2335",
fg = "#a8875b"
bg = "#292e42",
fg = "#ba945f"
},
BufferLineIndicatorSelected = {
fg = "#506d9b"
@@ -288,7 +337,7 @@ local highlights = {
fg = "#737aa2"
},
BufferTabpageFill = {
bg = "#1f2335",
bg = "#333749",
fg = "#737aa2"
},
BufferTabpages = {
@@ -371,6 +420,10 @@ local highlights = {
bg = "NONE",
fg = "#7aa2f7"
},
CmpItemKindCopilot = {
bg = "NONE",
fg = "#1abc9c"
},
CmpItemKindDefault = {
bg = "NONE",
fg = "#a9b1d6"
@@ -800,7 +853,7 @@ local highlights = {
fg = "#9ece6a"
},
LspSagaFinderSelection = {
fg = "#364a82"
fg = "#2e3c64"
},
LspSagaHoverBorder = {
fg = "#7aa2f7"
@@ -812,7 +865,7 @@ local highlights = {
fg = "#f7768e"
},
LspSignatureActiveParameter = {
bg = "#2b3657",
bg = "#28304b",
bold = true
},
MatchParen = {
@@ -1096,6 +1149,9 @@ local highlights = {
bg = "NONE",
fg = "#c0caf5"
},
NeoTreeDimText = {
fg = "#3b4261"
},
NeoTreeNormal = {
bg = "#1f2335",
fg = "#a9b1d6"
@@ -1424,7 +1480,7 @@ local highlights = {
fg = "#7aa2f7"
},
QuickFixLine = {
bg = "#364a82",
bg = "#2e3c64",
bold = true
},
ReferencesCount = {
@@ -1502,7 +1558,7 @@ local highlights = {
fg = "#292e42"
},
SneakScope = {
bg = "#364a82"
bg = "#2e3c64"
},
Special = {
fg = "#2ac3de"
@@ -1551,9 +1607,26 @@ local highlights = {
TSNodeUnmatched = {
fg = "#545c7e"
},
TSNote = {
bg = "#0db9d7",
fg = "#24283b"
TSRainbowBlue = {
fg = "#7aa2f7"
},
TSRainbowCyan = {
fg = "#7dcfff"
},
TSRainbowGreen = {
fg = "#9ece6a"
},
TSRainbowOrange = {
fg = "#ff9e64"
},
TSRainbowRed = {
fg = "#f7768e"
},
TSRainbowViolet = {
fg = "#9d7cd8"
},
TSRainbowYellow = {
fg = "#e0af68"
},
TabLine = {
bg = "#1f2335",
@@ -1609,10 +1682,10 @@ local highlights = {
fg = "#1d202f"
},
Visual = {
bg = "#364a82"
bg = "#2e3c64"
},
VisualNOS = {
bg = "#364a82"
bg = "#2e3c64"
},
WarningMsg = {
fg = "#e0af68"
@@ -1642,7 +1715,7 @@ local highlights = {
fg = "#3b4261"
},
WildMenu = {
bg = "#364a82"
bg = "#2e3c64"
},
WinSeparator = {
bold = true,