mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
2b7ffa48e9
- Foot template are really wrong, taked from here https://github.com/Abhra00/Matuprland/blob/main/matugen/templates/matugen-foot.ini - colors-apply.sh changes foot.ini despite having the line, which constantly hinders rebuilding in nixos, throwing errors because the linked file in the store has been modified.
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
[colors]
|
|
background = {{colors.surface.default.hex_stripped}}
|
|
foreground = {{colors.on_surface.default.hex_stripped}}
|
|
|
|
selection-background = {{colors.tertiary.default.hex_stripped}}
|
|
selection-foreground = {{colors.on_tertiary.default.hex_stripped}}
|
|
|
|
regular0 = {{colors.surface_variant.default.hex_stripped}}
|
|
regular1 = {{colors.error.default.hex_stripped}}
|
|
regular2 = {{colors.primary.default.hex_stripped}}
|
|
regular3 = {{colors.secondary.default.hex_stripped}}
|
|
regular4 = {{colors.tertiary.default.hex_stripped}}
|
|
regular5 = {{colors.primary_fixed_dim.default.hex_stripped}}
|
|
regular6 = {{colors.secondary_fixed_dim.default.hex_stripped}}
|
|
regular7 = {{colors.on_surface.default.hex_stripped}}
|
|
|
|
bright0 = {{colors.on_surface_variant.default.hex_stripped}}
|
|
bright1 = {{colors.error.default.hex_stripped}}
|
|
bright2 = {{colors.primary.default.hex_stripped}}
|
|
bright3 = {{colors.secondary.default.hex_stripped}}
|
|
bright4 = {{colors.tertiary.default.hex_stripped}}
|
|
bright5 = {{colors.primary_fixed_dim.default.hex_stripped}}
|
|
bright6 = {{colors.secondary_fixed_dim.default.hex_stripped}}
|
|
bright7 = {{colors.on_surface.default.hex_stripped}}
|