Skip to content

Instantly share code, notes, and snippets.

@fuxingloh
Created December 11, 2020 06:15
Embed
What would you like to do?
Ultra simple white theme markdown for IntelliJ
body {
filter: invert(1);
background: #fff;
}
img {
filter: invert(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment