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

Renderer-level style rules #205

Open
meowgorithm opened this issue Jul 24, 2023 · 0 comments
Open

Renderer-level style rules #205

meowgorithm opened this issue Jul 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@meowgorithm
Copy link
Member

meowgorithm commented Jul 24, 2023

I wonder if it makes any kind of sense for the default renderer to contain default settings that would be inherited by styles belonging from that renderer. The styles themselves could, of course, override those defaults.

r := lipgloss.NewRenderer(os.Stdout)
r.TabWidth(2)
r.Background(lipgloss.Color("#0000FF"))

str1 := r.NewStyle().Render("Hello") // blue background
str2 := r.NewStyle().Background("#FF0000").Render("Hi, again.") // red background

It feels a bit niche, but logging it here as a potential feature regardless.

@meowgorithm meowgorithm added the enhancement New feature or request label Jul 24, 2023
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