summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hobcolor.py
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-03-29 20:54:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-29 21:25:55 +0100
commitf717cd64cd53e5e0beb1bd698768cc8099dfacb6 (patch)
treef1a865683e1028496129592bd9ac7161deeaa75f /bitbake/lib/bb/ui/crumbs/hobcolor.py
parentad8fe62cee1889582d5260a415088a3922543c9a (diff)
downloadpoky-f717cd64cd53e5e0beb1bd698768cc8099dfacb6.tar.gz
Hob: some color style changes to make HobTabBar more close to visual design
The change includes: - remove the colors which are not used - change the background of indicators to deep red - change the color style of the texts on HobTabBar, i.e., the tab text and the indicator background are gray when the tab is the current tab; the tab text is white and the indicator background is deep red when the tab is not the current tab. (Bitbake rev: 95acecbf50cee906dca4abd5ce758701e5761668) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hobcolor.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hobcolor.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobcolor.py b/bitbake/lib/bb/ui/crumbs/hobcolor.py
index 74a9d46378..e10f546e52 100644
--- a/bitbake/lib/bb/ui/crumbs/hobcolor.py
+++ b/bitbake/lib/bb/ui/crumbs/hobcolor.py
@@ -25,13 +25,11 @@ class HobColors:
25 PALE_RED = "#ffaaaa" 25 PALE_RED = "#ffaaaa"
26 GRAY = "#aaaaaa" 26 GRAY = "#aaaaaa"
27 LIGHT_GRAY = "#dddddd" 27 LIGHT_GRAY = "#dddddd"
28 DEEP_GRAY = "#7c7c77"
29 SLIGHT_DARK = "#5f5f5f" 28 SLIGHT_DARK = "#5f5f5f"
30 DARK = "#3c3b37" 29 DARK = "#3c3b37"
31 BLACK = "#000000" 30 BLACK = "#000000"
32 LIGHT_ORANGE = "#f7a787"
33 YELLOW = "#ffff00"
34 PALE_BLUE = "#53b8ff" 31 PALE_BLUE = "#53b8ff"
32 DEEP_RED = "#aa3e3e"
35 33
36 OK = WHITE 34 OK = WHITE
37 RUNNING = PALE_GREEN 35 RUNNING = PALE_GREEN