mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update color scheme
This commit is contained in:
parent
84304cc0c6
commit
000afca700
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ return {
|
|||
"navarasu/onedark.nvim",
|
||||
init = function()
|
||||
require("onedark").setup({
|
||||
style = "darker",
|
||||
style = "darker", -- Default theme style. Choose between 'dark', 'darker', 'cool', 'deep', 'warm', 'warmer' and 'light'
|
||||
})
|
||||
require("onedark").load()
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue