Skip to content

Instantly share code, notes, and snippets.

@Thann
Last active June 26, 2020 15:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Thann/10eee911e0137c6b5acf5119434425cf to your computer and use it in GitHub Desktop.
Save Thann/10eee911e0137c6b5acf5119434425cf to your computer and use it in GitHub Desktop.
Dark Theme for Gitlab
/* thann */
.info-well {
background-color: #272727;
border-color: #555;
color: #777;
}
.well-segment {
border-bottom-color: #555 !important;
}
.count,
.top-block,
.nav-sidebar,
.dropdown-menu-toggle,
.toggle-sidebar-button {
background-color: #333 !important;
border-color: #777 !important;
color: #ddd !important;
}
.arrow:before {
/*border-right-color: #777 !important;*/
border-right-color: #8e8e8e !important;
}
.arrow:after {
border-right-color: #333 !important;
}
.slead,
.cgray,
.sidebar-context-title {
color: #92959C;
}
.event-item {
color: #777;
}
.event-title,
ul.content-list li {
color: inherit !important;
}
.sidebar-sub-level-items>li a:hover {
color: #ddd !important;
}
#search,
.commit-stat-summary {
background-color: transparent !important;
}
.js-file-title,
.file-title-flex-parent a,
.file-title-flex-parent:hover {
background-color: #272727 !important;
color: #777;
}
.icon-container svg path {
stroke: #888;
fill: #777 !important;
}
@awvalenti
Copy link

How do I activate it?

@maxmckenzie
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment