mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
ca74a5e74d
This was replaced in foot 1.26.0 Link: https://codeberg.org/dnkl/foot/commit/cf2b390f6e096e7a2ca93d4dece153eb13261a2e Signed-off-by: Eric Naim <dnaim@cachyos.org>
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
[colors-dark]
|
|
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}}
|