diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-06-26 16:28:14 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-06-26 16:28:14 +0100 |
commit | 21c243a08399f1a2e7c30375e73690f8d1193d88 (patch) | |
tree | 1d953edb85a872b92cba8493d474032154c39ad5 | |
parent | 422e7a8656a4d9309184b7578a4ca4eafa8c04b4 (diff) |
ncspot in green colours - yoo
Diffstat (limited to '')
-rw-r--r-- | ncspot_config.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ncspot_config.toml b/ncspot_config.toml new file mode 100644 index 0000000..71bd381 --- /dev/null +++ b/ncspot_config.toml @@ -0,0 +1,18 @@ +[theme] +background = "black" +primary = "light white" +secondary = "light black" +title = "green" +playing = "green" +playing_selected = "light green" +playing_bg = "black" +highlight = "light white" +highlight_bg = "#484848" +error = "light white" +error_bg = "red" +statusbar = "black" +statusbar_progress = "green" +statusbar_bg = "green" +cmdline = "light white" +cmdline_bg = "black" +search_match = "light red" |