diff --git a/stylix/sakura/home-manager/nixvim.nix b/stylix/sakura/home-manager/nixvim.nix index 009e3da1..9a6e3077 100644 --- a/stylix/sakura/home-manager/nixvim.nix +++ b/stylix/sakura/home-manager/nixvim.nix @@ -1,3 +1,3 @@ { lib, ... }: { - programs.nixvim.colorscheme = lib.mkForce "everforest"; + programs.nixvim.colorscheme = lib.mkForce "oxocarbon"; } \ No newline at end of file