style: add Black Metal Venom palette

This commit is contained in:
Charlie Root 2025-02-25 07:40:00 +01:00
commit 05aac13656
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 27 additions and 1 deletions

View file

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