cmus - Use #fffff as default text color

This is the default for most modules.
This commit is contained in:
Raphael Scholer 2015-08-19 18:00:59 +02:00
parent aaf8eb38ea
commit 4823d56531

View File

@ -37,8 +37,8 @@ class Cmus(IntervalModule):
('status', 'Dictionary mapping status to output'), ('status', 'Dictionary mapping status to output'),
) )
color = '#909090' color = '#ffffff'
color_not_running = '#909090' color_not_running = '#ffffff'
format = '{status} {song_elapsed}/{song_length} {artist} - {title}' format = '{status} {song_elapsed}/{song_length} {artist} - {title}'
format_not_running = 'Not running' format_not_running = 'Not running'
interval = 1 interval = 1