Google Dark - Alexanderius is a green/orange dark theme for Google. Inspired by sduckduckgo.com dark styles
Google Dark 2 - Alexanderius by i4004

Details
Authori4004
LicenseLGPL
Categoryuserstyles
Created
Updated
Code size1.2 kB
Code checksumfc4e825
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
For this style to work properly, you need to enable the Google dark theme.
Source code
/* ==UserStyle==
@name Google Dark 2 - Alexanderius
@version 20210909.16.09
@namespace userstyles.world/user/i4004
@description Google Dark - Alexanderius is a green/orange dark theme for Google. Inspired by sduckduckgo.com dark styles
@author i4004
@license LGPL
==/UserStyle== */
/* ==UserStyle==
@name Google Dark 2 - Alexanderius
@namespace Alexanderius
@author Alexanderius
@description Google Dark - Alexanderius is a green/orange dark theme for Google. Inspired by sduckduckgo.com dark styles
@version 2.0
@license LGPL
@preprocessor uso
==/UserStyle== */
@-moz-document url("https://www.google.com"), url("https://www.google.de/search"), regexp("https?://(www|encrypted|images|translate|accounts).google.(com|([a-z]{2}))(.[a-z]{2})?/(?!mobile|intl|alerts|shopping|finance|calendar|nexus|contacts|services|advanced_search|voice|maps|dashboard|settings|android|adsense|analytics|doodles|chrome|fonts|patents|translate_p).*"), regexp("https://google\\..+") {
body#gsr
{
background: #222222 !important;
}
a
{
color: #50f148;
}
a:visited
{
color: #cc5429;
}
}