gitlab.archlinux.org dark theme using olive greens and brown with colorful accents
gitlab.archlinux.org dark olive by selenecosmia
Details
Authorselenecosmia
LicenseDo WTF You Want License
Categorygitlab.archlinux.org
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I adapted this from a different theme that was just pure black, and not gitlab specific.
Source code
/* ==UserStyle==
@name gitlab.archlinux.org dark olive
@namespace USO Archive
@author hebedite
@description archlinux.org black colorful
@version 2023.09.13
@license Do WTF You Want License
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix(https://gitlab.archlinux.org/) {
.mw-headline {
color: #db4636;
}
div.archwiki-template-box.archwiki-template-box-note{
background-color:#f2f1f1;
}
div.archwiki-template-box.archwiki-template-box-warning{
background-color:#00f6e714;
border-color:#00fff2;
}
header.navbar-gitlab {
padding: 0px;
}
div.header-content {
background-color: lightcyan;
border-left: 20px inset transparent;
}
aside.nav-sidebar > div.nav-sidebar-inner-scroll {
background-color: #E4E2F7;
border-right: 5px inset white;
}
#bodyContent {
color: #ec35da;
}
.tocnumber {
color: #06ff00;
}
#content code {
color:#0f7;
}
#content pre{
background-color:#dedede;
color:#287101;
}
body {
background-color: #3B3C03;
filter: invert(100%);
}
}