Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Refactor palette to use RGB instead of hex, to support alpha? #3

Open
trwnh opened this issue Mar 19, 2018 · 0 comments
Open

Refactor palette to use RGB instead of hex, to support alpha? #3

trwnh opened this issue Mar 19, 2018 · 0 comments
Assignees

Comments

@trwnh
Copy link
Owner

trwnh commented Mar 19, 2018

Per 804220b

Perhaps in the future, I will refactor the color palette to use RGB notation instead of hex, so that I can apply the proper alpha to the --accent variable. I couldn't figure out how to preserve an alpha value when using #hex palette codes instead, since the CSS rgba() function takes R,G,B,A only -- so passing an RGB variable will work, but passing a hex variable will be invalid.

@trwnh trwnh self-assigned this Mar 19, 2018
trwnh added a commit that referenced this issue Aug 1, 2018
because i'm using a constant background color, i should also be using a constant text color. i can change this after either implementing #3, or if/when the webUI profile headers get redesigned to match the new public profile UI.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant