From patchwork Thu Mar 29 12:54:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 4/8] Hob: make ORANGE to be the same as the color on the dialog Date: Thu, 29 Mar 2012 12:54:53 -0000 From: Shane Wang X-Patchwork-Id: 24853 Message-Id: <4ac8314e26266a6c8e18f3cbad1e9074424fa1cc.1333025491.git.shane.wang@intel.com> To: bitbake-devel@lists.openembedded.org Signed-off-by: Shane Wang --- bitbake/lib/bb/ui/crumbs/hobcolor.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bitbake/lib/bb/ui/crumbs/hobcolor.py b/bitbake/lib/bb/ui/crumbs/hobcolor.py index 4595dc1..74a9d46 100644 --- a/bitbake/lib/bb/ui/crumbs/hobcolor.py +++ b/bitbake/lib/bb/ui/crumbs/hobcolor.py @@ -21,7 +21,7 @@ class HobColors: WHITE = "#ffffff" PALE_GREEN = "#aaffaa" - ORANGE = "#ff7c24" + ORANGE = "#eb8e68" PALE_RED = "#ffaaaa" GRAY = "#aaaaaa" LIGHT_GRAY = "#dddddd"