mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix galaxyline palette
This commit is contained in:
parent
d0664111ac
commit
cf5f7d88f4
1 changed files with 11 additions and 12 deletions
|
|
@ -3,18 +3,17 @@ if not present then
|
|||
return
|
||||
end
|
||||
|
||||
local palette = require('rose-pine.palette')
|
||||
local colors = palette[vim.g.rose_pine_variant or 'main']
|
||||
local p = require('rose-pine.palette')
|
||||
|
||||
galaxyline_colors['rose-pine'] = {
|
||||
bg = colors.overlay,
|
||||
fg = colors.text,
|
||||
fg_alt = colors.subtle,
|
||||
blue = colors.foam,
|
||||
cyan = colors.foam,
|
||||
green = colors.muted,
|
||||
magenta = colors.iris,
|
||||
orange = colors.rose,
|
||||
red = colors.love,
|
||||
yellow = colors.gold,
|
||||
bg = p.overlay,
|
||||
fg = p.text,
|
||||
fg_alt = p.subtle,
|
||||
blue = p.foam,
|
||||
cyan = p.foam,
|
||||
green = p.muted,
|
||||
magenta = p.iris,
|
||||
orange = p.rose,
|
||||
red = p.love,
|
||||
yellow = p.gold,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue