30 lines
586 B
TOML
30 lines
586 B
TOML
use_nerdfont = true
|
|
flip_status_indicators = true
|
|
notify = true
|
|
shuffle = false
|
|
|
|
|
|
[keybindings]
|
|
"Ctrl+f" = "search"
|
|
"Ctrl+q" = "focus queue"
|
|
"Ctrl+l" = "focus library"
|
|
|
|
[theme]
|
|
#background = "default"
|
|
primary = "#ffffff"
|
|
secondary = "ffffff"
|
|
title = "#ffffff"
|
|
playing = "#fabd2f"
|
|
playing_selected = "#141517"
|
|
highlight = "#ffffff"
|
|
highlight_bg = "#478061"
|
|
highlight_inactive_bg= "2A4C3A"
|
|
#error = "#fbf1c7"
|
|
#error_bg = "#cc241d"
|
|
statusbar_progress = "#478061"
|
|
statusbar_progress_bg = "#141517"
|
|
#statusbar_bg = "#282828"
|
|
statusbar = "#478061"
|
|
cmdline = "#ffffff"
|
|
cmdline_bg = "#141517"
|
|
|