From 5e15b4879ede34bacef512fde4376cb277f280f3 Mon Sep 17 00:00:00 2001 From: IbrahimSabriOrene Date: Sun, 26 Nov 2023 09:34:28 +0300 Subject: [PATCH] Changed Theme --- init.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 3f8b3398..fbba1707 100644 --- a/init.lua +++ b/init.lua @@ -160,6 +160,8 @@ require('lazy').setup({ -- Theme inspired by Atom 'navarasu/onedark.nvim', priority = 1000, + transparent = true, + config = function() vim.cmd.colorscheme 'onedark' end, @@ -171,8 +173,8 @@ require('lazy').setup({ -- See `:help lualine.txt` opts = { options = { - icons_enabled = false, - theme = 'onedark', + icons_enabled = true, + theme = 'dracula', component_separators = '|', section_separators = '', },