Created
February 14, 2018 16:31
-
-
Save dannyweilai/664005d41a8df59bac4d4f79af3887ed to your computer and use it in GitHub Desktop.
Midnight - get canvas color
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(NSClassFromString("DLMidnightTheme")) { | |
const current = DLMidnightTheme.currentTheme() | |
const canvasColor = current.activeCanvasColor() | |
log("Canvas Color: " + canvasColor) | |
log("SVG Rep:" + DLMidnightUtils.hexFromColor(canvasColor)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment