12 lines
619 B
Fish
12 lines
619 B
Fish
# Prompt colors (generated by matugen)
|
|
# Do not edit manually - run `matugen` to regenerate
|
|
|
|
set -U prompt_color_surface "{{colors.surface_container.default.hex}}"
|
|
set -U prompt_color_primary "{{colors.primary.default.hex}}"
|
|
set -U prompt_color_secondary "{{colors.secondary.default.hex}}"
|
|
set -U prompt_color_tertiary "{{colors.tertiary.default.hex}}"
|
|
set -U prompt_color_error "{{colors.error.default.hex}}"
|
|
set -U prompt_color_primary_fixed "{{colors.primary_fixed.default.hex}}"
|
|
set -U prompt_color_tertiary_fixed "{{colors.tertiary_fixed.default.hex}}"
|
|
set -U prompt_color_text "{{colors.on_surface.default.hex}}"
|