diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml index b5914ec..2014a4a 100644 --- a/.config/ncspot/config.toml +++ b/.config/ncspot/config.toml @@ -1,17 +1,17 @@ [theme] -background = "#111111" -primary = "#CCCCCC" -secondary = "#AAAAAA" -title = "#CCCCCC" -playing = "#FFFFFF" -playing_selected = "#FFFFFF" -playing_bg = "#111111" -highlight = "#CCCCCC" -highlight_bg = "#333333" -error = "#FFFFFF" -error_bg = "#111111" -statusbar = "#CCCCCC" -statusbar_progress = "#CCCCCC" -statusbar_bg = "#111111" -cmdline = "#CCCCCC" -cmdline_bg = "#111111" +background="black" +primary="#aaa" +secondary="#555" +title="#ccc" +playing="#fff" +playing_selected="#fff" +playing_bg="black" +highlight="#ccc" +highlight_bg="#333" +error="#fff" +error_bg="#111" +statusbar="#ccc" +statusbar_progress="#ccc" +statusbar_bg="black" +cmdline="#ccc" +cmdline_bg="#ccc" diff --git a/.config/ncspot/credentials.toml b/.config/ncspot/credentials.toml new file mode 100644 index 0000000..d3f812c --- /dev/null +++ b/.config/ncspot/credentials.toml @@ -0,0 +1,3 @@ +username = 'hektor.misplon@gmail.com' +auth_type = 0 +auth_data = 'KDEzMzc9PXRydTMpPzo='