about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-27 16:23:36 +0200
committerSoispha <soispha@vhack.eu>2023-08-27 16:23:36 +0200
commitf7fe71a4b06cd25a7a13802b0573827e39077774 (patch)
treeee8556007b7f6f88e89df0aa610def24cf0adc40
parentFeat(hm/conf/nvim/plugins/luasnip/snippets/all): Add snips for todo-comments (diff)
downloadnixos-config-f7fe71a4b06cd25a7a13802b0573827e39077774.tar.gz
nixos-config-f7fe71a4b06cd25a7a13802b0573827e39077774.zip
Fix(hm/conf/nvim/plugins/colorscheme): Switch back to carbonfox
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
     ];