Fix icon background color

This commit is contained in:
Marco Pesenti Gritti 2006-10-25 15:45:55 +02:00
parent 581a3a0cb4
commit b873bfe18d

View File

@ -21,7 +21,7 @@ from sugar.graphics.colors import colors
def _parse_string(color_string):
if color_string == 'white':
return ['#ffffff', '#4f4f4f']
return ['#ffffff', '#414141']
splitted = color_string.split(',')
if len(splitted) == 2: