feat: dank themes module

This commit is contained in:
Nick 2025-01-16 21:44:11 -06:00
parent b07db5670d
commit b0fdd1d958
32 changed files with 1377 additions and 1345 deletions

View file

@ -1,36 +1,36 @@
{flake, ...}: let
inherit
(flake.config.aesthetics.themes.schemes.catppuccin-macchiato)
{ flake, ... }:
let
inherit (flake.config.aesthetics.themes.schemes.catppuccin-macchiato)
colours
;
inherit
(flake.config.aesthetics.themes)
# currentTheme
# elements
# schemes
inherit (flake.config.aesthetics.themes)
currentTheme
elements
schemes
font
;
# el = elements;
el = elements;
# theme = colour: schemes.${currentTheme}.colours.${colour};
theme = colour: schemes.${currentTheme}.colours.${colour};
custom = {
font = font;
font_size = "12px";
font_weight = "bold";
text_color = colours.mauve; # theme el.keyword;
secondary_accent = colours.mauve; # theme el.link;
tertiary_accent = colours.rosewater; # theme el.operator;
button_color = colours.mauve; # theme el.overlay2;
text_color = theme el.keyword;
secondary_accent = theme el.link;
tertiary_accent = theme el.operator;
button_color = theme el.overlay2;
background_1 = colours.base;
background_2 = colours.crust;
background_3 = colours.surface2;
opacityBg = "0.90";
opacityBt = "1";
};
in ''
in
''
* {
min-height: 0px;