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
Found 'profile-color get index' function only returned value of the currently selected profile no matter which index was specified. Could not find a way to retrieve a profile's color without switching to it. Modified program to quickly switch to the requested index, retrieve the color value, and then switch back to the original profile.
Modified 'profile-color get' to return the color of the current profile if no index is specified.
The text was updated successfully, but these errors were encountered:
Your are right the current method, gives the current color, not the profile color. I should change its name and paramaters. Or do you know any way to get the actual profile color?
From @rodan123's fork:
The text was updated successfully, but these errors were encountered: