Skip to content

Commit dbdc617

Browse files
committed
💅 Update colors slightly
1 parent 66a07c4 commit dbdc617

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/fastapi_cli/utils/cli.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ def get_rich_toolkit() -> RichToolkit:
1515
theme = RichToolkitTheme(
1616
style=TaggedStyle(tag_width=11),
1717
theme={
18-
"tag.title": "black on #A7E3A2",
19-
"tag": "white on #009485",
18+
"tag.title": "white on #009485",
19+
"tag": "white on #007166",
2020
"placeholder": "grey85",
2121
"text": "white",
22-
"selected": "green",
22+
"selected": "#007166",
2323
"result": "grey85",
24-
"progress": "on #009485",
24+
"progress": "on #007166",
2525
"error": "red",
2626
},
2727
)

0 commit comments

Comments
 (0)