style: add zenburn
This commit is contained in:
parent
c258aed5f4
commit
b9d719e157
2 changed files with 26 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue