Skip to content

Wikipedia × OLED Pro Deep Black (Settings Only) by Nick2bad4u

Screenshot of Wikipedia × OLED Pro Deep Black (Settings Only)

Details

AuthorNick2bad4u

LicenseUnlicense

Categoryhttps://..*wikipedia.org/wiki/Special:Preferences

Created

Updated

Size962 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This theme is meant for OLED displays but it should work well for Extreme Dynamic Range (XDR) displays as well.

Notes

This is changed to only work on settings pages.

Source code

/* ==UserStyle==
@name         Wikipedia × OLED Pro Deep Black theme
@namespace    USO Archive
@author       GoodDay
@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.09
@license      NONE
@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%);
    }
}

Reviews

No reviews yet.