mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: dank themes module
This commit is contained in:
parent
b07db5670d
commit
b0fdd1d958
32 changed files with 1377 additions and 1345 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue