Skip to content

Instantly share code, notes, and snippets.

@jacopocolo
Last active February 3, 2021 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacopocolo/a43f8c4b432d42bbb92cdfd5f978af52 to your computer and use it in GitHub Desktop.
Save jacopocolo/a43f8c4b432d42bbb92cdfd5f978af52 to your computer and use it in GitHub Desktop.
A simple dark mode for Invision Freehand
.surface-background {
/*Tweak this value to adjust the canvas background color.
A very dark black will make the shape recognition support lines invisible
*/
background: rgb(30,30,30) !important;
}
.circle-button, ._1fdLYx4plVAyn4a-e84Oxj, ._1fAkufW-JX1VTjJlLj9Bqp {
background-color: rgba(255,255,255,0.1);
}
._2ehEPHvIO8M8M6gtMYl0uw, ._27ky2oH0sN5FYwS7Ho-xm4 {
border-color: rgba(255,255,255,0.2);
}
@Carolllmy
Copy link

can you please write a step by step guide on how to get this code into freehand?

@jacopocolo
Copy link
Author

Hi! Freehand has been completely re-written since I wrote this css and it looks like it's sadly no longer possible to override the theme in a significant way. It's possible to recolor the UI elements but not the canvas itself.

Sorry :(

@Carolllmy
Copy link

Carolllmy commented Feb 3, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment