From 3f24c9a0f8de9b72f87b37fb18898cedd1ea91f9 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sun, 15 Oct 2023 13:46:16 +0200 Subject: [PATCH] fixed lualine theme --- lua/plugins/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 3fd7f97..e0630d4 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -4,7 +4,7 @@ return { config = function() require('lualine').setup { options = { - theme = 'material', + theme = 'catppuccin', disabled_filetypes = { statusline = {}, winbar = { 'dap-repl', 'dapui_console' },