feat: fuck alejandra

This commit is contained in:
Nick 2025-01-16 15:17:25 -06:00
parent 0be43dc3f5
commit a72d9e63e0
96 changed files with 1474 additions and 631 deletions

View file

@ -6,24 +6,24 @@
inherit
(flake.config.aesthetics.themes)
currentTheme
currentColours
schemes
# currentTheme
# elements
# schemes
font
;
cc = currentColours;
# 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 = theme cc.warmAccent2;
secondary_accent = theme cc.coolAccent4;
tertiary_accent = theme cc.coolAccent1;
button_color = theme cc.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;