Skip to content

DARK: docs.unity.com by kukla

Details

Authorkukla

LicenseNo License

Categorydoc.unity.com

Created

Updated

Size515 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

unity document dark

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         DARK: docs.unity.com
@version      20230223.22.53
@namespace    userstyles.world/user/kukla
@description  unity document dark
@author       kukla
@license      No License
==/UserStyle== */

@-moz-document domain("docs.unity.com") {
*
{
    background: #1c1c1c!important;
}

*:not(:where(a, .prism-code *, strong))
{
    color: white !important;
}

.prism-code,
.prism-code *
{
    color: #2fff00!important;
    background: #000!important;
}

strong
{
    color: #ffef00!important;
}
}

Reviews

No reviews yet.