From be32e7e40dc51db5f9fe5003535b51ab97649f94 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 13 Aug 2007 18:02:41 +0200 Subject: [PATCH] Tweak a color pair as requested by Walter. --- NEWS | 1 + sugar/graphics/xocolor.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'], \