This theme is meant for OLED displays but it should work well for Extreme Dynamic Range (XDR) displays as well. Extremely simple and clean Wikipedia dark theme with minimal changes. It has an improved contrast over existing Wikipedia themes. No textured background. Does not modify the layout. Should work for all languages and localizations. Requests and fixes welcome in comments.
Wikipedia × OLED Pro Deep Black theme by Nick2bad4u
Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Wikipedia-OLED-SettingsPage.user.css
Details
AuthorNick2bad4u
LicenseUnLicense
Categorygotoes.org
Created
Updated
Size998 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wikipedia × OLED Pro Deep Black theme
@namespace USO Archive
@author GoodDay / Nick2bda4u (Updated)
@description This theme is meant for OLED displays but it should work well for Extreme Dynamic Range (XDR) displays as well. Extremely simple and clean Wikipedia dark theme with minimal changes. It has an improved contrast over existing Wikipedia themes. No textured background. Does not modify the layout. Should work for all languages and localizations. Requests and fixes welcome in comments.
@version 20240714.20.12
@license UnLicense
@homepageURL https://github.com/Nick2bad4u/UserStyles
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("https://..*wikipedia.org/wiki/Special:Preferences")
{
:root {
filter: invert(1);
/* background-color: black; */
}
img:not(.mwe-math-fallback-image-display):not(.mwe-math-fallback-image-inline) {
filter: invert(1);
}
.mw-logo {
filter: invert(100%);
}
}