retab
This commit is contained in:
@@ -236,39 +236,39 @@ local theme = lush(function()
|
|||||||
-- TSURI { }; -- Any URI like a link or email.
|
-- TSURI { }; -- Any URI like a link or email.
|
||||||
|
|
||||||
-- Other plugins
|
-- Other plugins
|
||||||
GitSignsAdd { fg = c.leaf },
|
GitSignsAdd { fg = c.leaf },
|
||||||
GitSignsChange { fg = c.water },
|
GitSignsChange { fg = c.water },
|
||||||
GitSignsDelete { fg = c.rose },
|
GitSignsDelete { fg = c.rose },
|
||||||
|
|
||||||
IndentBlanklineChar { fg = c.sand.da(12).de(20) },
|
IndentBlanklineChar { fg = c.sand.da(12).de(20) },
|
||||||
|
|
||||||
TelescopeSelection { CursorLine },
|
TelescopeSelection { CursorLine },
|
||||||
TelescopeSelectionCaret { TelescopeSelection, fg = c.rose },
|
TelescopeSelectionCaret { TelescopeSelection, fg = c.rose },
|
||||||
TelescopeMatching { fg = c.blossom, gui = "bold" },
|
TelescopeMatching { fg = c.blossom, gui = "bold" },
|
||||||
TelescopeBorder { FloatBorder },
|
TelescopeBorder { FloatBorder },
|
||||||
|
|
||||||
Sneak { Search },
|
Sneak { Search },
|
||||||
SneakLabel { WildMenu },
|
SneakLabel { WildMenu },
|
||||||
SneakLabelMask { bg = c.blossom, fg = c.blossom },
|
SneakLabelMask { bg = c.blossom, fg = c.blossom },
|
||||||
|
|
||||||
BufferCurrent { TabLineSel },
|
BufferCurrent { TabLineSel },
|
||||||
BufferVisible { fg = StatusLineNC.fg },
|
BufferVisible { fg = StatusLineNC.fg },
|
||||||
BufferVisibleSign { fg = StatusLineNC.fg },
|
BufferVisibleSign { fg = StatusLineNC.fg },
|
||||||
BufferVisibleIndex { fg = StatusLineNC.fg },
|
BufferVisibleIndex { fg = StatusLineNC.fg },
|
||||||
|
|
||||||
CocErrorSign { LspDiagnosticsDefaultError },
|
CocErrorSign { LspDiagnosticsDefaultError },
|
||||||
CocWarningSign { LspDiagnosticsDefaultWarning },
|
CocWarningSign { LspDiagnosticsDefaultWarning },
|
||||||
CocInfoSign { LspDiagnosticsDefaultInformation },
|
CocInfoSign { LspDiagnosticsDefaultInformation },
|
||||||
CocHintSign { LspDiagnosticsDefaultHint },
|
CocHintSign { LspDiagnosticsDefaultHint },
|
||||||
CocErrorHighlight { CocErrorSign, gui = "underline" },
|
CocErrorHighlight { CocErrorSign, gui = "underline" },
|
||||||
CocWarningHighlight { CocWarningSign, gui = "underline" },
|
CocWarningHighlight { CocWarningSign, gui = "underline" },
|
||||||
CocInfoHighlight { CocInfoSign, gui = "underline" },
|
CocInfoHighlight { CocInfoSign, gui = "underline" },
|
||||||
CocHintHighlight { CocHintSign, gui = "underline" },
|
CocHintHighlight { CocHintSign, gui = "underline" },
|
||||||
CocErrorVirtualText { LspDiagnosticsVirtualTextError },
|
CocErrorVirtualText { LspDiagnosticsVirtualTextError },
|
||||||
CocWarningVitualText { LspDiagnosticsVirtualTextWarning },
|
CocWarningVitualText { LspDiagnosticsVirtualTextWarning },
|
||||||
CocSelectedText { SpellBad },
|
CocSelectedText { SpellBad },
|
||||||
CocCodeLens { LineNr },
|
CocCodeLens { LineNr },
|
||||||
CocMarkdownLink { fg = c.sky, gui = "underline" },
|
CocMarkdownLink { fg = c.sky, gui = "underline" },
|
||||||
|
|
||||||
NeogitNotificationError { LspDiagnosticsDefaultError },
|
NeogitNotificationError { LspDiagnosticsDefaultError },
|
||||||
NeogitNotificationWarning { LspDiagnosticsDefaultWarning },
|
NeogitNotificationWarning { LspDiagnosticsDefaultWarning },
|
||||||
|
|||||||
Reference in New Issue
Block a user