Files
nixos/templates/zellij.kdl
2026-01-02 20:43:09 +01:00

16 lines
620 B
Plaintext

themes {
matugen {
fg "{{colors.on_surface.default.hex}}"
bg "{{colors.surface_container_high.default.hex}}"
black "{{colors.surface_container.default.hex}}"
red "{{colors.tertiary.default.hex}}"
orange "{{colors.secondary.default.hex}}"
green "{{colors.primary.default.hex}}"
yellow "{{colors.secondary_container.default.hex}}"
blue "{{colors.primary_container.default.hex}}"
magenta "{{colors.tertiary_container.default.hex}}"
cyan "{{colors.on_surface_variant.default.hex}}"
white "{{colors.on_surface.default.hex}}"
}
}