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, ... }: {
|
||||
options = with lib; {
|
||||
{ lib, ... }: let
|
||||
inherit (lib) mkOption;
|
||||
inherit (lib.types) attrsOf str;
|
||||
in {
|
||||
options = {
|
||||
theme = mkOption {
|
||||
type = with types; attrsOf str;
|
||||
type = attrsOf str;
|
||||
default = {
|
||||
base = "#191724";
|
||||
surface = "#1f1d2e";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue