mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
force terminal colors
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user