Simple mint green, purple, and grey theme for typetest.io
Dry Mint by codeystein
Details
Authorcodeystein
LicenseNo License
Categorytypetest.io
Created
Updated
Size762 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dry Mint
@version 20220403.15.34
@namespace userstyles.world/user/codeystein
@description Simple mint green, purple, and grey theme for typetest.io
@author codeystein
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://typetest.io/") {
:root {
/*
Dry Mint |Cødey
*/
--text-light: #fff;
--grey-0: #343A42;
--grey-1: #454d57;
--grey-2: #6C63FF;
--grey-3: #5fc499;
--grey-4: #5fc499;
--grey-5: #acacac;
--test-highlight: #6C63FF;
--blue-0: #4dafff;
--blue-1: #6C63FF;
--blue-2: #6C63FF;
--blue-3: #5fc499;
--danger-0: #f67070;
--danger-1: #ff694d;
--danger-2: #d14e35;
--success-0: #63FFBD;
--success-1: #5fc499;
}
}