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:
parent
116aaa0675
commit
f2c6900a8d
@ -105,12 +105,8 @@ M.rose_pine = function()
|
|||||||
end
|
end
|
||||||
|
|
||||||
M.onedarkpro = function()
|
M.onedarkpro = function()
|
||||||
require("onedarkpro").setup({
|
|
||||||
dark_theme = "onedark", -- The default dark theme
|
|
||||||
})
|
|
||||||
|
|
||||||
-- set colorscheme after options
|
-- set colorscheme after options
|
||||||
vim.cmd('colorscheme onedarkpro')
|
vim.cmd('colorscheme onedark_vivid')
|
||||||
end
|
end
|
||||||
|
|
||||||
M.monokai = function()
|
M.monokai = function()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user