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

Feature Request: Add bar to change trasnparency #16

Open
AB10110F opened this issue Dec 14, 2024 · 4 comments
Open

Feature Request: Add bar to change trasnparency #16

AB10110F opened this issue Dec 14, 2024 · 4 comments

Comments

@AB10110F
Copy link

In my opinion that's the only thing that this plugin is missing.
Great job with the tui btw

@siduck
Copy link
Collaborator

siduck commented Dec 14, 2024

show an example, isnt transparency just lightening/darkening?

@AB10110F
Copy link
Author

AB10110F commented Dec 14, 2024

show an example, isnt transparency just lightening/darkening?

In hex colors it is represented adding two more characters to the hex code

Here I have two nav bars both have the same color but the second one has transparency

.nv {
  background: #ecb3e5;
}

.nv2 {
  background: #ecb3e560;
}

image

@siduck
Copy link
Collaborator

siduck commented Dec 15, 2024

thats just css related, no? i dont think that hexcolor is applicable everywhere 🤔

@AB10110F
Copy link
Author

thats just css related, no? i dont think that hexcolor is applicable everywhere 🤔

Indeed, I don't think you can use it everywhere, I only use it when working with CSS

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

No branches or pull requests

2 participants