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
As of 9.2.1, Marky-Mark does not support dark mode. I have made this change in my local copy, but suggest that adding this to Marky-Mark on an official basis would be both simple and valuable.
The approach I used was to change all references to specific colors in the Marky-Mark code to new custom colors. For example, I replaced all references to UIColor.black to UIColor.mmText, where mmText is defined below:
As of 9.2.1, Marky-Mark does not support dark mode. I have made this change in my local copy, but suggest that adding this to Marky-Mark on an official basis would be both simple and valuable.
The approach I used was to change all references to specific colors in the Marky-Mark code to new custom colors. For example, I replaced all references to UIColor.black to UIColor.mmText, where mmText is defined below:
The text was updated successfully, but these errors were encountered: