1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update setting for onedarkpro (#172)

This commit is contained in:
jdhao 2022-12-28 22:29:49 +08:00 committed by GitHub
parent 116aaa0675
commit f2c6900a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,12 +105,8 @@ M.rose_pine = function()
end
M.onedarkpro = function()
require("onedarkpro").setup({
dark_theme = "onedark", -- The default dark theme
})
-- set colorscheme after options
vim.cmd('colorscheme onedarkpro')
vim.cmd('colorscheme onedark_vivid')
end
M.monokai = function()