diff --git a/home-modules/color-pallete.nix b/home-modules/color-pallete.nix index 3c904fc..797a03e 100644 --- a/home-modules/color-pallete.nix +++ b/home-modules/color-pallete.nix @@ -1,29 +1,106 @@ -{ config, pkgs, rice, ... }: +{ rice, ... }: { - home.file.".config/color-pallet.txt".text = with rice.color; '' - black: dark: ${black.dark} - base: ${black.base} - bright: ${black.bright} - white: dark: ${white.dark} - base: ${white.base} - bright: ${white.bright} - blue: dark: ${blue.dark} - base: ${blue.base} - bright: ${blue.bright} - magenta: dark: ${magenta.dark} - base: ${magenta.base} - bright: ${magenta.bright} - red: dark: ${red.dark} - base: ${red.base} - bright: ${red.bright} - cyan: dark: ${cyan.dark} - base: ${cyan.base} - bright: ${cyan.bright} - green: dark: ${green.dark} - base: ${green.base} - bright: ${green.bright} - yellow: dark: ${yellow.dark} - base: ${yellow.base} - bright: ${yellow.bright} + home.file.".config/color-pallete.html".text = with rice.color; let + cb = color-set: color-name: size: /* html */ '' +
${color-name}.dark
+${color-name}.base
+${color-name}.bright
+