Changed Theme

This commit is contained in:
IbrahimSabriOrene 2023-11-26 09:34:28 +03:00
parent 9bf4a5237f
commit 5e15b4879e
1 changed files with 4 additions and 2 deletions

View File

@ -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 = '',
},