mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
force terminal colors
This commit is contained in:
parent
d71029cda7
commit
4c0bd50ac9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from rich.style import Style
|
|||
|
||||
|
||||
custom_theme = Theme({"info": "bold blue", "error": "bold red", "debug": "bold blue"})
|
||||
console = Console(theme=custom_theme)
|
||||
console = Console(theme=custom_theme, force_terminal=True)
|
||||
|
||||
|
||||
def info(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue