Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 Use rich themes for console messages https://rich.readthedocs.io/en/stable/style.html#style-themes #23

Open
axi0m opened this issue Jun 8, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@axi0m
Copy link
Owner

axi0m commented Jun 8, 2022

No description provided.

@axi0m axi0m added the enhancement New feature or request label Jun 8, 2022
@axi0m axi0m self-assigned this Jun 8, 2022
@axi0m axi0m changed the title Use rich themes for console messages https://rich.readthedocs.io/en/stable/style.html#style-themes 🎨 Use rich themes for console messages https://rich.readthedocs.io/en/stable/style.html#style-themes Jun 9, 2022
@axi0m
Copy link
Owner Author

axi0m commented Aug 1, 2022

from rich.theme import Theme
custom_theme = Theme({
    "info": "dim cyan",
    "warning": "magenta",
    "danger": "bold red"
})```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant