Extremely simple and clean Wikipedia dark theme with minimal changes. It has an improved contrast over existing Wikipedia themes. No textured background.
Wikipedia × OLED Pro Deep Black Dark Theme by greatday
Details
Authorgreatday
LicenseMIT
Categoryen.wikipedia.org
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Does not modify the layout. Should work for all languages and localizations. Requests and fixes welcome in comments.
This theme is meant for OLED displays but it should work well for Extreme Dynamic Range (XDR) displays as well.
Source code
/* ==UserStyle==
@name OLED Pro Deep Black theme for Wikipedia
@namespace github.com/openstyles/stylus
@version 1.0.2
@description Minimalistic dark theme for Wikipedia. Optimized for OLED displays.
@author GoodDay
@license MIT
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
:root {
filter: invert(1) hue-rotate(180deg);
}
body {
background-color: #000 !important;
}
a {
color: #4ba2ff !important;
/* Light blue for links */
}
img:not(.mwe-math-fallback-image-display):not(.mwe-math-fallback-image-inline) {
filter: invert(1) hue-rotate(180deg);
}
.mw-logo {
filter: invert(1) hue-rotate(180deg);
}
video,
video[poster],
.cdx-thumbnail {
filter: invert(1) hue-rotate(180deg) !important;
}
button,
input[type="submit"] {
background-color: #6c6c6c !important;
color: #fff !important;
border: 1px solid #555 !important;
}
}