mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add winbar
This commit is contained in:
parent
c72d35885f
commit
ad47f2ab0c
1 changed files with 9 additions and 0 deletions
|
|
@ -551,6 +551,15 @@ function M.get(config)
|
||||||
-- akinsho/nvim-bufferline.lua
|
-- akinsho/nvim-bufferline.lua
|
||||||
ToggleTermNormalFloat = { bg = p.base },
|
ToggleTermNormalFloat = { bg = p.base },
|
||||||
|
|
||||||
|
-- winbar
|
||||||
|
WinBar = { link = "NavicText" },
|
||||||
|
WinBarNC = { bg=p.mute, fg=p.mute},
|
||||||
|
WinBarFile = { fg=p.text },
|
||||||
|
WinbarPath = { fg = p.foam},
|
||||||
|
WinBarSeparator = { fg = p.muted },
|
||||||
|
WinBarDirSeparator = { fg = p.muted },
|
||||||
|
WinBarDirIcon = { link = "Directory" },
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.g.terminal_color_0 = p.overlay -- black
|
vim.g.terminal_color_0 = p.overlay -- black
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue