initial commit
This commit is contained in:
commit
e7dbd0a94f
2 changed files with 31 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
userstate.cbor
|
30
config.toml
Normal file
30
config.toml
Normal file
|
@ -0,0 +1,30 @@
|
|||
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"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue