mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
bahaghari/modules/tinted-theming: refactor code
This commit is contained in:
parent
26f827d9dd
commit
118191fe5b
@ -1,10 +1,9 @@
|
|||||||
# Essentially a derivative of nix-colors module that closely follows Tinted
|
# Essentially a derivative of nix-colors module that closely follows Tinted
|
||||||
# Theming "standard" and can hold multiple palettes suitable for generating
|
# Theming "standard" and can hold multiple palettes suitable for generating
|
||||||
# multiple configuration files for organization purposes.
|
# multiple configuration files for organization purposes.
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, bahaghariLib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
bahaghariLib = import ../../lib { inherit pkgs; };
|
|
||||||
inherit (bahaghariLib.tinted-theming) isBase24 isBase16;
|
inherit (bahaghariLib.tinted-theming) isBase24 isBase16;
|
||||||
|
|
||||||
settingsFormat = pkgs.formats.yaml { };
|
settingsFormat = pkgs.formats.yaml { };
|
||||||
|
Loading…
Reference in New Issue
Block a user