From 7514a31d35ddf4b52cac4cdb657647553ad21b87 Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Sun, 9 Oct 2022 17:53:33 +0200 Subject: ncspot: changed colours --- .config/ncspot/config.toml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml index c2e74e2..3e688a2 100644 --- a/.config/ncspot/config.toml +++ b/.config/ncspot/config.toml @@ -2,19 +2,13 @@ use_nerdfont = true flip_status_indicators = true [theme] -primary = "light white" -secondary = "light black" -title = "green" -playing = "green" -playing_selected = "light green" -playing_bg = "black" +title = "blue" +playing_selected = "light blue" +playing = "blue" highlight = "light white" -highlight_bg = "#484848" +highlight_bg = "#333640" error = "light white" error_bg = "red" -statusbar = "black" -statusbar_progress = "green" -statusbar_bg = "green" cmdline = "light white" cmdline_bg = "black" search_match = "light red" -- cgit v1.2.3-70-g09d2