dots/.config/ncspot/config.toml

18 lines
370 B
TOML
Raw Normal View History

2020-05-07 02:58:55 +02:00
[theme]
2020-11-01 15:14:40 +01:00
background = "#111111"
2020-10-06 18:02:03 +02:00
primary = "#CCCCCC"
secondary = "#AAAAAA"
title = "#CCCCCC"
playing = "#FFFFFF"
playing_selected = "#FFFFFF"
2020-11-01 15:14:40 +01:00
playing_bg = "#111111"
2020-10-06 18:02:03 +02:00
highlight = "#CCCCCC"
highlight_bg = "#333333"
error = "#FFFFFF"
2020-11-01 15:14:40 +01:00
error_bg = "#111111"
2020-10-06 18:02:03 +02:00
statusbar = "#CCCCCC"
statusbar_progress = "#CCCCCC"
2020-11-01 15:14:40 +01:00
statusbar_bg = "#111111"
2020-10-06 18:02:03 +02:00
cmdline = "#CCCCCC"
2020-11-01 15:14:40 +01:00
cmdline_bg = "#111111"