diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-12 19:22:11 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-12 19:22:11 -0400 |
| commit | 8dd09c3ffed772c81a28855903333e39fe3b60d8 (patch) | |
| tree | a00f041cf0f5a277b5f6e456647e4c974bd076fe /pkgs | |
| parent | 7336c280400f9a4873bad6589b04c1a6cc18f44a (diff) | |
neovim: switch back to oxocarbon
Diffstat (limited to 'pkgs')
| -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 7b72d5e..6d8963d 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("melatonin-dark") + vim.cmd.colorscheme("oxocarbon") end }, } |
