diff options
| author | jdhao <jdhao@hotmail.com> | 2022-12-28 22:29:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-28 22:29:49 +0800 |
| commit | f2c6900a8d0a5dbbf56a4be35d4b9f3d1e65fbc3 (patch) | |
| tree | 8fc9b1eee068eec225007887445587cfe8e2da9d /core | |
| parent | 116aaa0675596f907528f0a6bdb8652af0defa90 (diff) | |
update setting for onedarkpro (#172)
Diffstat (limited to 'core')
| -rw-r--r-- | core/colorschemes.lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/core/colorschemes.lua b/core/colorschemes.lua index 1b22659..46545b3 100644 --- a/core/colorschemes.lua +++ b/core/colorschemes.lua @@ -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() |
