From d1ad02eed16c58bda37708b11c9fdf5e7d065950 Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Sat, 26 Oct 2024 11:08:48 -0400 Subject: [PATCH] [ADDED] theme change for lualine --- lua/plugins/lualine.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/plugins/lualine.lua diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua new file mode 100644 index 0000000..aca5b8d --- /dev/null +++ b/lua/plugins/lualine.lua @@ -0,0 +1,3 @@ +require("lualine").setup({ options = { + theme = "powerline_dark", +} })