mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 01:51:54 -05:00
theme: remove teritary color option
This commit is contained in:
parent
26ebadeaae
commit
a11e65b06f
|
@ -251,12 +251,6 @@ in {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
};
|
};
|
||||||
|
|
||||||
tertiary = lib.mkOption {
|
|
||||||
description = "Tertiary color.";
|
|
||||||
default = "#CA9EE6"; #"#99D1DB";
|
|
||||||
type = lib.types.str;
|
|
||||||
};
|
|
||||||
|
|
||||||
inactive = lib.mkOption {
|
inactive = lib.mkOption {
|
||||||
description = "Inactive color.";
|
description = "Inactive color.";
|
||||||
default = "#242424";
|
default = "#242424";
|
||||||
|
|
|
@ -271,9 +271,8 @@ in {
|
||||||
colors = {
|
colors = {
|
||||||
text = "#FFFFFF";
|
text = "#FFFFFF";
|
||||||
background = "#2a273f";
|
background = "#2a273f";
|
||||||
secondary = "#ea9a97";
|
|
||||||
primary = "#3e8fb0";
|
primary = "#3e8fb0";
|
||||||
tertiary = "#f6c177";
|
secondary = "#f6c177";
|
||||||
inactive = "#393552";
|
inactive = "#393552";
|
||||||
shadow = "#232136";
|
shadow = "#232136";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue