Skip to content

Google × OLED Pro Deep Black Dark Theme by greatday

Screenshot of Google × OLED Pro Deep Black Dark Theme

Details

Authorgreatday

LicenseMIT

Categorygoogle.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This is simple dark-only theme for Google. It replaces built-in dark theme. It also gets rid of various annoyances such as: animated doodles, logos, branding.

Notes

This theme is meant for OLED displays but it should work well for Extreme Dynamic Range (XDR) displays as well. If you like it try some of my other OLED Pro Deep Black themes! Tested working on:
google.com
images.google.com
lens.google.com
translate.google.com
scholar.google.com

Source code

/* ==UserStyle==
@name           OLED Pro Deep Black theme for Wikipedia
@namespace      github.com/openstyles/stylus
@version        1.0.3
@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,
    #mw-panel {
        /*  background-color: #000 !important;  */
    }
    a {
        color: #4ba2ff !important;
    }
    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;
    }
    #mw-panel,
    .vector-legacy-sidebar {
        filter: invert(1) hue-rotate(180deg) !important;
    }
}

Reviews

No reviews yet.