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

opacity support? #48

Closed
latel opened this issue Apr 28, 2015 · 5 comments
Closed

opacity support? #48

latel opened this issue Apr 28, 2015 · 5 comments

Comments

@latel
Copy link

latel commented Apr 28, 2015

is there a workaround for opacity support?

@ap
Copy link
Owner

ap commented Apr 28, 2015

Sorry, I don’t know what you mean. Please explain.

@m-kru
Copy link

m-kru commented Apr 11, 2020

@ap I know what @latel meant. Look at the following snippet from poybar config file:
opacity_polybar
foreground and background colors have an extra leading byte defining opacity. As you can see vim-css-color does not render color for these colors.

@zatchheems
Copy link

The "workaround" in this case would be using rgba if possible instead of hexadecimal:

image

It does still mean that hex colors with that extra byte, like @m-kru said, do not render, and RGBA syntax is not universally available.

@ap ap reopened this Apr 16, 2020
@ap ap added the enhancement label Aug 9, 2020
@ap
Copy link
Owner

ap commented Aug 9, 2020

I didn’t realise until only months ago that RGBA hex notation was a thing. And I didn’t get around to implementing support until now, in 96b3942.

Sorry it took 5 years for my dumb ass to catch up. 🙂 Share and enjoy!

@ap ap closed this as completed Aug 9, 2020
@ch3st3r08
Copy link

Hex ARGB values still don't work in Polybar configuration (ft=dosini), did I miss something?
From what I can see, it was only available for CSS

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

5 participants