Update theme

This commit is contained in:
albert 2024-02-16 10:31:50 +09:00
parent f763e432ef
commit 01cd2002fb
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -1,3 +1,3 @@
{ lib, ... }: {
programs.nixvim.colorscheme = lib.mkForce "catppuccin-macchiato";
programs.nixvim.colorscheme = lib.mkForce "melange-dark";
}