Skip to content

rg3d.rs dark mode by taywee

Screenshot of rg3d.rs dark mode

Details

Authortaywee

LicenseCC Zero

Categoryrg3d

Created

Updated

Size616 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark mode for rg3d.rs

Notes

Just a quick hacked dark mode style. Might have missing bits, as I only built it for a single page.

Source code

/* ==UserStyle==
@name           rg3d.rs dark mode
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */
body {
    background: rgb(35, 35, 35);
    color: lightgrey;
}
.typeset h1, .typeset h2, .typeset h3 {
    color: rgb(230, 240, 235);
}

.typeset p a, .typeset li a {
    text-shadow: none;
}

.typeset code, .typeset pre {
   background: rgb(20, 20, 20);

}

.o, .p, .typeset code {
    color: rgb(200,200,200);
}

.k { 
    color: lightgreen;
}
.nn {
    color: lightblue;
}

.nt {
    color: rgb(128, 128, 255);
}

.n {
    color: rgb(230,230,230);
}

Reviews

No reviews yet.