diff options
author | Soispha <soispha@vhack.eu> | 2023-08-27 16:23:36 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-27 16:23:36 +0200 |
commit | f7fe71a4b06cd25a7a13802b0573827e39077774 (patch) | |
tree | ee8556007b7f6f88e89df0aa610def24cf0adc40 | |
parent | Feat(hm/conf/nvim/plugins/luasnip/snippets/all): Add snips for todo-comments (diff) | |
download | nixos-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.nix | 2 |
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 ]; |