# Motel — shell colors. Source from ~/.zshrc.
# Powerlevel10k, if you use it, is configured separately.

export LS_COLORS="di=38;2;118;144;161:ln=38;2;169;128;129:ex=38;2;128;147;120:*.tar=38;2;186;81;82:*.zip=38;2;186;81;82:*.gz=38;2;186;81;82:*.md=38;2;185;152;104:*.json=38;2;177;144;128"
export EZA_COLORS="uu=38;2;226;211;193:un=38;2;125;108;100:gu=38;2;226;211;193:gn=38;2;125;108;100:da=38;2;125;108;100:di=38;2;118;144;161:ex=38;2;128;147;120:ln=38;2;169;128;129:*.md=38;2;185;152;104"

if [[ -z "$POWERLEVEL9K_LEFT_PROMPT_ELEMENTS" ]]; then
  PROMPT="%F{#ba5152}%n%f %F{#7690a1}%~%f ❯ "
fi
