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
{{ message }}
This repository was archived by the owner on Feb 28, 2023. It is now read-only.
Whenever a file is modified its color is changed to the respective modifier-color. The color is then supposed to fade to the original color.
Sometimes files will reset their colors too fast. It's a minor issue but noticeable.
Looks like this happens because we currently "reset" the color after a certain amount of time. Lerping might be the wrong approach here anyway.