diff options
Diffstat (limited to 'modules/colors/tomorrow.nix')
| -rw-r--r-- | modules/colors/tomorrow.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/colors/tomorrow.nix b/modules/colors/tomorrow.nix index 9cfcb25..d6d68fb 100644 --- a/modules/colors/tomorrow.nix +++ b/modules/colors/tomorrow.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: let cfg = config.modules.colors.tomorrow; hexColorRegex = ''#([0-9a-fA-F]{3}){1,2}''; |