From 14804af5dcbd2adb1f2aaa959389304783ad1b0c Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 6 Oct 2020 18:02:03 +0200 Subject: [PATCH] Update color scheme --- .config/ncspot/config.toml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml index 86f8f7a..b7dd04c 100644 --- a/.config/ncspot/config.toml +++ b/.config/ncspot/config.toml @@ -1,16 +1,17 @@ [theme] -background = "#0d0d0d" -primary = "#aaaaaa" -secondary = "#444444" -title = "#aaaaaa" -playing = "#ffffff" -playing_bg = "#0d0d0d" -highlight = "#ffffff" -highlight_bg = "#444444" -error = "#ffffff" -error_bg = "red" -statusbar = "#0d0d0d" -statusbar_progress = "green" -statusbar_bg = "green" -cmdline = "#ffffff" -cmdline_bg = "#0d0d0d" +background = "#1C1C1C" +primary = "#CCCCCC" +secondary = "#AAAAAA" +title = "#CCCCCC" +playing = "#FFFFFF" +playing_selected = "#FFFFFF" +playing_bg = "#1C1C1C" +highlight = "#CCCCCC" +highlight_bg = "#333333" +error = "#FFFFFF" +error_bg = "#1C1C1C" +statusbar = "#CCCCCC" +statusbar_progress = "#CCCCCC" +statusbar_bg = "#1C1C1C" +cmdline = "#CCCCCC" +cmdline_bg = "#1C1C1C"