diff options
| author | brustybee <bee@4d2.org> | 2026-03-10 01:45:09 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-10 01:45:09 +0530 |
| commit | 870745197024128e29c4f461a0e09d36dcf348bb (patch) | |
| tree | 393adf8a6ee24fe0fdf71664d0fb4b3d0b7ea000 /common/modules/matugen/templates | |
| parent | df031ad540fe2baad549d5e37930ab49f9f221e0 (diff) | |
pretty boy
Diffstat (limited to 'common/modules/matugen/templates')
| -rw-r--r-- | common/modules/matugen/templates/matugen-terminal.nix | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/common/modules/matugen/templates/matugen-terminal.nix b/common/modules/matugen/templates/matugen-terminal.nix index ae8cd79..d8ee733 100644 --- a/common/modules/matugen/templates/matugen-terminal.nix +++ b/common/modules/matugen/templates/matugen-terminal.nix @@ -8,30 +8,30 @@ (lib.mkIf config.beeMods.terminal.foot { xdg.configFile."matugen/templates/foot-colors.ini" = { text = '' - [colors] + [colors-dark] foreground={{colors.on_surface.default.hex_stripped}} background={{colors.background.default.hex_stripped}} selection-foreground={{colors.on_surface.default.hex_stripped}} selection-background={{colors.primary_container.default.hex_stripped}} cursor = {{colors.background.default.hex_stripped}} {{colors.primary.default.hex_stripped}} - regular0=\{{color0[1:]}} - regular1=\{{color1[1:]}} - regular2=\{{color2[1:]}} - regular3=\{{color3[1:]}} - regular4=\{{color4[1:]}} - regular5=\{{color5[1:]}} - regular6=\{{color6[1:]}} - regular7=\{{color7[1:]}} + regular0=\{{color0[1:]}} + regular1=\{{color1[1:]}} + regular2=\{{color2[1:]}} + regular3=\{{color3[1:]}} + regular4=\{{color4[1:]}} + regular5=\{{color5[1:]}} + regular6=\{{color6[1:]}} + regular7=\{{color7[1:]}} - bright0=\{{color8[1:]}} - bright1=\{{color9[1:]}} - bright2=\{{color10[1:]}} - bright3=\{{color11[1:]}} - bright4=\{{color12[1:]}} - bright5=\{{color13[1:]}} - bright6=\{{color14[1:]}} - bright7=\{{color15[1:]}} + bright0=\{{color8[1:]}} + bright1=\{{color9[1:]}} + bright2=\{{color10[1:]}} + bright3=\{{color11[1:]}} + bright4=\{{color12[1:]}} + bright5=\{{color13[1:]}} + bright6=\{{color14[1:]}} + bright7=\{{color15[1:]}} dim-blend-towards=<* if {{ is_dark_mode }} *>black<* else *>white<* endif *> |
