Dark mode for Google Cloud Console, based on color inversion.
Google Cloud Console Dark by min4builder
Details
Authormin4builder
LicenseCC-BY-SA
Categoryconsole.cloud.google.com
Created
Updated
Size218 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Datastore Dark
@version 20230915.19.37
@namespace ?
==/UserStyle== */
@-moz-document domain("console.cloud.google.com") {
:root {
filter: invert(100%) hue-rotate(180deg);
}
}