From 5ecf844b1f2efbdc86b1653483f17d7ecb39f8ee Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 3 Jun 2023 11:07:10 -0600 Subject: change colorscheme management, use dracula --- lua/plugins/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins/lualine.lua') diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 350777d..a90a94c 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -3,7 +3,7 @@ return { opts = { options = { icons_enabled = false, - theme = 'colorscheme', + theme = 'dracula-nvim', component_separators = '|', section_separators = '', }, -- cgit v1.2.3-54-g00ecf