Update theme
This commit is contained in:
parent
1643cb228d
commit
f27772c9cb
2 changed files with 4 additions and 3 deletions
|
@ -3,8 +3,9 @@
|
|||
stylix = {
|
||||
image = /etc/nixos/git/docs/icons/nixos/white.png;
|
||||
base16Scheme = ./sakura-night.yaml;
|
||||
polarity = "dark";
|
||||
autoEnable = true;
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{ lib, ... }: {
|
||||
programs.nixvim.colorscheme = lib.mkForce "rose-pine";
|
||||
}
|
||||
programs.nixvim.colorscheme = lib.mkForce "rose-pine-moon";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue