Skip to content

Google black theme by robert9157

Screenshot of Google black theme

Details

Authorrobert9157

LicenseMIT

Categorygoogle.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Black theme for google.com

Notes

You can customize the colors as you like in the style settings.

Source code

/* ==UserStyle==
@name           Google black theme
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Black theme for google.com
@author         Robert9157

@var color bg "Background" black
@var color text "Text" white
@var color a "Links" orange

@supportURL https://t.me/robert9157
@license MIT
==/UserStyle== */
@-moz-document domain("google.com") {
    html, #main, #searchform, #tw-target, .xrOgrb, .aajZCb, .spch, .ea0Lbe {
        background-color: var(--bg);
        color: var(--text)!important
    }
    body, #gb, #appbar, .IiOSLb .rsGxI.Ww4FFb, .Ww4FFb, .sfbg, .wH6SXe, .c93Gbe, .lJ9FBc input[type="submit"], .gbqfba, .RNNXgb, .emcav .RNNXgb, .BgPPrc .RNNXgb, .RNNXgb:hover, .sbfc .RNNXgb, .sbhl, .FalWJb, .vIifob, .f6F9Be, .GKS7s, .Lu57id, .cF4V5c, .gIYJUc, .cB9M7, .Qwbd3 {
        background-color: unset!important;
        color: var(--text)!important
    }
    html, body, div, span, p, b, i, h1, h2, h4, h5, h6 {
        color: var(--text)!important
    }
    h3, a {
        color: var(--a)
    }
}

Reviews

No reviews yet.