Make current track in playlist lighter green

This commit is contained in:
Keith Edmunds 2022-02-20 11:10:23 +00:00
parent 9d78e5fe57
commit cb50fc253b

View File

@ -5,7 +5,7 @@ import os
class Config(object):
AUDIO_SEGMENT_CHUNK_SIZE = 10
COLOUR_CURRENT_HEADER = "#d4edda"
COLOUR_CURRENT_PLAYLIST = "#28a745"
COLOUR_CURRENT_PLAYLIST = "#7eca8f"
COLOUR_CURRENT_TAB = "#248f24"
COLOUR_ODD_PLAYLIST = "#f2f2f2"
COLOUR_ENDING_TIMER = "#dc3545"