From 16fd8d7a05313302b3e0f4dbd6fd9014c7653f30 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 8 May 2020 14:16:11 +0000 Subject: [PATCH] Adjust color scheme --- .config/ncspot/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml index 4aec902..86f8f7a 100644 --- a/.config/ncspot/config.toml +++ b/.config/ncspot/config.toml @@ -1,16 +1,16 @@ [theme] -background = "#000000" +background = "#0d0d0d" primary = "#aaaaaa" secondary = "#444444" title = "#aaaaaa" playing = "#ffffff" -playing_bg = "#000000" +playing_bg = "#0d0d0d" highlight = "#ffffff" highlight_bg = "#444444" error = "#ffffff" error_bg = "red" -statusbar = "#000000" +statusbar = "#0d0d0d" statusbar_progress = "green" statusbar_bg = "green" cmdline = "#ffffff" -cmdline_bg = "#000000" +cmdline_bg = "#0d0d0d"