Change theme to onedark
This commit is contained in:
parent
5c256c030c
commit
e7a913421a
3 changed files with 43 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue