Skip to content

diveintopython3.net by villavic

Details

Authorvillavic

LicenseNo License

Categoryuserstyles

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark/Nightmode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         diveintopython3.net
@version      20220125.18.48
@namespace    userstyles.world/user/villavic
@description  Dark/Nightmode
@author       villavic
@license      No License
==/UserStyle== */

@-moz-document domain("diveintopython3.net") {
html {
    color: rgb(190, 190, 190);
    background-color: rgb(34, 34, 34);
}
pre span,
.p {
    color: #98989b;
}
th,
td {
    border: 1px solid #666;
}
td[style="vertical-align: top; margin: 0px; padding: 0px; width: auto; border: 0px; background-color: rgb(238, 238, 238); cursor: default;"] {
    background-color: #333 !important;
}
a[style="background-color: rgb(238, 238, 238); cursor: default;"] {
    background-color: #333 !important;
}
a:link,
.w a {
    color: #89bde8;
}
/* syntax highlighting */
.str {
    color: #15c015;
}
.kwd {
    color: #7b7bfb;
}
.com,
.traceback {
    color: #ff4b4b;
}
.typ {
    color: #ff61ff;
}
.lit {
    color: #2fd6d6;
}
.pun {
    color: #fcfc27;
}
.pln {
    color: #fff;
}
.tag {
    color: #7676ff;
}
.atn {
    color: #fc5ffc;
}
.atv {
    color: #52ed52;
}
.dec {
    color: #f143f1;
}
}

Reviews

No reviews yet.