retab
This commit is contained in:
@@ -39,8 +39,6 @@ local theme = lush(function()
|
||||
CursorColumn { CursorLine }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
|
||||
ColorColumn { bg = c.wood.de(38).li(80) }, -- used for the columns set with 'colorcolumn'
|
||||
|
||||
DiffAdds { bg = c.leaf.de(74).li(86) }, -- diff mode: Added line |diff.txt|
|
||||
|
||||
DiffAdd { bg = c.leaf.de(77).li(82) }, -- diff mode: Added line |diff.txt|
|
||||
DiffChange { bg = c.water.de(22).li(76) }, -- diff mode: Changed line |diff.txt|
|
||||
DiffDelete { bg = c.rose.de(32).li(74) }, -- diff mode: Deleted line |diff.txt|
|
||||
@@ -270,7 +268,11 @@ local theme = lush(function()
|
||||
CocWarningVitualText { LspDiagnosticsVirtualTextWarning },
|
||||
CocSelectedText { SpellBad },
|
||||
CocCodeLens { LineNr },
|
||||
CocMarkdownLink { fg = c.sky, gui = "underline" }
|
||||
CocMarkdownLink { fg = c.sky, gui = "underline" },
|
||||
|
||||
NeogitNotificationError { LspDiagnosticsDefaultError },
|
||||
NeogitNotificationWarning { LspDiagnosticsDefaultWarning },
|
||||
NeogitNotificationInfo { LspDiagnosticsDefaultInformation },
|
||||
}
|
||||
end)
|
||||
-- stylua: ignore end
|
||||
|
||||
Reference in New Issue
Block a user