diff --git a/NEWS b/NEWS index 87173398..5b53d9c6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +* #2099 Tweak a color pair as requested by Walter. (marco) * Draw an invoker that is connected with the palette for toolbuttons. (benzea) * Fix traceback when reading in saved WPA2 network configs (dcbw) * #2475 Retrieve correctly the file path for files in removable devices. (tomeu) diff --git a/sugar/graphics/xocolor.py b/sugar/graphics/xocolor.py index 3ab029fd..ff5a2b5b 100644 --- a/sugar/graphics/xocolor.py +++ b/sugar/graphics/xocolor.py @@ -82,7 +82,7 @@ _colors = [ ['#F8E800', '#807500'], \ ['#BE9E00', '#F8E800'], \ ['#F8E800', '#BE9E00'], \ -['#FFFA00', '#F8E800'], \ +['#FFFA00', '#EDDE00'], \ ['#008009', '#F8E800'], \ ['#F8E800', '#008009'], \ ['#00EA11', '#F8E800'], \