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 = {
|
options.modules.style = {
|
||||||
colorScheme = {
|
colorScheme = {
|
||||||
name = mkOption {
|
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.";
|
description = "The colorscheme that should be used globally to theme your system.";
|
||||||
default = "Catppuccin Mocha";
|
default = "Catppuccin Mocha";
|
||||||
};
|
};
|
||||||
|
|
25
modules/options/style/palettes/zenburn.nix
Normal file
25
modules/options/style/palettes/zenburn.nix
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
colorscheme = {
|
||||||
|
slug = "zenburn";
|
||||||
|
name = "Zenburn";
|
||||||
|
variant = "dark";
|
||||||
|
palette = {
|
||||||
|
base00 = "#383838";
|
||||||
|
base01 = "#404040";
|
||||||
|
base02 = "#606060";
|
||||||
|
base03 = "#6f6f6f";
|
||||||
|
base04 = "#808080";
|
||||||
|
base05 = "#dcdccc";
|
||||||
|
base06 = "#c0c0c0";
|
||||||
|
base07 = "#ffffff";
|
||||||
|
base08 = "#dca3a3";
|
||||||
|
base09 = "#afaf8f";
|
||||||
|
base0A = "#e0cf9f";
|
||||||
|
base0B = "#5f7f5f";
|
||||||
|
base0C = "#93e0e3";
|
||||||
|
base0D = "#7cb8bb";
|
||||||
|
base0E = "#dc8cc3";
|
||||||
|
base0F = "#000000";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue