about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/plugins/colorscheme/default.nix2
1 files changed, 1 insertions, 1 deletions
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
     ];