Black theme for google.com
Google black theme by robert9157
Details
Authorrobert9157
LicenseMIT
Categorygoogle.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You can customize the colors as you like in the style settings.
Changelog
Version 1.0.1
- Fixed the theme being applied to all Google sites, instead of just google.com, causing problems on other Google sites
Source code
/* ==UserStyle==
@name Google black theme
@namespace github.com/openstyles/stylus
@version 1.0.1
@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("www.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)
}
}