Skip to content

Commit

Permalink
Fixed colours in section headings
Browse files Browse the repository at this point in the history
  • Loading branch information
markgw committed Oct 26, 2020
1 parent 3398aae commit c2fea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pimlico/cli/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def status_colored(module, text=None):


_mixing_color_order = ["green", "yellow", "cyan", "red"]
_mixing_fg_colors = ["magenta", "blue", "green", "blue"]
_mixing_fg_colors = ["magenta", "blue", "red", "blue"]


def mix_bg_colors(text, colors):
Expand Down

0 comments on commit c2fea5b

Please sign in to comment.