Tokyonight theme / colorscheme for MonkeyType.com!
Don't forget to use 'Shadow' theme first in MonkeyType settings to get the best experience!
Authorveillain
LicenseMIT License
Categorymonkeytype
Created
Updated
Size825 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Tokyonight theme / colorscheme for MonkeyType.com!
Don't forget to use 'Shadow' theme first in MonkeyType settings to get the best experience!
optonal: set theme to 'Shadow' in MonkeyType settings.
/* ==UserStyle==
@name Tokyonight MonkeyType
@version 20250105.0.0
@namespace userstyles.world/user/veillain
@description Tokyonights!
@author veillain
@license MIT License
==/UserStyle== */
@-moz-document domain("monkeytype.com") {
:root {
--bg-color: #1A1B26;
--main-color: #c0caf5;
--caret-color: #7aa2f7;
--sub-color: #c0caf5;
--sub-alt-color: #16161e;
--text-color: #4F587F;
--error-color: #f7768e;
--error-extra-color: #f7768e;
--colorful-error-color: #e0af68;
--colorful-error-extra-color: #db4b4b;
}
@keyframes shadow {
to {
color: #1a1b26;
}
}
@keyframes shadow-repeat {
50% {
color: #1a1b26
}
100% {
color: #c0caf5;
}
}
}