From f7fe71a4b06cd25a7a13802b0573827e39077774 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 27 Aug 2023 16:23:36 +0200 Subject: Fix(hm/conf/nvim/plugins/colorscheme): Switch back to carbonfox --- hm/soispha/conf/nvim/plugins/colorscheme/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/nvim') diff --git a/hm/soispha/conf/nvim/plugins/colorscheme/default.nix b/hm/soispha/conf/nvim/plugins/colorscheme/default.nix index 21069752..c5b3db66 100644 --- a/hm/soispha/conf/nvim/plugins/colorscheme/default.nix +++ b/hm/soispha/conf/nvim/plugins/colorscheme/default.nix @@ -9,7 +9,7 @@ ${lib.strings.fileContents ./lua/nightfox.lua} ${lib.strings.fileContents ./lua/mk_todos_readable.lua} ''; - colorscheme = "duskfox"; + colorscheme = "carbonfox"; extraPlugins = [ pkgs.vimExtraPlugins.nightfox-nvim ]; -- cgit 1.4.1