mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
f7c01f07ee
commit
535240c846
1 changed files with 4 additions and 0 deletions
|
|
@ -518,6 +518,10 @@ local function set_highlights()
|
|||
NeoTreeGitModified = { fg = groups.git_dirty },
|
||||
NeoTreeGitRenamed = { fg = groups.git_rename },
|
||||
NeoTreeGitUntracked = { fg = groups.git_untracked },
|
||||
NeoTreeTabActive = { fg = palette.text, bg = palette.overlay },
|
||||
NeoTreeTabInactive = { fg = palette.subtle },
|
||||
NeoTreeTabSeparatorActive = { link = "WinSeparator" },
|
||||
NeoTreeTabSeparatorInactive = { link = "WinSeparator" },
|
||||
NeoTreeTitleBar = { link = "StatusLineTerm" },
|
||||
|
||||
-- folke/flash.nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue