Skip to content

Dark theme - extensions.gnome.org by shipment22

Details

Authorshipment22

LicenseMIT

Categorygnome, extensions

Created

Updated

Size723 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for extensions.gnome.org

Notes

May not work on the installed extensions page. I cannot check because the gnome browser integration script doesn't work for me some reason.

Source code

/* ==UserStyle==
@name         Dark theme - extensions.gnome.org
@version      20220608.16.01
@namespace    userstyles.world/user/shipment22
@description  Dark theme for extensions.gnome.org
@author       shipment22
@license      MIT
==/UserStyle== */

@-moz-document domain("extensions.gnome.org") {
html,
body,
#search_input,
p {
    background-color: #222;
    color: #eee;
}

.message {
    background-color: #862e2e!important;
}

a:not(.nav a) {
    color: #7b7bf2!important;
}

div.paginator {
    background-color: #1d1d1d;
}

.fsui-dropdown-link:hover,
.number:hover,
.number.current,
.shell-version,
.extension-version,
.unauthenticated,
input {
    background-color: #222!important;
    color: #eee!important;
}
}

Reviews

No reviews yet.