Skip to content

Dark Google Workspace by lemoran

Screenshot of Dark Google Workspace

Details

Authorlemoran

LicenseNo License

Categorymail.google.com

Created

Updated

Size904 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Get dark colors for Google Workspace by inverting brightness

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Dark Google Workspace
@namespace      https://workspace.google.com/
@version        1.0.10
@description    Get dark colors for Google Workspace by inverting brightness
@author         lemoran
==/UserStyle== */
@-moz-document url-prefix("https://mail.google.com"),
url-prefix("https://calendar.google.com"),
url-prefix("https://drive.google.com"),
url-prefix("https://docs.google.com")
{
	html
	{
		filter: invert(100%) hue-rotate(180deg);
	}

	img
	{
		filter: invert(100%) hue-rotate(180deg);
	}

	.bu5
	{
		filter: invert(100%) hue-rotate(180deg);
	}
	
	[class = "kix-page kix-page-header-clip-enabled docs-page kix-page-paginated docs-page-portrait"]
	{
		background: #cdcdcd!important;
	}

	.kix-appview-editor
	{
		background-color: #e0e0e0;
	}
	
	.zE
	{
		color: yellowgreen;
		filter: invert(100%) hue-rotate(180deg);
	}
}

Reviews

No reviews yet.