From 0468f291dd80dcab66750c2d7e93604f0fcbeed2 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 21 Nov 2024 15:52:59 +0100 Subject: [PATCH] modules/theme: change tinted-scheming to tinted-theming (proper name) --- modules/theme/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/theme/default.nix b/modules/theme/default.nix index f6d8f00..90833a4 100644 --- a/modules/theme/default.nix +++ b/modules/theme/default.nix @@ -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; };