feat(nvim): add some more colors

Adding some more lspsaga colors.
This commit is contained in:
Samuel K 2021-12-15 16:00:36 +01:00
commit 8e8eccad72
2 changed files with 124 additions and 0 deletions

View file

@ -434,6 +434,37 @@ local theme = {
},
LspSagaDiagnosticTruncateLine = { link = 'LspSagaDiagnosticBorder' },
-- Finder
LspSagaFinderSelection = { fg = p.gold },
LspSagaLspFinderBorder = { fg = p.subtle },
LspSagaAutoPreview = { fg = p.subtle },
LspSagaDefPreviewBorder = { fg = p.subtle },
-- Definition
DefinitionIcon = { fg = p.rose },
DefinitionCount = { fg = p.rose },
DefintionPreviewTitle = {
fg = p.gold,
style = "bold",
},
LspSagaRenamePromptPrefix = { fg = p.love },
LspSagaRenameBorder = { fg = p.subtle },
-- Float
LspFloatWinNormal = { bg = p.base },
LspFloatWinBorder = { fg = p.subtle },
LspSagaDocTruncateLine = { link = "LspSagaHoverBorder" },
LspSagaHoverBorder = { fg = p.subtle},
-- Signature
LspSagaSignatureHelpBorder = { fg = p.subtle },
LspSagaShTruncateLine = { link = "LspSagaSignatureHelpBorder" },
-- Others
SagaShadow = { fg = p.overlay, bg = p.overlay },
ReferencesIcon = { fg = p.rose },
ReferencesCount = { fg = p.rose },
}
vim.g.terminal_color_0 = p.overlay -- black