feat(nord): change to nord theme

This commit is contained in:
Artur Manuel 2025-01-25 22:23:07 +00:00
commit 759b991556
2 changed files with 745 additions and 13 deletions

View file

@ -7,12 +7,13 @@ in {
package = vimPlugins.mini-nvim;
setup = "require('mini.statusline').setup {}";
};
nightfox = {
package = vimPlugins.nightfox-nvim;
setup = "vim.cmd('colorscheme carbonfox')";
};
# nightfox = {
# package = vimPlugins.nightfox-nvim;
# setup = "vim.cmd('colorscheme carbonfox')";
# };
};
theme = {
name = "nord";
enable = true;
style = "dark";
};