aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68/plugins.lua')
-rw-r--r--lua/pml68/plugins.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index 5fbef46..9a301ad 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -152,7 +152,11 @@ local plugins = {
styles = {
transparency = true,
italic = false,
- }
+ },
+ highlight_groups = {
+ StatusLine = { fg = "iris", bg = "iris", blend = 10 },
+ StatusLineNC = { fg = "subtle", bg = "surface" },
+ },
})
vim.cmd("colorscheme rose-pine")
end