Details gradient name
Toxicom opened this issue ยท 2 comments
Description
- From build
v6.3.3-beta.6
we now have gradient text tags for Dark mode- commit: c7d6ce4
- We should apply the same gradient logic to skinning dark mode details, if
db.gradientNames
istrue
Notes
- Haven't looked too deep into this, but I assume it should be fairly easy. (famous last words)
- Name should fade LTR, numbers should fade RTL
To reproduce
- Install a profile from build
>6.3.3-beta.6
- Enable Dark Mode
- Enable Dark Mode -> Gradient Names
/reload
- UnitFrames should have gradient names, whereas details should still have plain colored text
Acceptance criteria
- Details has gradient names in dark mode
- Details texts have correct gradient directions
It looks like we just set the flag for class color in Details and let it handle the rest, this might prove more difficult than expected ๐
https://github.com/Toxicom/toxiui/blob/development/Modules/Skins/Details/Dark.lua#L134-L139
Implemented with c654b81