32 lines
601 B
TOML
32 lines
601 B
TOML
notify = true
|
|
flip_status_indicators = true
|
|
bitrate = 320
|
|
|
|
[track_format]
|
|
left = "%artists - %title"
|
|
center = "%album"
|
|
right = "%saved %duration"
|
|
|
|
[keybindings]
|
|
"p" = "playpause"
|
|
"Ctrl+s" = "search"
|
|
|
|
[theme]
|
|
background = "black"
|
|
primary = "light white"
|
|
secondary = "light black"
|
|
title = "green"
|
|
playing = "green"
|
|
playing_selected = "light green"
|
|
playing_bg = "black"
|
|
highlight = "light white"
|
|
highlight_bg = "#484848"
|
|
error = "light white"
|
|
error_bg = "red"
|
|
statusbar = "black"
|
|
statusbar_progress = "green"
|
|
statusbar_bg = "green"
|
|
cmdline = "light white"
|
|
cmdline_bg = "black"
|
|
search_match = "light red"
|