feat(lualine): change background from base to surface (#354)

This change improves the contrast of the statusline while aligning with the theme's spec.
This commit is contained in:
Andrei Heidelbacher 2025-05-01 03:02:53 +02:00 committed by GitHub
commit f1a0f58322
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
local p = require("rose-pine.palette")
local config = require("rose-pine.config")
local bg_base = p.base
local bg_base = p.surface
if config.options.styles.transparency then
bg_base = "NONE"
end