diff options
Diffstat (limited to '.config/ncspot')
-rw-r--r-- | .config/ncspot/config.toml | 14 |
1 files 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" |