You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #586 there was bug with PrismJS text selection, this in fact the problem that hex colors give transparent selection in chrome. Fixing prism will not be possible because all colors use hex and we need rgba(....., 0.99) to fix transparent bug.
The formatting should allow to use colors in rgba and hsl.
I have idea for a new feature for jQuery Terminal
In #586 there was bug with PrismJS text selection, this in fact the problem that hex colors give transparent selection in chrome.
Fixing prism will not be possible because all colors use hex and we need rgba(....., 0.99) to fix transparent bug.The formatting should allow to use colors in rgba and hsl.
ref: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
also hex can be 4 or 8 hex values (including alpha channel). so It can be 3, 4, 6 or 8 values.
TODO
The text was updated successfully, but these errors were encountered: