aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins/colors.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68/plugins/colors.lua')
-rw-r--r--lua/pml68/plugins/colors.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/pml68/plugins/colors.lua b/lua/pml68/plugins/colors.lua
index 6a8eb36..17a1ca1 100644
--- a/lua/pml68/plugins/colors.lua
+++ b/lua/pml68/plugins/colors.lua
@@ -10,7 +10,7 @@ return {
},
},
{
- "rose-pine/neovim",
+ "pml68/rosepine-tmuxed",
name = "rose-pine",
priority = 1000,
lazy = false,
@@ -21,7 +21,7 @@ return {
italic = false,
},
highlight_groups = {
- StatusLine = { fg = "iris", bg = "iris", blend = 10 },
+ StatusLine = { fg = "iris", bg = "iris", blend = 25 },
StatusLineNC = { fg = "subtle", bg = "surface" },
},
})