Update theme

This commit is contained in:
albert 2024-02-15 00:07:25 +09:00
parent 1643cb228d
commit f27772c9cb
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 4 additions and 3 deletions

View file

@ -3,6 +3,7 @@
stylix = {
image = /etc/nixos/git/docs/icons/nixos/white.png;
base16Scheme = ./sakura-night.yaml;
polarity = "dark";
autoEnable = true;
};

View file

@ -1,3 +1,3 @@
{ lib, ... }: {
programs.nixvim.colorscheme = lib.mkForce "rose-pine";
programs.nixvim.colorscheme = lib.mkForce "rose-pine-moon";
}