neovim-rose-pine/lua/rose-pine/plugins/galaxyline.lua
Eric Xiao 1b8b98e194 format
2022-10-21 10:44:47 -07:00

19 lines
396 B
Lua

--- Rosé Pine for galaxyline fork
--- https://github.com/NTBBloodbath/galaxyline.nvim
---
--- @usage
--- local highlights = require('rose-pine.plugins.galaxyline')
local p = require('rose-pine.palette')
return {
bg = p.surface,
fg = p.text,
fg_alt = p.subtle,
yellow = p.gold,
cyan = p.rose,
green = p.pine,
orange = p.muted,
magenta = p.iris,
blue = p.foam,
red = p.love
}