Skip to content

Everforest Monkeytype by veillain

Details

Authorveillain

LicenseMIT License

Categorymonkeytype

Created

Updated

Size840 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Use Everforest theme on your favourite Typing Test Website!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Everforest MonkeyType
@version      0.0.1
@namespace    userstyles.world/user/veillain
@description  Everforest!
@author       veillain
@license      MIT License
==/UserStyle== */
@-moz-document domain("monkeytype.com") {
    :root {
        --bg-color: #2D353B;
        --caret-color: #81c8be;
        --main-color: #98c379;
        --sub-color: #455a64;
        --sub-alt-color: #33383c;
        --text-color: #c6c8cb;
        --error-color: #f2777a;
        --error-extra-color: #f2777a;
        --colorful-error-color: #f2777a;
        --colorful-error-extra-color: #f2777a;
    }
    @keyframes shadow {
        to {
            color: #1a1b26;
        }
    }

    @keyframes shadow-repeat {
        50% {
            color: #1a1b26
        }
        100% {
            color: #c0caf5;
        }
    }
}

Reviews

No reviews yet.