We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a07c4 commit dbdc617Copy full SHA for dbdc617
src/fastapi_cli/utils/cli.py
@@ -15,13 +15,13 @@ def get_rich_toolkit() -> RichToolkit:
15
theme = RichToolkitTheme(
16
style=TaggedStyle(tag_width=11),
17
theme={
18
- "tag.title": "black on #A7E3A2",
19
- "tag": "white on #009485",
+ "tag.title": "white on #009485",
+ "tag": "white on #007166",
20
"placeholder": "grey85",
21
"text": "white",
22
- "selected": "green",
+ "selected": "#007166",
23
"result": "grey85",
24
- "progress": "on #009485",
+ "progress": "on #007166",
25
"error": "red",
26
},
27
)
0 commit comments