From c09574802ac05013ecc21b06e4c6f179431b6fd3 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 28 Jul 2024 15:36:55 +1200 Subject: [PATCH] change(home:colorscheme): gruvbox-material-dark-soft -> gruvbox-matierial-dark-medium --- home/profiles/themes/minimal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/profiles/themes/minimal.nix b/home/profiles/themes/minimal.nix index 5ad1947..4c69093 100644 --- a/home/profiles/themes/minimal.nix +++ b/home/profiles/themes/minimal.nix @@ -10,7 +10,7 @@ in imports = [ inputs.nix-colors.homeManagerModule ]; config = mkIf (theme == "minimal") { - colorscheme = colorSchemes.gruvbox-material-dark-soft; + colorscheme = colorSchemes.gruvbox-material-dark-medium; home.file.".colorscheme".text = config.colorscheme.slug; home.sessionVariables.COLOR_SCHEME = "${config.colorscheme.slug}";