diff --git a/lua/zenbones/init.lua b/lua/zenbones/init.lua index 47e5398..7c2f626 100644 --- a/lua/zenbones/init.lua +++ b/lua/zenbones/init.lua @@ -236,39 +236,39 @@ local theme = lush(function() -- TSURI { }; -- Any URI like a link or email. -- Other plugins - GitSignsAdd { fg = c.leaf }, - GitSignsChange { fg = c.water }, - GitSignsDelete { fg = c.rose }, + GitSignsAdd { fg = c.leaf }, + GitSignsChange { fg = c.water }, + GitSignsDelete { fg = c.rose }, - IndentBlanklineChar { fg = c.sand.da(12).de(20) }, + IndentBlanklineChar { fg = c.sand.da(12).de(20) }, - TelescopeSelection { CursorLine }, - TelescopeSelectionCaret { TelescopeSelection, fg = c.rose }, - TelescopeMatching { fg = c.blossom, gui = "bold" }, - TelescopeBorder { FloatBorder }, + TelescopeSelection { CursorLine }, + TelescopeSelectionCaret { TelescopeSelection, fg = c.rose }, + TelescopeMatching { fg = c.blossom, gui = "bold" }, + TelescopeBorder { FloatBorder }, - Sneak { Search }, - SneakLabel { WildMenu }, - SneakLabelMask { bg = c.blossom, fg = c.blossom }, + Sneak { Search }, + SneakLabel { WildMenu }, + SneakLabelMask { bg = c.blossom, fg = c.blossom }, - BufferCurrent { TabLineSel }, - BufferVisible { fg = StatusLineNC.fg }, - BufferVisibleSign { fg = StatusLineNC.fg }, - BufferVisibleIndex { fg = StatusLineNC.fg }, + BufferCurrent { TabLineSel }, + BufferVisible { fg = StatusLineNC.fg }, + BufferVisibleSign { fg = StatusLineNC.fg }, + BufferVisibleIndex { fg = StatusLineNC.fg }, - CocErrorSign { LspDiagnosticsDefaultError }, - CocWarningSign { LspDiagnosticsDefaultWarning }, - CocInfoSign { LspDiagnosticsDefaultInformation }, - CocHintSign { LspDiagnosticsDefaultHint }, - CocErrorHighlight { CocErrorSign, gui = "underline" }, - CocWarningHighlight { CocWarningSign, gui = "underline" }, - CocInfoHighlight { CocInfoSign, gui = "underline" }, - CocHintHighlight { CocHintSign, gui = "underline" }, - CocErrorVirtualText { LspDiagnosticsVirtualTextError }, - CocWarningVitualText { LspDiagnosticsVirtualTextWarning }, - CocSelectedText { SpellBad }, - CocCodeLens { LineNr }, - CocMarkdownLink { fg = c.sky, gui = "underline" }, + CocErrorSign { LspDiagnosticsDefaultError }, + CocWarningSign { LspDiagnosticsDefaultWarning }, + CocInfoSign { LspDiagnosticsDefaultInformation }, + CocHintSign { LspDiagnosticsDefaultHint }, + CocErrorHighlight { CocErrorSign, gui = "underline" }, + CocWarningHighlight { CocWarningSign, gui = "underline" }, + CocInfoHighlight { CocInfoSign, gui = "underline" }, + CocHintHighlight { CocHintSign, gui = "underline" }, + CocErrorVirtualText { LspDiagnosticsVirtualTextError }, + CocWarningVitualText { LspDiagnosticsVirtualTextWarning }, + CocSelectedText { SpellBad }, + CocCodeLens { LineNr }, + CocMarkdownLink { fg = c.sky, gui = "underline" }, NeogitNotificationError { LspDiagnosticsDefaultError }, NeogitNotificationWarning { LspDiagnosticsDefaultWarning },