Skip to content

Replit Dark Mode by joshuacerbito

Screenshot of Replit Dark Mode

Details

Authorjoshuacerbito

LicenseNo License

Categoryreplit.com, replit

Created

Updated

Size284 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adds a dark mode to replit.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           replit.com
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */
html, .console, .container {
    filter: invert(1) contrast(75%) hue-rotate(90deg);
}

html img {
    filter: invert(1) contrast(125%) hue-rotate(-90deg);
}

Reviews

No reviews yet.