I dont know where am i

This commit is contained in:
IbrahimSabriOrene 2023-11-26 11:17:38 +03:00
parent 5e15b4879e
commit a5ef5cafe6
1 changed files with 10 additions and 12 deletions

View File

@ -158,12 +158,10 @@ require('lazy').setup({
{ {
-- Theme inspired by Atom -- Theme inspired by Atom
'navarasu/onedark.nvim', 'rose-pine/neovim',
priority = 1000,
transparent = true,
config = function() config = function()
vim.cmd.colorscheme 'onedark' vim.cmd.colorscheme('rose-pine')
end, end,
}, },
@ -174,7 +172,7 @@ require('lazy').setup({
opts = { opts = {
options = { options = {
icons_enabled = true, icons_enabled = true,
theme = 'dracula', theme = 'rose-pine',
component_separators = '|', component_separators = '|',
section_separators = '', section_separators = '',
}, },