From d4484fe090f8e8e3daecc0c00b4d17c6de976c64 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 24 Jul 2024 00:37:38 +0200 Subject: feat: make statusline Rosé Pine themed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/pml68/plugins.lua | 6 +++++- lua/pml68/settings.lua | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'lua') 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 diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua index 8a27b6a..3df3e0d 100644 --- a/lua/pml68/settings.lua +++ b/lua/pml68/settings.lua @@ -3,6 +3,9 @@ vim.o.nu = true vim.o.conceallevel = 2 +vim.o.laststatus = 3 +vim.o.statusline = " %f %m %= %l:%c " + vim.o.shiftwidth = 2 vim.o.tabstop = 2 vim.o.softtabstop = 2 -- cgit v1.2.3