style: add zenburn

This commit is contained in:
Charlie Root 2024-09-26 00:30:37 +02:00
commit b9d719e157
2 changed files with 26 additions and 1 deletions

View file

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