summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hobcolor.py
diff options
context:
space:
mode:
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