Skip to content

Instantly share code, notes, and snippets.

@not-ivy
Last active December 15, 2021 02:52
Show Gist options
  • Save not-ivy/5f39ffd6426f9ee1af46e6147484ceb5 to your computer and use it in GitHub Desktop.
Save not-ivy/5f39ffd6426f9ee1af46e6147484ceb5 to your computer and use it in GitHub Desktop.
Monkeytype themes
/* ==UserStyle==
@name monkeytype nord
@namespace github.com/openstyles/stylus
@version 1.0.0
@description nord theme for monkeytype
@author refact0r
@homepageURL https://github.com/refact0r/monkeytype-themes
@updateURL https://github.com/refact0r/monkeytype-themes/raw/main/nord.user.css
==/UserStyle== */
@-moz-document domain("monkeytype.com") {
body {
animation: breathing 5s infinite;
}
@keyframes breathing {
from {
background-color: var(--bg-color);
}
to {
background-color: var(--sub-color);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment