mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add galaxyline color theme, see notes in readme
This commit is contained in:
parent
11f9c5b297
commit
417d5122f3
3 changed files with 35 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ function util.load()
|
|||
for group, colors in pairs(theme.plugins) do
|
||||
util.highlight(group, colors)
|
||||
end
|
||||
|
||||
-- Load galaxyline theme
|
||||
require("rose-pine.galaxyline.theme")
|
||||
end
|
||||
|
||||
return util
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue