Theme header styles completely broken with rgba colors #612
Unanswered
iwasrobbed
asked this question in
Q&A
Replies: 1 comment 1 reply
-
oh uh, yeah definitely can't put rgba there. I will force it to pre-blend the color with a solid background. The canvas it paints to is RGB only. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are RGBA colors not officially supported for themes?
This is what the header looks like with
bgHeader
,bgHeaderHasFocus
,bgHeaderHovered
all set to the same exact color values (rgba(255, 255, 255, 0.08)
)Beta Was this translation helpful? Give feedback.
All reactions