From b873bfe18d645dc8398b6584e4e3098ccebd13c4 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 25 Oct 2006 13:45:55 +0000 Subject: Fix icon background color --- (limited to 'sugar') diff --git a/sugar/graphics/iconcolor.py b/sugar/graphics/iconcolor.py index 496289e..d736d54 100644 --- a/sugar/graphics/iconcolor.py +++ b/sugar/graphics/iconcolor.py @@ -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: -- cgit v0.9.1