diff options
| author | triethyl <triethylammonium@pm.me> | 2026-02-16 13:34:26 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-02-16 13:34:26 -0500 |
| commit | 5e18520acce942dc3af688eb50c57fc61b1edb5e (patch) | |
| tree | d0631e5dc099533018dca5c7bbc49187af77e040 /pkgs/custom-neovim/config/lua | |
| parent | f7693fdb318c627878d736b146b0192d9e12d2f4 (diff) | |
neovim: added melatonin color schemes
Diffstat (limited to 'pkgs/custom-neovim/config/lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/colorschemes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/colorschemes.lua b/pkgs/custom-neovim/config/lua/plugins/colorschemes.lua index 6d8963d..7b72d5e 100644 --- a/pkgs/custom-neovim/config/lua/plugins/colorschemes.lua +++ b/pkgs/custom-neovim/config/lua/plugins/colorschemes.lua @@ -3,7 +3,7 @@ return { "mini.base16", lazy = false, after = function() - vim.cmd.colorscheme("oxocarbon") + vim.cmd.colorscheme("melatonin-dark") end }, } |
