Change theme to onedark

This commit is contained in:
Yorick Barbanneau 2024-03-15 00:50:58 +01:00
parent 5c256c030c
commit e7a913421a
3 changed files with 43 additions and 5 deletions

View file

@ -50,11 +50,9 @@ in
'';
}
{
plugin = base16-nvim;
plugin = onedark-nvim;
type = "lua";
config = ''
vim.cmd.colorscheme 'base16-default-dark'
'';
config = (builtins.readFile ./files/theme.lua);
}
{
plugin = nvim-cmp;