Skip to content

Google Sheets - Black by zefir-git

Screenshot of Google Sheets - Black

Details

Authorzefir-git

LicenseNo License

Categorygoogle sheets

Created

Updated

Size896 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark (black) theme for Google Sheets

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       docs.google.com/spreadsheets/d/1d8joFVDGUsJM32jh884uWd2x2Nj8nCJyKFj5qTUal-g/edit
@version    20240831.10.34
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://docs.google.com/spreadsheets/d/") {
body, img, [style^="background-image"] {
    filter: invert(1) hue-rotate(180deg);
}

.docs-grille-gm3.docs-gm .docs-material #docs-toolbar-wrapper,
.docs-grille-gm3 #docs-align-palette .goog-toolbar-button, .docs-grille-gm3 .docs-main-toolbars .goog-toolbar-button, .docs-grille-gm3 .docs-main-toolbars .goog-toolbar-combo-button, .docs-grille-gm3 .docs-main-toolbars .goog-toolbar-menu-button, .docs-grille-gm3 .trix-palette .goog-toolbar-menu-button{
    background-color: #f1f1f1;
}

@media screen and (max-width: 1600px) {
    .docs-grille-gm3 #docs-omnibox-toolbar.assisted-actions .docs-omnibox-input {
        background-color: #f1f1f1;
    }
}

}

Reviews

No reviews yet.