diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 17:53:33 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 18:09:46 +0200 |
commit | 7514a31d35ddf4b52cac4cdb657647553ad21b87 (patch) | |
tree | 9de4123f2f7a6d74b053b8a92fff8ef85912eaa0 /.config/ncspot | |
parent | 1410f9ce633da62e431b8ed977f7a066cc0db72b (diff) |
ncspot: changed colours
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" |