diff options
-rw-r--r-- | 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 4595dc18e9..74a9d46378 100644 --- a/bitbake/lib/bb/ui/crumbs/hobcolor.py +++ b/bitbake/lib/bb/ui/crumbs/hobcolor.py | |||
@@ -21,7 +21,7 @@ | |||
21 | class HobColors: | 21 | class HobColors: |
22 | WHITE = "#ffffff" | 22 | WHITE = "#ffffff" |
23 | PALE_GREEN = "#aaffaa" | 23 | PALE_GREEN = "#aaffaa" |
24 | ORANGE = "#ff7c24" | 24 | ORANGE = "#eb8e68" |
25 | PALE_RED = "#ffaaaa" | 25 | PALE_RED = "#ffaaaa" |
26 | GRAY = "#aaaaaa" | 26 | GRAY = "#aaaaaa" |
27 | LIGHT_GRAY = "#dddddd" | 27 | LIGHT_GRAY = "#dddddd" |