replace with in colors
This commit is contained in:
parent
8c73ebaa9f
commit
15842977ad
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,10 @@
|
||||||
{ lib, ... }: {
|
{ lib, ... }: let
|
||||||
options = with lib; {
|
inherit (lib) mkOption;
|
||||||
|
inherit (lib.types) attrsOf str;
|
||||||
|
in {
|
||||||
|
options = {
|
||||||
theme = mkOption {
|
theme = mkOption {
|
||||||
type = with types; attrsOf str;
|
type = attrsOf str;
|
||||||
default = {
|
default = {
|
||||||
base = "#191724";
|
base = "#191724";
|
||||||
surface = "#1f1d2e";
|
surface = "#1f1d2e";
|
||||||
|
|
Loading…
Add table
Reference in a new issue