Skip to content

Google Calendar Inverted by ibillingsley

Imported and mirrored from https://raw.githubusercontent.com/ibillingsley/userstyles/master/google-calendar-inverted.user.css

Screenshot of Google Calendar Inverted

Details

Authoribillingsley

License0BSD

Categorycalendar.google.com

Created

Updated

Code size519 B

Code checksumb36e187e

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for Google Calendar using inverted filter

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Google Calendar Inverted
@namespace      github.com/ibillingsley
@version        1.0.0
@description    Dark theme for Google Calendar using inverted filter
@author         Isaiah Billingsley
@homepageURL    https://github.com/ibillingsley/userstyles
@license        0BSD
==/UserStyle== */

@-moz-document domain("calendar.google.com") {
  html {
    filter: invert(90%) hue-rotate(180deg);
    background: rgb(25, 25, 25);
  }
  img {
    filter: invert(100%) hue-rotate(180deg);
  }
}

Reviews

No reviews yet.