Merge branch 'main' of https://github.com/rose-pine/neovim into rose-pine-main

This commit is contained in:
Eric 2023-08-24 12:44:43 -07:00
commit 139cd93be7
14 changed files with 827 additions and 683 deletions

View file

@ -3,17 +3,17 @@
---
--- @usage
--- local highlights = require('rose-pine.plugins.galaxyline')
local p = require('rose-pine.palette')
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
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,
}