bahaghari/modules/tinted-theming: refactor code

This commit is contained in:
Gabriel Arazas 2024-05-13 21:42:37 +08:00
parent 26f827d9dd
commit 118191fe5b
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -1,10 +1,9 @@
# Essentially a derivative of nix-colors module that closely follows Tinted
# Theming "standard" and can hold multiple palettes suitable for generating
# multiple configuration files for organization purposes.
{ pkgs, lib, ... }:
{ pkgs, lib, bahaghariLib, ... }:
let
bahaghariLib = import ../../lib { inherit pkgs; };
inherit (bahaghariLib.tinted-theming) isBase24 isBase16;
settingsFormat = pkgs.formats.yaml { };