Dark usercss theme for extensions.gnome.org for use with Stylus extension on most browsers.
GNOME Shell Extensions Dark by tmiland
Details
Authortmiland
LicenseMIT
Categoryextensions.gnome.org
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name GNOME Shell Extensions Dark
@description Dark usercss theme for extensions.gnome.org for use with Stylus extension on most browsers.
@namespace extensions.gnome.org
@version 1.0.0
@author tmiland (https://github.com/tmiland)
@license MIT
==/UserStyle== */
@-moz-document domain("extensions.gnome.org") {
p.message.error {
color: #333;
}
body {
color: #333;
background-color: #18191A;
}
#container {
color: #fff;
}
.extension-name {
color: #fff;
}
.extension .extension-name a, .setting .setting-name a {
color: #a8a8a8;
}
a {
color: #4175BD;
}
#search-bar input {
background-color: #18191A;
}
.paginator {
background-color: #4a86cf;
border-color: #3968a1;
}
.paginator .number.current, .fsui-dropdown-link.selected {
background-color: #4a86cf;
border-color: #3968a1;
}
.step {
background-color: #18191A;
}
#opinion_form .unauthenticated {
background: #18191A;
}
}