onedark conf

This commit is contained in:
naman 2024-09-25 02:14:28 +05:30
parent 7bbc1ef935
commit 3693d387d9
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
--[[ --[[init
===================================================================== =====================================================================
==================== READ THIS BEFORE CONTINUING ==================== ==================== READ THIS BEFORE CONTINUING ====================
@ -162,8 +162,10 @@ require('lazy').setup({
priority = 1000, priority = 1000,
config = function() config = function()
require('onedark').setup({ require('onedark').setup({
style = 'darker',
transparent = true, -- Show/hide background transparent = true, -- Show/hide background
}) })
vim.cmd.colorscheme "onedark"
end, end,
}, },