diff --git a/ncspot/config.toml b/ncspot/config.toml new file mode 100644 index 0000000..2748c2c --- /dev/null +++ b/ncspot/config.toml @@ -0,0 +1,22 @@ +notify = true +shuffle = true +cover_max_scale = 2 +audio_cache_size = 50000 +[theme] +background = "#1a1b26" +primary = "#c0caf5" +secondary = "#1a1b26" +title = "#e0af68" +playing = "#7dcfff" +playing_selected = "#73daca" +playing_bg = "#1a1b26" +highlight = "#73daca" +highlight_bg = "#1a1b26" +error = "#c0caf5" +error_bg = "#f7768e" +statusbar = "#24283b" +statusbar_progress = "#73daca" +statusbar_bg = "#7dcfff" + +cmdline_bg = "#24283b" +search_match = "#bb9af7" diff --git a/ncspot/userstate.cbor b/ncspot/userstate.cbor new file mode 100644 index 0000000..a31735e Binary files /dev/null and b/ncspot/userstate.cbor differ