Remove spotify-tui

This commit is contained in:
Dave Gallant
2020-05-06 13:20:46 -04:00
committed by GitHub
parent cec4966e44
commit 514f70101f

View File

@@ -1,49 +0,0 @@
# The theme colours can be an rgb string of the form "255, 255, 255" or a string that references the colours from your terminal theme: Reset, Black, Red, Green, Yellow, Blue, Magenta, Cyan, Gray, DarkGray, LightRed, LightGreen, LightYellow, LightBlue, LightMagenta, LightCyan, White.
theme:
active: Green
banner: Green
error_border: Red
error_text: LightRed
hint: Yellow
hovered: Green
inactive: Gray
playbar_background: Black
playbar_progress: Green
playbar_text: White
selected: Green
text: "255, 255, 255"
behavior:
seek_milliseconds: 5000
volume_increment: 10
# The lower the number the higher the "frames per second". You can decrease this number so that the audio visualisation is smoother but this can be expensive!
tick_rate_milliseconds: 250
keybindings:
# Key stroke can be used if it only uses two keys:
# ctrl-q works,
# ctrl-alt-q doesn't.
back: "ctrl-q"
jump_to_album: "a"
# Shift modifiers use a capital letter (also applies with other modifier keys
# like ctrl-A)
jump_to_artist_album: "A"
manage_devices: "d"
decrease_volume: "-"
increase_volume: "+"
toggle_playback: " "
seek_backwards: "<"
seek_forwards: ">"
next_track: "n"
previous_track: "p"
copy_song_url: "c"
copy_album_url: "C"
help: "?"
shuffle: "s"
repeat: "r"
search: "/"
audio_analysis: "v"