summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-03-12 19:22:11 -0400
committertriethyl <triethylammonium@pm.me>2026-03-12 19:22:11 -0400
commit8dd09c3ffed772c81a28855903333e39fe3b60d8 (patch)
treea00f041cf0f5a277b5f6e456647e4c974bd076fe
parent7336c280400f9a4873bad6589b04c1a6cc18f44a (diff)
neovim: switch back to oxocarbon
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/colorschemes.lua2
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
},
}