From 942ea2825d263ba50b2ed3babe87ced3fd409424 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 12 Dec 2020 14:18:34 +0100 Subject: [PATCH] Adjust ncspot colors --- .config/ncspot/config.toml | 32 ++++++++++++++++---------------- .config/ncspot/credentials.toml | 3 +++ 2 files changed, 19 insertions(+), 16 deletions(-) create mode 100644 .config/ncspot/credentials.toml 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='