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

[BUG]In the latest versions rich "Title" without color #3569

Open
snooppr opened this issue Nov 21, 2024 · 1 comment
Open

[BUG]In the latest versions rich "Title" without color #3569

snooppr opened this issue Nov 21, 2024 · 1 comment

Comments

@snooppr
Copy link

snooppr commented Nov 21, 2024

rich v 13.0.1 Title is painted over, see screenshot
rich v13.9.4r Title unpainted, see screenshot

OS GNU/Linux and OS Windows

from rich.console import Console
from rich.panel import Panel
from rich.style import Style
import os

console = Console()
console.print(Panel(str(os.environ), title='[bold white]Title[/bold white]', style=Style(color="white", bgcolor="blue")))

rich
Title should be like on the first screen (white on blue), in the second case (updated rich) white on dark (bug?)

Copy link

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant