modules/theme: change tinted-scheming to tinted-theming (proper name)
This commit is contained in:
parent
32971e91bf
commit
0468f291dd
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ in {
|
|||
enable = mkEnableOption "theme";
|
||||
schemeName = mkOption {
|
||||
description = ''
|
||||
Name of the tinted-scheming color scheme to use.
|
||||
Name of the tinted-theming color scheme to use.
|
||||
'';
|
||||
type = enum (attrNames inputs.basix.schemeData.base16);
|
||||
example = "catppuccin-macchiato";
|
||||
|
@ -23,7 +23,7 @@ in {
|
|||
|
||||
scheme = mkOption {
|
||||
description = ''
|
||||
Resolved scheme from the tinted-scheming library.
|
||||
Resolved scheme from the tinted-theming library.
|
||||
'';
|
||||
type = lib.types.attrs;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue