dots/.config/ncspot/config.toml

20 lines
309 B
TOML
Raw Normal View History

2021-01-09 01:05:44 +01:00
notify = true
2020-05-07 02:58:55 +02:00
[theme]
2020-12-12 14:18:34 +01:00
background="black"
primary="#aaa"
secondary="#555"
title="#ccc"
playing="#fff"
playing_selected="#fff"
playing_bg="black"
highlight="#ccc"
highlight_bg="#333"
error="#fff"
error_bg="#111"
statusbar="#ccc"
statusbar_progress="#ccc"
statusbar_bg="black"
cmdline="#ccc"
2021-01-09 01:05:44 +01:00
cmdline_bg="black"