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
I was thinking of a color picker for configs which are just color variables
Detect color variables
Make color picker that supports rgb(a), hex(a), hsl(a)
Color picker ui should probably be compact, it is up to you to make it however you want
also, I know you're not working that much on gale rn, I won't hurry you but I feel like I should post this before I forget about it ;P
concept:
The text was updated successfully, but these errors were encountered:
Maybe, I think detecting color values could be quite complicated and error-prone though. BepInEx doesn't have support for them builtin so people represent them with all kinds of formats as you say (hex, rgb, hsl).
if Rust has some sort of regex implementation and if it does it'd be much easier
but yeah there is no standard for colors in bepinex configs, it could be any one of them but I think sticking to just hex would be great as well
I was thinking of a color picker for configs which are just color variables
Color picker ui should probably be compact, it is up to you to make it however you want
also, I know you're not working that much on gale rn, I won't hurry you but I feel like I should post this before I forget about it ;P
concept:

The text was updated successfully, but these errors were encountered: