Skip to content

Instantly share code, notes, and snippets.

@dannyweilai
Created February 14, 2018 16:31
Show Gist options
  • Save dannyweilai/664005d41a8df59bac4d4f79af3887ed to your computer and use it in GitHub Desktop.
Save dannyweilai/664005d41a8df59bac4d4f79af3887ed to your computer and use it in GitHub Desktop.
Midnight - get canvas color
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