From 3dfda48e39bd75429741e2537ff5275d8bbed153 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 11:32:34 +0900 Subject: [PATCH] Update eheme --- stylix/stylix/home-manager/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylix/stylix/home-manager/nixvim.nix b/stylix/stylix/home-manager/nixvim.nix index 001f2b9a..10e174eb 100644 --- a/stylix/stylix/home-manager/nixvim.nix +++ b/stylix/stylix/home-manager/nixvim.nix @@ -1,3 +1,3 @@ { lib, ... }: { - programs.nixvim.colorscheme = lib.mkForce "onehalf"; + programs.nixvim.colorscheme = lib.mkForce "onehalfdark"; } \ No newline at end of file