Skip to content

Commit

Permalink
add section_title to console theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 20, 2020
1 parent f13658b commit 13d455e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/molecule/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"danger": "bold red",
"scenario": "green",
"action": "green",
"section_title": "bold cyan",
"logging.level.notset": Style(dim=True),
"logging.level.debug": Style(color="white", dim=True),
"logging.level.info": Style(color="blue"),
Expand Down

0 comments on commit 13d455e

Please sign in to comment.