feat: added fern and lspsaga colors (#56)
This commit is contained in:
@@ -42,6 +42,7 @@ A dark and light Neovim theme written in Lua ported from the Visual Studio Code
|
||||
+ [Lightline](https://github.com/itchyny/lightline.vim)
|
||||
+ [Neogit](https://github.com/TimUntersberger/neogit)
|
||||
+ [vim-sneak](https://github.com/justinmk/vim-sneak)
|
||||
+ [Fern](https://github.com/lambdalisue/fern.vim)
|
||||
|
||||
## ⚡️ Requirements
|
||||
|
||||
|
||||
@@ -308,6 +308,18 @@ function M.setup(config)
|
||||
NvimTreeSymlink = { fg = c.blue },
|
||||
-- NvimTreeFolderName= { fg = c.fg_float },
|
||||
|
||||
-- Fern
|
||||
FernBranchText = {fg = c.blue},
|
||||
|
||||
-- glyph palette
|
||||
GlyphPalette1 ={ fg = c.red1 },
|
||||
GlyphPalette2 ={ fg = c.green },
|
||||
GlyphPalette3 ={ fg = c.yellow },
|
||||
GlyphPalette4 ={ fg = c.blue },
|
||||
GlyphPalette6 ={ fg = c.green1 },
|
||||
GlyphPalette7 ={ fg = c.fg },
|
||||
GlyphPalette9 ={ fg = c.red },
|
||||
|
||||
-- Dashboard
|
||||
DashboardShortCut = { fg = c.cyan },
|
||||
DashboardHeader = { fg = c.blue },
|
||||
@@ -328,7 +340,24 @@ function M.setup(config)
|
||||
DiagnosticWarning = { fg = c.warning },
|
||||
DiagnosticInformation = { fg = c.info },
|
||||
DiagnosticHint = { fg = c.hint },
|
||||
|
||||
|
||||
LspFloatWinNormal = { bg = c.dark },
|
||||
LspFloatWinBorder = { fg = c.border_highlight },
|
||||
LspSagaBorderTitle = { fg = c.cyan },
|
||||
LspSagaHoverBorder = { fg = c.blue },
|
||||
LspSagaRenameBorder = { fg = c.green },
|
||||
LspSagaDefPreviewBorder = { fg = c.green },
|
||||
LspSagaCodeActionBorder = { fg = c.blue },
|
||||
LspSagaFinderSelection = { fg = c.bg_visual },
|
||||
LspSagaCodeActionTitle = { fg = c.blue1 },
|
||||
LspSagaCodeActionContent = { fg = c.purple },
|
||||
LspSagaSignatureHelpBorder = { fg = c.red },
|
||||
ReferencesCount = { fg = c.purple },
|
||||
DefinitionCount = { fg = c.purple },
|
||||
DefinitionIcon = { fg = c.blue },
|
||||
ReferencesIcon = { fg = c.blue },
|
||||
TargetWord = { fg = c.cyan },
|
||||
|
||||
-- NeoVim
|
||||
healthError = { fg = c.error },
|
||||
healthSuccess = { fg = c.green1 },
|
||||
|
||||
Reference in New Issue
Block a user