# Simple theme without emojis # Colors (internal only) ESC=$(printf '\033') RED="${ESC}[31m" GREEN="${ESC}[32m" YELLOW="${ESC}[33m" BLUE="${ESC}[34m" PURPLE="${ESC}[35m" CYAN="${ESC}[36m" WHITE="${ESC}[37m" OFF="${ESC}[m" # Pointers # ======== # Sign that indicates the existence of audio files FORMAT_LOCAL="${BLUE}|>$OFF" # Pointer to the track currently playing (playlist) FORMAT_CURRENT="${WHITE}-->$OFF" # Input prompt # ============= # Search prompt SEARCH_PROMPT="search: " # Headers # ======= # Header that displays artist's name HEADER_ARTIST="artist: %s" # Header that displays the release-group name after artist's HEADER_ARTIST_RELEASEGROUP="artist: %s / album: %s" # Header that in addition to `HEADER_ARTIST_RELEASEGROUP` also shows some # release information HEADER_RELEASE="artist: %s / album: %s (%s)" # The release information is formatted as follows (placeholders implicit): HEADER_RELEASE_FORMAT="<