modules/style: add gruvbox

This commit is contained in:
Charlie Root 2025-03-24 18:43:35 +01:00
commit 812812acac
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 27 additions and 2 deletions

View file

@ -34,9 +34,9 @@ in {
options.modules.style = {
colorScheme = {
name = mkOption {
type = nullOr (enum ["Catppuccin Mocha" "Zenburn" "Black Metal Venom"]);
type = nullOr (enum ["Catppuccin Mocha" "Zenburn" "Black Metal Venom" "Gruvbox"]);
description = "The colorscheme that should be used globally to theme your system.";
default = "Catppuccin Mocha";
default = "Gruvbox";
};
slug = mkOption {