mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add nvim-scrollbar
This commit is contained in:
parent
ad47f2ab0c
commit
8b8ae8f7f4
1 changed files with 3 additions and 0 deletions
|
|
@ -560,6 +560,9 @@ function M.get(config)
|
||||||
WinBarDirSeparator = { fg = p.muted },
|
WinBarDirSeparator = { fg = p.muted },
|
||||||
WinBarDirIcon = { link = "Directory" },
|
WinBarDirIcon = { link = "Directory" },
|
||||||
|
|
||||||
|
-- petertriho/nvim-scrollbar
|
||||||
|
ScrollbarHandle = { bg="muted", fg="muted"},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
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