Mercurial > libervia-backend
diff libervia/cli/constants.py @ 4270:0d7bb4df2343
Reformatted code base using black.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 19 Jun 2024 18:44:57 +0200 |
parents | 0f8ea0768a3b |
children |
line wrap: on
line diff
--- a/libervia/cli/constants.py Tue Jun 18 12:06:45 2024 +0200 +++ b/libervia/cli/constants.py Wed Jun 19 18:44:57 2024 +0200 @@ -90,11 +90,13 @@ A_FILE = A.FG_WHITE # rich - THEME_DEFAULT = Theme({ - "priority_low": "green", - "priority_medium": "yellow", - "priority_high": "bold magenta", - "priority_urgent": "bold red", - "notif_title": "bold", - "shortcut": "bold underline" - }) + THEME_DEFAULT = Theme( + { + "priority_low": "green", + "priority_medium": "yellow", + "priority_high": "bold magenta", + "priority_urgent": "bold red", + "notif_title": "bold", + "shortcut": "bold underline", + } + )