]> git.rmz.io Git - dotfiles.git/blobdiff - dwb/userstyles/github.com.css
misc: cleanup some unimaas and cadscan related things
[dotfiles.git] / dwb / userstyles / github.com.css
index 62415017ee4b0cf0f4e965033b3197f488495627..ec1807551a9dbc391d6b73e186f23b6ba964902b 100644 (file)
-@namespace url(http://www.w3.org/1999/xhtml);
-@namespace svg url(http://www.w3.org/2000/svg);
-/* Github Dark Theme v1.7.9 (1/15/2014)
- * https://github.com/StylishThemes/Github-Dark
+  /*! Github Dark Theme v1.14.30 (11/29/2015) *//*
+ * https://github.com/StylishThemes/GitHub-Dark
  * http://userstyles.org/styles/37035
- * License: http://sam.zoy.org/wtfpl/
+ * License: https://creativecommons.org/licenses/by-sa/4.0/
  */
-#main, .unread_count, #browser table th, .session-device, .profilecols ul.stats li strong, #files .file .data,
-table.upgrades tr.current td, .definitions {
-  background: #222 !important;
-  color: #ddd !important;
-}
-/* let some background image show */
-.pagehead, .context-loader.large-format-loader, #graphs .loader {
-  background: rgba(34,34,34,0.4) !important;
-  color: #ddd !important;
-}
-body {
-  background-color: #222 !important;
-  background-image: url(/*[[bg-url]]*/) !important;
-  background-clip: border-box !important;
-  background-origin: padding-box !important;
-  background-position: center center !important;
-  /*[[bg-options]]*/
-  /*[[bg-options2]]*/
-}
-/* Base link/panel colors - text */
-body a, .profilecols ul.stats li a:hover strong, .plans-row .plan, .filters li.selected,
-#gollum-editor-submit, .repo_list span.css-truncate-target, strong.css-truncate-target, .zeroclipboard-button,
-.header .mega-octicon:hover:before, .creator a, button#logout:hover .octicon, .numbers-summary a:hover,
-.numbers-summary a:hover span, .octicon-file-directory, .tag-info a:hover, .tag-info a:hover span,
-#forkqueue .instructions, .addon h4, #wiki-wrapper h1, #wiki-wrapper h2, #wiki-wrapper h3, #wiki-wrapper h2 strong,
-#wiki-wrapper h3 strong, .wikistyle h1, .wikistyle h2, .header a:hover, .header a:hover .mini-icon,
-.header a:hover .mega-icon:before, #footer a, #userbox a:hover, .header-logo-wordmark:hover span,
-#userbox a:hover .mini-icon, a:not(.minibutton) code, .gist-item ul.meta>li>a:hover, #userbox a:hover,
-#userbox a:hover .mini-icon, a.browse-button:hover, a.browse-button:hover span, .full-word, .team-mention,
-.add-line-comment:before, .octicon-mark-github:hover:before, .header a:hover .octicon,
-.comment-header-actions li:hover .octicon, .zeroclipboard-link .octicon {
-  color: /*[[base-color]]*/ #4183C4 !important;
-}
-
-/* Base color panel */
-option:hover, .minibutton:not(.disabled):hover, .minibutton:hover code, .file-minibutton:hover, .add_file:hover,
-.gollum-minibutton:hover, .pagination a:hover, .gollum-minibutton a:hover, #gollum-editor-submit:hover,
-.tip-box a.next:hover, .sidebar-module h3:hover a, a.feed:hover, a.feed:hover span, .clone-url-button:hover a,
-.listings-layout .nav li a:hover, .search-form button:hover, .state-merged, .url-box .zeroclipboard-is-hover,
-.select-menu-item.navigation-focus, .select-menu-item.navigation-focus.selected, .notification-indicator .unread,
-ul.filter-list .filter-item.selected, #fork-select .target:not(.disabled):hover, .flash-notice, .ace_selection,
-table.upgrades tr:hover td, #notification-center li.unread, .email-format .email-hidden-toggle:hover a,
-.js-topic a:hover, .gist-item .bubble:hover, .dashboard-tabs a:hover, .dropdown-menu > li > a:hover,
-div.news .pagination a:hover {
-  background: /*[[base-color]]*/ #4183C4 !important;
-  color: #eee !important;
-}
-.context-button:after, .bubble:hover .file-box {
-  border-color: /*[[base-color]]*/ #4183C4 transparent transparent !important;
-}
-/* === Notification icon === */
-.notification-indicator .unread {
-  background: /*[[base-color]]*/ #4183C4 !important;
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(0, 0, 0, 0.1), 0 0 10px /*[[base-color]]*/ #4183C4 !important;
-}
-/* text selection */
-::selection {
-  background: /*[[base-color]]*/ #4183C4 !important;
-  color: #fff !important;
-}
-::-moz-selection {
-  background: /*[[base-color]]*/ #4183C4 !important;
-  color: #fff !important;
-}
-/* input focus hightlight */
-input.focus[type="text"], #adv_code_search .focus.search-page-label, input[type="text"]:focus,
-.focused .drag-and-drop, #adv_code_search .search-page-label:focus, input.focus[type="password"],
-input[type="password"]:focus, input.focus[type="email"], input[type="email"]:focus, input.focus[type="number"],
-input[type="number"]:focus, input.focus[type="tel"], input[type="tel"]:focus, input.focus[type="url"],
-input[type="url"]:focus, textarea.focus, textarea:focus {
-  border-color: /*[[base-color]]*/ #4183C4 !important;
-  box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.075) inset, 0px 0px 5px rgba(255, 255, 255, .075) !important;
-}
-/* === Inputs === */
-select, input, textarea, .commandbar .choice:hover, .commandbar .loading:hover {
-  -moz-appearance: none !important;
-  background: #181818 !important;
-  border-color: #666 !important;
-  border-style: solid !important;
-  color: #ddd !important;
-}
-/* custom checkbox and radio styles. We need a full set of styles here as WebKit removes all of them when
--webkit-appearance: none is set. */
-input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus,
-input[type="checkbox"]:hover:active, input[type="radio"]:hover:active {
-  -webkit-appearance: none !important;
-  background-color: #181818 !important;
-  border: 1px solid #666 !important;
-  color: #ddd !important;
-  height: 1em !important;
-  width: 1em !important;
-}
-input[type=radio] {
-  border-radius: 100% !important;
-}
-input[type="checkbox"]:checked {
-  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Im05OC43OTk5ODggMjEzbC0wLjc5OTk4OCA4OWMwIDAgMTAzIDEwMiAxMDQgMTAyYzEgMCAyMDUgLTIwMSAyMDUgLTIwMWMwIDAgMCAtOTAgMCAtOTFjLTAuNzk5OTg4IDAgLTIwNCAyMDMgLTIwNCAyMDNsLTEwNCAtMTAyeiIgZmlsbD0iI2RkZGRkZCIvPjwvZz48L3N2Zz4KCg==) !important;
-  background-size: cover !important;
-}
-input[type="checkbox"]:indeterminate {
-  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxyZWN0IGhlaWdodD0iMTI4IiB3aWR0aD0iMzg0IiB5PSIxOTIiIHg9IjY0IiBmaWxsPSIjZGRkZGRkIi8+PC9nPjwvc3ZnPg==) !important;
-  background-size: cover !important;
-}
-input[type=radio]:checked {
-  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxjaXJjbGUgY3g9IjI1NiIgY3k9IjI1NiIgcj0iNjQiIGZpbGw9IiNkZGRkZGQiLz48L2c+PC9zdmc+) !important;
-  background-size: cover !important;
-}
-/* === Prevent overflow issues === */
-#dashboard, div.highlight, svg {
-  width: 100% !important;
-}
-.vcard-fullname, .vcard-username {
-  overflow-y: hidden !important;
-}
-/* === logo === */
-.header .site, #adv_code_search .search-page-input {
-  background: #111 !important;
-  border: 0 !important;
-  padding-bottom: 1px !important;
-}
-#footer .mega-icon:hover:before, #last-edit {
-  color: #555 !important;
-}
-/* help.github.com */
-body#com div#header .site-logo a {
-  background-image: url(http://StylishThemes.github.io/Github-Dark/images/logo.png) !important;
-}
-/* remove gist logo transition */
-.header-logo-wordmark {
-  transition: none !important;
-}
-/* === needs padding === */
-.content, .wikistyle, #gollum-footer .gollum-minibutton a {
-  padding: 10px !important;
-}
-.markdown-body code {
-  padding: 2px 4px !important;
-}
-div.blog, #page-settings {
-  margin-top: 20px !important;
-}
-/* === show === */
-.color-label.selected .color {
-  display: block !important;
-}
-/* === no margin === */
-#dashboard, table.branches {
-  margin: 0 !important;
-}
-/* gist diff stats - fix alignment */
-.diffstat {
-  font-size: 14px !important;
-}
-/* === Remove shadow === */
-h1, h2, h3, h4, pre, pre *, code, ul, li, p, input, a, th, .news, #footer ul.sosueme li.main, .more-repos, .button,
-.metabox em.placeholder, table.notifications, #download_button, .comment-count, em.date, input.search, #user-links,
-#header.gc .diff-line-code, .upper_footer, .switcher > span:after, .upgrades td, .blog-feedback, .description,
-.blankslate, .commit-ref, .pagination span, .mini-icon-advanced-search, .count, .select-menu-title, .sunken-menu a,
-.select-menu-button:after, #repo-message, .times, .sunken-menu-contents, .sunken-menu a .counter, .usage-bar dt,
-#user-links .name img, #common-issues, .upload-progress, .svg-tip, .meta, .flash, .flash-global,
-#files .file .meta .info span, .file-box .meta .info span {
-  color: #ccc !important;
-  text-shadow: none !important;
-  box-shadow: none !important;
-}
-a, button, p, ul, li, #gollum-editor-submit, dl.form label, .formbody label, .js-context-button, .footer-text,
-.minibutton span, span.name, .diff-line-code, .num, .button, .user-list em, .diff-expander .octicon-unfold:hover,
-.select-menu-loading-overlay:before, .select-menu-item a, .minibutton, .mini-icon, .mini-icon:before, .list-tip:before,
-.line-num-content, .diff-expander .octicon-unfold, .minibutton i, .comment-header-author, .header {
-  text-shadow: none !important;
-}
-/* === transparent background only === */
-#footer, table tr, .textographic a.repo, .stars-browser .filter-bar, .highlight .file-diff-line:hover pre, .gravatar,
-.topsearch span.search-input, p.meta, .js-menu-container, .sidebar .milestone, .commit-desc pre, #facebox,
-.profilecols .filter-bar, .button-group, div.content-header .search-form, .file-code, .branch-infobar,
-.gist-advanced-options .select-menu-button:after, #wrapper, #com .wikistyle, #com .wikistyle p, li.commit,
-.css-truncate:hover .css-truncate-target, li.public, .gravatar img, .facebox-popup, .commit-comments-header-sha,
-.tmp-reusable-bubble .bubble-inner, .commit-group-item .authorship, pre.headers code, .columns.equacols.bordered,
-.gist-item ul.meta>li>a:hover, .commits li img, a.minibutton code, .menu-container, .milestone, .more-repos,
-#network .repo span, .previewable-comment-form, .keyboard-mappings th, .api #header-wrapper .nav,
-.marketing-nav a.selected, #graph_data .tabs {
-  background: transparent !important;
-}
-.js-topic .arrow-btn {
-  background-color: transparent !important;
-}
-.select-menu-item .octicon {
-  color: transparent !important;
-}
-/* === Remove background gradient === */
-#directory .repo, #dashboard .repo, #categories li, .sosueme li.main, #commit .separator, .big-notice, .clean td,
-.legend .clean, .avatar .overlay.size-48, .listing.closed, .gist .gist-file .gist-data, .gist-syntax,
-.gist .gist-file .gist-data .line-numbers, .listing .repo, .sunken-menu-separator:before, div.sunken-menu-contents,
-.sunken-menu-contents:before, .sunken-menu-separator, .sunken-menu-contents:after {
-  background-color: transparent !important;
-  background-image: none !important;
-}
-.context-loader.large-format-loader {
-  background-image: none !important;
-}
-/* === Just rounded corners === */
-#wrapper, #your-repos-filter, .topsearch ul.nav {
-  border-radius: 3px !important;
-  background-clip: padding-box !important;
-}
-/* remove border-radius */
-.dashboard-tabs a {
-  border-radius: 0 !important;
-}
-/* === No huge text === */
-.topsearch form input.search {
-  font-size: 12px !important;
-}
-/* repo labels, private repo lists */
-.repo-label span, .private .repo-list-item {
-  background: #222 !important;
-  color: #777 !important;
-}
-/* previously orange border bottom */
-.pagehead ul.tabs li a.selected, .pagehead > ul.tabs li a:hover, .filter-selected, div.listing.navigation-focus,
-div.issues.navigation-focus, .repo-filter:hover, .dashboard-tabs a.selected, .marketing-nav a.selected {
-  border-radius: 0 !important;
-  border-bottom: #eee 2px solid !important;
-}
-.section-nav .active a, .menu a.selected, .sunken-menu a:focus, .sunken-menu a:hover {
-  border-radius: 0 !important;
-  border-left: #eee 1px solid !important;
-}
-/* dropdown arrows are css triangles, so we can't just apply color to all four borders */
-.dropdown-arrow {
-  border-top-color: #eee !important;
-  transition: none !important;
-}
-.js-menu-target:hover .dropdown-arrow {
-  border-top-color: /*[[base-color]]*/ #4183C4 !important;
-}
-/* GitHub Bug: The focused + in the header has an ugly underline from a:active */
-.js-menu-target:focus, .js-menu-target:active {
-  text-decoration: none !important;
-}
-
-/* === Darken border === */
-pre, table, table th, h1, h2, h3, hr, img, #browser table, #browser table th, #issues .menu ul li,
-.counter, .issues td, ul.main_nav li.selected, .browser_header, .issue-head, .bootcamp-help .image, ul.hook-list,
-.clone-url-button, #wiki-wrapper h2, .list-tip li, .boxed-group-list > li, .section-nav a, .search-menu-container,
-.repo_list li a, .graphs .axis, .switcher > span:after, a.assignee-bit, .menu li, .notifications td, .filter-tab,
-ul.hook-list li, .repo .border, .box-action, ul.repo-stats li a, .footer_nav h4, .footer-divider, .blog-feedback,
-.chromed-list-browser, .js-activate-link, .chromed-list-browser div, .filter-bar, .columns.sidebar, .title, .lbl,
-.participation-graph canvas, #contributors .person, .tabnav, #commit-activity-master, .mini-repo-list a, #services,
-.top-rule, .blog-post, #services .service, ul.stats, .select-menu-filters, .select-menu-item, .select-menu-tabs,
-.release-list > li, .url-box, .select-menu-button:after, .context-body, .range-editor-head, .code-list-item,
-.cheatsheet, .pagehead.settings-area, .release-body, .suggester, .pull-state, .pull-number, .merge-pr, .gist-file,
-#footer .container, #graph-shots li, .sidebar, .release-timeline, .explore h2, ul.color-label-list .color, #head,
-.leaderboard-list-item, .release-timeline-tags .main, .search-result-item, .sort-bar, .details,
-.content-header, .user-list-item, .commit-group-item .gobutton .comment-count, .markdown-body, ul#categories li h5,
-.gobutton.with-comments .sha, #gollum-editor-function-bar, #gollum-editor-title-field, .capped-box, .steps li,
-.steps, .setup-info-module, #graphs {
-  border-color: #555 !important;
-}
-.command-bar:not(.command-bar-focus) input[type="text"], #top_search_form input[type="text"], .discusion-topic-infobar,
-.box-header, .box-body {
-  border-color: #444 !important;
-}
-#footer, table tr, table td, blockquote, .pagination a:first-child, .pagination a:last-child, .pagination span:first-child
-.pagination span:last-child, .range-editor span.flag, .range-editor .range, .dashboard-tabs, .graphs, .graph,
-ul.sunken-menu-group a.selected, .vcard-details, .vcard-stats, .repo-list-item, .email-signature-reply,
-.grid .col, .composer-infobar, .email-quoted-reply, .summary-stats li, .columns.equacols.bordered,table.branches td,
-.file-diffstat, ul.filter-list, .news .alert, table.files td, .explore-section, .repolist > li {
-  border-color: #333 !important;
-}
-.pagination a, .pagination span.current, .pagination span.gap, .menu a {
-  border-color: #222 !important;
-}
-.filter-tab.selected {
-  border: #444 1px solid !important;
-  border-bottom: #333 1px solid !important;
-}
-.summary-stats, .sunken-menu-separator, .pagehead, .follow-list .follow-list-item, .facebox-header, #common-issues li {
-  border-bottom: #333 1px solid !important;
-}
-.more-repos, .simple-conversation-list>li, #contributions-calendar .contrib-details div .lbl, .site-footer,
-.blame .section-first td {
-  border-top: #333 1px solid !important;
-}
-.listings div.listing {
-  border-left: #333 2px solid !important;
-  border-right: #333 2px solid !important;
-}
-.issue-head {
-  border-bottom-width: 1px !important;
-}
-ul.sunken-menu-group a.selected {
-  border-left: transparent 1px solid !important;
-}
-.gisttabs a:not(.selected), .gisttabs a:not(.selected):hover {
-  border-color: transparent !important;
-}
-.context-button:hover:after, .switcher > span:before {
-  border-color: #eee transparent transparent !important;
-}
-/* branch selector button - uses borders to make select button */
-.select-menu-button::before {
-  border-top-color: #eee !important;
-}
-
-/* code */
-.linkable-line-number {
-  border-right: #555 1px solid !important;
-}
-.diff-line-num, .blob-line-nums {
-  vertical-align: middle !important;
-}
-.gist .gist-file .gist-data .line-number {
-  line-height: 19px !important;
-}
-.markdown-format pre span {
-  font-size: 14px !important;
-}
-/* code editor padding */
-.file .file-code-line .blob-line-code, .file .highlight, .file .highlight pre, .file-data .highlight pre {
-  padding-bottom: 0 !important;
-  padding-top: 0 !important;
-  border: none !important;
-}
-.file .file-code-line .blob-line-nums, .file-data .lines td, .file-data .line-data, #readme, .markdown-body code {
-  padding: 0 !important;
-}
-.lines .line-numbers span {
-  padding: 0 6px !important;
-}
-.diff-line-code, .diff-line-num .expandable-line-num {
-  padding-left: 0 !important;
-  padding-right: 0 !important;
-}
-/* Inline comments need +18px width to fit. Default value: 842px */
-.inline-comment-form {
-  max-width: 860px !important;
-}
-/* File listings - fix date truncation */
-table.files td.age .css-truncate {
-  max-width: none !important;
-}
-/* Remove padding on the pre and add it to the spans inside the line to fix the row highlight */
-.blob-line-code pre, .line-data pre {
-  padding-left: 0 !important;
-}
-.blob-line-code .line, .line-data .line {
-  padding-left: 12px !important;
-}
-.file-data.diff-data .line > *:first-child {
-  margin-left: 0px !important;
-}
-/* ace (gist editor) */
-.ace_cursor {
-  border-left-color: #ddd !important;
-}
-/* language statistics */
-.repository-lang-stats-graph {
-  height: 5px !important;
-}
-/* === tooltip === */
-.octotip {
-  background-color: #003 !important;
-  border-color: #006 !important;
-}
-.list-tip:before, .selector-item .mini-icon:before, .browser .mini-icon-arr-right, .selected .select-menu-checkmark,
-.issue-list em {
-  color: #222 !important; /* tip pointer */
-}
-/* === #111 === */
-.wikistyle pre, .wikistyle pre code, #facebox pre, .commit-preview .message pre,
-#wiki-wrapper pre, pre.prettyprint, .list-browser-item.closed, body.windows #header,
-#footer .site, .ace_gutter, .jumbotron, #adv_code_search .search-page-label {
-  background: #111 none !important;
-  font-size: 12px !important;
-  border-color: #555 !important;
-}
-/* === #181818 === */
-/* needed background inbetween #111 and #222 :P */
-pre, code:not(.commit-comments-header-sha), .commitinfo, .comment-content, .gc .diff-line-code, .diff-line-code,
-.list-group-item.navigation-focus, .social-count, .counter, .featured-commit-activity-graph, .featured-repo-logo,
-.gobutton>.sha .octicon, .navigation-focus .gobutton>.sha .octicon, .full-commit .commit-meta, .participation,
-.filter-list li span.bar, .codesearch-cols em, .search-result-header, .branch-infobar, .file-data .line-numbers,
-.blob-line-nums, .file-data, .signup-plans th, .signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td,
-.line-data, .line-number, .commits td, .commits code {
-  background: #181818 !important;
-  border-color: #333 !important;
-  border-width: 1px !important;
-}
-.commit-group-item:nth-child(2n) {
-  background: #181818 !important;
-  border: 0 !important;
-}
-.capped-box, .markdown-body table tr:nth-child(2n), .explore-section:nth-child(2n) {
-  background: #181818 !important;
-}
-/* slightly darker background than #222 */
-.box-body, #readme .markdown-body, table.files, .mergeable {
-  background: #1b1b1b !important;
-}
-
-.markdown-body {
-  background: transparent !important;
-}
-.social-count:before {
-  border-right-color: #333 !important;
-  border-width: 5px !important;
-  margin-top: -4px !important;
-}
-.social-count:after, #new_hook .fields {
-  border-width: 0 !important;
-}
-.blob-line-nums, .diff-line-num, .file-data .line-numbers span, #readme .plain {
-  background: #181818 !important;
-  color: #444 !important;
-}
-
-/* === #222 === */
-/* Darkest background color (#222), no image, no border */
-option, .commit-tease .commit-meta, .discussion-topic-header,
-.section-heading-title a.js-selected-navigation-item, .facebox-content, .upload-progress, .tag-info.commit,
-.search-results-listing em {
-  background: #222 none !important;
-  border: 0 !important;
-}
-/* Darkest background color (#222), no image, with border & radius */
-svg, #browser, .repos, .options-group, .pagehead ul.tabs li a.selected, .subnav-bar, .options-content,
-span.gravatar, .browsered, .browsered .inner, .subnav-bar > ul > li > ul, .comment-form ul.tabs a.selected,
-.issue.open.read .summary, .unselected_month, .commits th, #MathJax_Message, #header .userbox, .chzn-single,
-.user-commits, .user-commits th, .metabox, .gollum-minibutton, .ranked-repositories > li, .file-box .meta,
-.pagehead ul.actions, #issues_search .comment, #header-wrapper, .fieldgroup .fields, ul.feature-tabs li.highlight,
-.pagination, .gist-meta, .commit-group, .filterbar .filters li, .starting-comment .body, .list-tip,
-.expandable h3 a:last-child, .commit_oneline, .markdown-body tt, .filterbox, .conversation-list-heading .inner,
-.autocomplete-results, .new-comments .body, .subscription-row, .release-timeline .js-details-container,
-.pulse-sections .meta, .blog-post .meta, .discussion-bubble-inner {
-  background: #222 none !important;
-  border-color: #444 !important;
-  border-radius: 3px !important;
-  background-clip: padding-box !important;
-}
-/* Darkest background (#222), leave image, no border */
-.locales, .add-bubble, .select-menu-filters, .native-download span, .notification-settings,
-#files > .description, #network .repo, li.contextswitch ul, .native-download, .search-results,
-.fieldgroup .edit_hook .fields, .mini-repo-list, .dashboard-tabs {
-  background-color: #222 !important;
-  color: #eee !important;
-  border: 0 !important;
-}
-/* Darkest background (#222), leave image, with border */
-#watchers li, .tree-browser .alt td, .browser .listing, .item, .context-pane, .context-loader, .sidebar .module,
-.tip-body, .issue.even, .listing.even, #assignee, .rule,
-.sidebar-module > ul, .commit_oneline td, #footer .lower_footer, #footer-push, div#common-issues ul,
-.notifications th, #notification-center li.read, .repo_list li, .tree-browser td, .ace_scroller, a.selected, .file,
-.issues-list li.js-navigation-item, .list-group-item, .inline-comments .tabnav, .comparison-list,
-.comparison-list .title, .repo-collection>ul, .expandable .js-topic h3:hover a, #graph_data .tab.selected,
-.line-comments {
-  background-color: #222 !important;
-  color: #eee !important;
-  border-color: #555 !important;
-}
-table th, .repository-sidebar a.js-selected-navigation-item.selected {
-  background: #222 !important;
-}
-/* Darkest background (#222), leave image, add border */
-.image, .fieldgroup .fields, .expandable .js-topic h3 {
-  background-color: #222 !important;
-  color: #eee !important;
-  border: #555 1px solid !important;
-}
-/* page overlay */
-.select-menu-loading-overlay, .slow-loading-overlay {
-  background-color: rgba(34, 34, 34, 0.8) !important;
-}
-
-/* === Join page === */
-ol.steps li {
-  background: #222 !important;
-}
-
-/* === #333 === */
-/* Panel background (#333) only */
-.commit, .select-menu-modal .select-menu-tabs a.selected, .discusion-topic-infobar, table.branches tr:hover td,
-ul.filter-list .filter-item:hover, ol.steps li.current, div.setup-info-module, .dropdown-menu {
-  background: #333 !important;
-}
-
-/* Panel background (#333), leave image, no border, with radius */
-.pagehead ul.actions a.feed, .explore h2 .feed, #code_search_instructions h2, td.inst, .metabox-loader, .pull-flag,
-.browser-content, .wikistyle p, .filterbar ul.filters li, .pagehead ul.tabs li.contextswitch, ul.fieldpills li,
-.pagehead ul.tabs li.contextswitch:hover, .bigbutton a, #new_message, #gollum-editor, .blog-feedback p,
-#issues_next ul.sorts li, ul.sorts li.asc, ul.sorts li.desc, .listings-layout .columns.main .content, .fieldswrap,
-.filterbar li.selected, #issues_next ul.filters li, table.instruction tr:nth-child(2n), .email-hidden-toggle a,
-.blankslate, .bubble:not(.files-bubble), .bubble-contents, #wiki-header > div,
-div#common-issues h3, #commit-activity-master-head, .file-box, #wiki-footer > div, #gist-form .name,
-.auth-form-body, .range-editor-form, .action-indicator, .repository-lang-stats, .divider .blob-line-code .highlight,
-.branch-name, .pull-head .diffstat, ul.suggestions, .accordion, .numbers-summary, .accordion-container {
-  background-color: #333 !important;
-  border: 0 !important;
-  border-radius: 3px !important;
-  background-clip: padding-box !important;
-  color: #ddd !important;
-}
-/* Panel background (#333), leave image, with border, no radius */
-.metabox .rule, .comment-form, #issues .labels, #gollum-editor select, .listings .odd, .feed, #files .description,
-#files .file, #message .envelope .header .info .title.unread, li.contextswitch ul li.current, .watcher-widget,
-ul.main_nav li.selected a, ul.states li, .add_file, .tree-browser, .inset, li.label, .filterbar,
-.divider-vertical, #footer .upper_footer, .user-commits td, tr.inline-comments, .thread-subscription-status,
-.starting-comment .infobar, #issues_next .infobar, .formbody, .commandbar .display, .none p, .display div.choice,
-.display tr, div#common-issues ul li a:hover, #contributors h3, .select-menu-modal,
-.select-menu-modal > div, .issues-list > ul > li.selectable:hover, .issues-list > ul > li.navigation-focus,
-.issues-list-actions, pre div[style^="background-color: rgb(255, 255, 204);"], .plans-pricing-callout,
-button.button:hover, #wiki-rightbar, .sidebar-module, .svg-tip, .comment {
-  background-color: #333 !important;
-  color: #eee !important;
-  border-color: #555 !important;
-}
-/* Panel background (#333), no image, no border */
-.pagehead ul.tabs li a:hover, .repos .bottom-bar, #languages .popular, .color-label-list a.selected, .tip-box h4,
-table.upgrades td, .commit-preview .message, .wikistyle, .commit-preview p.error, .date_selector,
-.pagehead ul.tabs li.contextswitch, #browser tr th, .status-box h4, .line_numbers, .date_selector table th,
-#files span.icon, #issues_list .actions, .list-browser-footer, #repos .public, .inset-callout, #repo-message,
-.summary-stats li a:hover, #files .file .meta, .boxed-group {
-  background: #333 none !important;
-  color: #eee !important;
-  border: 0 !important;
-}
-/* Panel background (#333), no image, with border */
-#files .file .data .line_numbers, .editbox, .editbox .body, .commentstyle, #issues .display, .inline-comment-form,
-#issues .display .admin, #issues .labels .list li, .issue .summary, .plain, #notification-center li:hover, .issue,
-#ng canvas, .standard_form, #reply_body, #commit div, #commit td, #commit tr, #commit .envelope, .file-minibutton,
-.gollum-minibutton a, .gollum-minibutton span, #wiki-history table td, .tree-browser th, .js-toggle-list li,
-.context-pane .title, .flash, .browser .listing:hover, #dashboard .repos, .date_selector .button, .selectable_day,
-.file-box .icon, .list-module .list-body, .list-module a, .bootcamp-body,
-.filter-bar, .browser .listing.closed, .starting-comment, .section-nav a:hover, .chzn-drop, .full-width-divider,
-.starred-repo.navigation-focus, #issues_next .labels .label a, .module .inner, .inline-comment-form a.selected,
-.pull-head {
-  background: #333 none !important;
-  color: #eee !important;
-  border-color: #555 !important;
-}
-#issues_next > .browser_header ul.actions li.selected {
-  background: #333 !important;
-  margin-top: 3px !important;
-  padding: 5px 5px 2px 5px !important;
-  border-color: #333 !important;
-  border-radius: 3px 3px 0 0 !important;
-  background-clip: padding-box !important;
-}
-/* blame heats */
-.heat1, .heat2 { background-color: #5af !important }
-.heat3, .heat4 { background-color: #48c !important }
-.heat5, .heat6 { background-color: #369 !important }
-.heat7, .heat8 { background-color: #246 !important }
-.heat9, .heat10 { background-color: #282828 !important }
-
-/* contributions-calendar coloring */
-#contributions-calendar svg|rect[style="fill: rgb(238, 238, 238);"],
-#contributions-calendar svg|rect[style="fill: #eeeeee;"] { fill: #282828 !important }
-#contributions-calendar svg|rect[style="fill: rgb(214, 230, 133);"],
-#contributions-calendar svg|rect[style="fill: #d6e685;"] { fill: #246 !important }
-#contributions-calendar svg|rect[style="fill: rgb(140, 198, 101);"],
-#contributions-calendar svg|rect[style="fill: #8cc665;"] { fill: #369 !important }
-#contributions-calendar svg|rect[style="fill: rgb(68, 163, 64);"],
-#contributions-calendar svg|rect[style="fill: #44a340;"] { fill: #48c !important }
-#contributions-calendar svg|rect[style="fill: rgb(30, 104, 35);"],
-#contributions-calendar svg|rect[style="fill: #1e6823;"] { fill: #5af !important }
-.contrib-legend li[style="background-color: #eee"]  { background-color: #282828 !important }
-.contrib-legend li[style="background-color: #d6e685"] { background-color: #246 !important }
-.contrib-legend li[style="background-color: #8cc665"] { background-color: #369 !important }
-.contrib-legend li[style="background-color: #44a340"] { background-color: #48c !important }
-.contrib-legend li[style="background-color: #1e6823"] { background-color: #5af !important }
-/* invert images */
-#graph-shots li>a, #network .repo img:not(.gravatar) {
-  filter: url("data:image/svg+xml;utf8, <svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'i\'><feColorMatrix color-interpolation-filters=\'srgb\' values=\'-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0\'/></filter></svg>#i");
-  -webkit-filter: invert(100%);
-}
-#graph-shots li>a:hover {
-  filter: url("data:image/svg+xml;utf8, <svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'i\'><feColorMatrix type=\'saturate\' values=\'0\'/><feColorMatrix color-interpolation-filters=\'srgb\' values=\'-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0\'/></filter></svg>#i") !important;
-  -webkit-filter: invert(100%) grayscale(100%) !important;
-}
-#graph-shots li>p, .select-menu-item {
-  border-bottom: none !important;
-}
-.js-gshot {
-  background: #000 !important;
-}
-/* svg styling */
-svg|line, svg|rect, svg|path {
-  shape-rendering: geometricPrecision !important;
-}
-#contributors-master svg|svg.viz, svg|svg.spark, svg|svg.capped-card-content {
-  background: #181818 !important;
-}
-#contributors-master svg|svg.viz {
-  border: 1px solid #555 !important;
-}
-.js-graph-punchcard svg|svg.viz {
-  background: transparent !important;
-  border: none !important;
-}
-svg|text, svg|circle.day {
-  fill: #ccc !important;
-}
-svg|circle.day:hover {
-  fill: #fff !important;
-}
-#contributors-master svg|svg.viz {
-  display: block !important;
-}
-svg|g.dots svg|circle {
-  stroke: #222 !important;
-}
-.traffic-graph svg|g.axis:not(.views):not(.unique) svg|g.tick:not(:nth-child(14)):not(:first-child) svg|line,
-svg|g.axis svg|path, svg|line.axis, svg|svg:not(.vis) svg|g.axis svg|line {
-  stroke: #444 !important;
-}
-svg|path.path:not(.total):not(.unique):not(.views) {
-  stroke: #aaa !important;
-}
-#commit-activity-detail svg|path.path {
-  stroke: #1DB34F !important;
-}
-svg|svg.tick {
-  fill: #444 !important;
-}
-/* Fix for overly wide inline comment form */
-.js-inline-comment-form {
-  width: 96% !important;
-}
-/* === #444 === */
-/* Light Panel background (#444), no image, no border, with radius */
-ul.sidetabs li a:hover, .editbox h1, #issues .labels .admin, p.breadcrumb, #issues .display .sortbar, .addon:hover,
-#facebox .close, #issues_search .wrapper, .featured-callout, .ranked-repositories .meta a, .range-editor h3, .actor,
-.range-editor .chooser, ul.nav.logged_out, .tip-box a.next, #inbox .list .unread, #preview_bucket, .main .filterbar,
-.browser-content .footerbar, ul.smalltabs, .snippet, .supportstaffer, .discussion-form, ul.js-guides, .chooser-box,
-.chooser-box h3, #forkqueue .instructions, .input, .ac_results, .selector-item.clear:hover,
-.menu .selected, #issues_search .comment-body, #contributors-master svg, .inset-callout h2, .documentation ul.nav,
-#contributors-master, .flash-messages, .context-title, .list-module h2, .bootcamp-help h1 {
-  background: #444 none !important;
-  border: 0 !important;
-  border-radius: 3px !important;
-  background-clip: padding-box !important;
-}
-/* Light Panel background (#444), no image, with border, no radius */
-.tabs, #browser td, #issues_next li.selected, .selectable_day.selected, .avatarname img, #readme .name,
-div#common-issues, .diffstat, #wiki-history .author img, .options-content h3, .display div.choice:nth-child(2n+1),
-#issues-dashboard .actions,.list-tip a:hover, .boxed-group-list > li:hover, .display tr:nth-child(2n+1),
-.preview-selected .preview-tab, .menu a:hover, .select-menu-tabs a.selected, .list-browser-item.navigation-focus,
-.hidden-text-expander a, .sunken-menu .sunken-menu-item.selected:after {
-  background: #444 none !important;
-  border-color: #555 !important;
-  color: #eee !important;
-}
-/* Light Panel background (#444), leave image and border */
-ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .filter-item:not(.color-label):hover,
-.subnav-bar > ul > li > ul > li > a:hover, ol.download-list li:nth-child(2n), .issue.active, .range-editor .range,
-.select-menu-button:after, .range-editor span.flag, #wiki-history table tr:nth-child(2n) td {
-  background-color: #444 !important;
-}
-/* === #555 === */
-/* Highlight Panel background (#555), leave image, no border, with radius */
-.paging, .button-pager, #integration-branch, .selectable_day.hover, .switcher > span:after, .list-module a:hover,
-.js-guides a:hover, .section-nav .active a, .add-pill-form, #dashboard .filter-bar li a.filter_selected:after,
-.hidden-text-expander a:hover {
-  background-color: #555 !important;
-  border: 0 !important;
-  border-radius: 3px !important;
-  background-clip: padding-box !important;
-}
-.settings-email .label:not(.default), .key {
-  background: #555 !important;
-}
-a.merged-pulls {
-  background: #aaa !important;
-}
-.diverge-widget .separator {
-  background: #ccc !important;
-}
-.state-widget .behind .bar {
-  background: #555 !important;
-}
-.state-widget .ahead .bar {
-  background: #999 !important;
-}
-/* actions in issues - this style needs to be after .bubble */
-.action-bubble .bubble {
-  background: transparent !important;
-}
-/* timeline dots */
-.date:after {
-  background: #555 !important;
-  border-color: #222 !important;
-}
-/* === gradient === */
-/* dark grey gradient */
-kbd, .minibutton, a.feed, .button:not(img), button.classy, a.button.classy, .pagination a, .list-browser-filterbar,
-.gobutton, .header, .pagination .gap, .timeline-comment-header, .comment-header, .pagehead ul.tabs li a, .login_form input[type="submit"],
-.top-bar, div.news .pagination a, ul#bootcamp li a h4, .minibutton:disabled, .pull-info, .notification-indicator,
-#gists .context-menu-container, .zeroclipboard-button, .search-form button, pre.headers, .branch-link,
-.recently-touched-branches, body#com #header, .white-nav .selected span, .select-menu-header, .clone-url-button a,
-.filter-tab, #header-wrapper, #header-wrapper .nav, pre div:hover, .diff-table tr:hover pre, .pagination span,
-.commit-ref, .cheatsheet h2, .blog-feedback-header, .highlight .file-diff-line:hover td, .section a.section-head,
-.dashboard-tabs li a, .full-commit .browse-button, a.function-button, .capped-box h3,
-.expandable-line-num .diff-expander:hover, .boxed-group .heading, #contributors .capped-card h3 {
-  background: -webkit-linear-gradient(bottom, #282828, #181818) !important;
-  border-color: #333 !important;
-}
-.box-header {
-  background: -webkit-linear-gradient(bottom, #282828, #181818) !important;
-}
-.boxed-group > h3 {
-  background: -webkit-linear-gradient(bottom, #282828, #181818) !important;
-  border-color: #555 !important;
-}
-/* inverted dark grey gradient */
-.progress-bar, .pagination .current, .clone-url-button.selected a, .asc .sort-type, .desc .sort-type, .mini-bar-graph,
-.minibutton.selected, .issues-list>ul>li.unread {
-  background: -webkit-linear-gradient(bottom, #181818, #282828) !important;
-  border-color: #333 !important;
-}
-/* inverted vertical dark grey gradient */
-.sunken-menu-contents {
-  box-shadow: inset 1px 0 0 #333 !important;
-  background: -webkit-linear-gradient(right, #333 0%, #222 5px) !important;
-  border-color: #333 !important;
-}
-/* === Text Color === */
-/* Brightest text */
-.minibutton, strong, .url-box p strong, .avatarexplain p strong, .feature-overview strong, .revision .creator strong,
-h2 span, ul.repo-stats li a:hover, .subnav li a:hover, .filters li.selected a, .filters li a:hover, .code-list em,
-.commandbar .choice .command, .navigation-focus .mini-icon:before, .search-term, .codesearch-cols em,
-.selector-item:hover .mini-icon:before, .selector-item.selected .mini-icon:before, .new-repo .octicon, .header a, .header span,
-.select-menu-item.selected>.mini-icon, .sunken-menu a.selected .octicon, .feed-icon a .octicon, .release-label a,
-.minibutton i, .minibutton:hover .octicon, .tabnav-tab.selected .octicon, .merge-status-icon .mega-octicon:before,
-.commit .mini-icon:before, .sidebar-milestone-widget .title, .notifications .pull-request-notification .type-icon,
-.notifications-list a, div.select-menu-modal a.select-menu-item-text, .full-commit .browse-button,
-.numbers-summary .num, .select-menu-item.selected > .octicon, #network .explain b, .repo-menu a.selected:after,
-.navigation-focus .octicon:not(.octicon-arrow-right):not(.type-icon), .sunken-menu-group li:hover .octicon,
-.select-menu-item.select-menu-action > .octicon,.select-menu-item.selected > .octicon,.select-menu-item-text,
-.dashboard-tabs a.selected,.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4,
-.dropdown-menu > li > a:hover >.octicon, .message .time, #graph_data .tab.selected a, .explore-section .mega-octicon:before,
-.explore-collection .see-more-link {
-  color: #eee !important;
-}
-/* slightly darker text */
-#languages a.bar, dl.form dt, .lineoption p, .vcard-stat-count, .fieldgroup p.explain.planusage, table.notifications th,
-.usagestats dl dt.numbers, .commit-preview p.name .date, .download-list h4, ol.repository-lang-stats-numbers li .lang,
-.commit .sha, .explore h2, a.tabnav-tab.selected, .tabnav .active a, .vcard-username, #readme .octicon-link,
-.tag-info .tag-name, .language, .featured-callout h2, .header a, .commit-title .message, .files .message, .numbers-summary a,
-.revision .creator,  .mini-icon.search-input, #header ul.top-nav li a, .lines-changed, .lines-changed:hover,
-.highlight .file-diff-line:hover *, .keyboard-mappings, .comment-header-author, .comment-header-author a,
-.discussion-topic-author a, .boxed-group-table td, .graph .data .number, .files-bubble, .social-count {
-  color: #ccc !important;
-}
-.markdown-body, .markdown-body li, .markdown-body p {
-  color: #bbb !important;
-}
-table th, .edit-repository-meta, .field label, .boxed-group-list li, .capped-box, .comment-body {
-  color: #aaa !important;
-}
-/* shade darker */
-option, .news blockquote, .news blockquote p, #contributions-calendar .contrib-details div .num, .collection-stat,
-.flash-global a, #contributions-calendar .contrib-details div .lbl, .tag-info a, .authorship, a.browse-button,
-.ghead .dir, .octicon, .repository-lang-stats .percent, .diffstat-summary, .diff-expander .octicon-unfold,
-.comment-header-action-text a, .comment-header-right a, .gist-item .creator, .dashboard-tabs a, #graph_data .tab a,
-.pull-info, .sha-block {
-  color: #999 !important;
-}
-/* content text */
-#contributions-calendar .contrib-details div, .mini-icon-remove-close:hover, .tabnav-tabs a, a.vcard-stat, .time,
-.pagination .disabled, .diffstat-bar, .news .alert .octicon {
-  color: #777 !important;
-}
-.vcard-detail .octicon, .mega-octicon:before {
-  color: #555 !important;
-}
-/* darkest text; Context pane highlight item */
-.context-pane .selector-item:hover a, .mega-icon:before, .mini-icon-public-repo:before, .mini-icon-pull-request,
-.mini-icon-remove-close, .mini-icon-link {
-  color: #444 !important;
-}
-.svg-tip:after {
-  color: #333 !important;
-}
-
-/*just needs to be somewhere after mega-octicon:before*/
-.octicon-person-team::before {
-  color: #222 !important;
-}
-/* placeholder */
-::-webkit-input-placeholder {
-  color: #444 !important;
-}
-:-moz-placeholder {
-  color: #444 !important;
-}
-::-moz-placeholder {
-  color: #444 !important;
-  opacity: 1 !important;
-}
-:-ms-input-placeholder {
-  color: #444 !important;
-}
-/* Alerts and activity, remove background gradient */
-.news .alert .title span, .metabox .editable-text:hover, #inbox .list .item .title span {
-  color: #eee !important;
-  background-color: transparent !important;
-  border: 0 !important;
-}
-/* Panel's */
-#posts #rss, .github-jobs-promotion p, .signup-button, .hero h1, .plan.personal, .caption, .centered-graphic,
-.login_form h1, .auth-form-header {
-  background: /*[[base-color]]*/ #1b1b1b !important;
-  border-color: /*[[base-color]]*/ #1b1b1b !important;
-}
-/* === red === */
-/* Red panel */
-#forkqueue .legend .unclean, .unclean td, .chzn-results .no-results, .majorproblem .pageheader_wrap, .error_box,
-.btn-close-issue, button.classy[name="comment_and_close"], .flash-error, #message.major, .minibutton.danger:hover,
-.minibutton.danger:hover span, .comment-form-error, .closed-issues, .state-indicator.closed,
-.branch-status.status-error, .branch-status.status-failure, .state-closed {
-  background: #c31e16 !important;
-  border-color: #333 !important;
-  color: #ccc !important;
-}
-.btn-close-issue:hover, button.classy[name="comment_and_close"]:hover, .button.danger:hover {
-  background: #a31e16 !important;
-  color: #ccc !important;
-  border: #b00 1px solid !important;
-}
-.mergeable-dirty .bubble, .mergeable-dirty .merge-status-icon {
-  background: #a31e16 !important;
-}
-/* red border */
-.mergeable-dirty .bubble .mergeable {
-  border-color: #c31e16 !important;
-}
-.mergeable-dirty .bubble:after {
-  border-right-color: #a31e16 !important;
-}
-/* red gradient */
-.dangerzone > h3 {
-  background: -webkit-linear-gradient(#a33,#722) !important;
-  border-radius: 0 !important;
-}
-/* bright red text */
-.minibutton.danger, .button.danger, .minibutton.danger span, .closed.mini-icon, .closed.mega-octicon, .deletions,
-.closed.mega-octicon:before, .closed.octicon, .cdel, .gd .diff-line-num, .status-failure {
-  color: #c31e16 !important;
-}
-/* === Yellow panel === */
-.infotip, .form-actions .tip, .mini-callout, .snippet em, #message .sent, .notification, .callout, .contributing,
-.ejector, #issues_search .results em, .bootcamp-help ul li, .btn-download, .feature-tabs .tab-button, .plan.free,
-#message.minor, .chzn-results li em, #missing-readme, .warning, .page-notice, a.button.classy, .signed-out-comment,
-.discussion-topic .branch-status.status-pending, .facebox-alert {
-  background: #362607 !important;
-  border-color: #440 !important;
-  color: #ddd !important;
-}
-/* === Green panel === */
-/* labels */
-#forkqueue .legend .clean, #revisions ul li.current, .excerpt, .selectable_day.today, .plan.business, .popout,
-#statusbar, .clean td, #download_button, .status-box.good a, button.classy.primary,
-.progress-bar .progress, .new-issues, .new-pulls, .mergeable-clean .merge-status-icon, .settings-email .default,
-.repo-owner-comment .comment-header-tag, .mergeable-clean .bubble {
-  background: #305530 !important;
-  border-color: #060 !important;
-}
-/* Green border */
-.mergeable-clean .bubble .mergeable {
-  border-color: #6cc644 !important;
-}
-.mergeable-clean .bubble:after {
-  border-right-color: #305530 !important;
-}
-/* Green text */
-.insertions, .open.mini-icon, .open.mega-octicon, .open.mega-octicon:before, .open.octicon, .octicon-check, .cadd,
-.gi .diff-line-num {
-  color: #6cc644 !important;
-}
-/* interactive button - bright border */
-a.new-repo, .state-open, .state-proposed, .big-notice, .branch-status, .button.primary, .state-indicator.open,
-.state-indicator.proposed, .status-success:not(.octicon-check), .state-indicator.reopened, .octofication .message,
-#message.good, .release-downloads a.primary {
-  background: #305530 !important;
-  border-color: #080 !important;
-  color: #ddd !important;
-}
-/* New additions */
-.repo-owner-tag .tag, .gist-owner-tag .tag {
-  background: #070 !important;
-  color: #ddd !important;
-}
-/* Green hovered */
-#download_button:hover, .noproblems .pageheader_wrap, a.new-repo:hover, button.classy.primary:hover,
-.release-downloads a.primary:hover, .button.primary:not(:disabled):hover {
-  background: #373 !important;
-}
-/* === silver panel/button === */
-.kbd, .signup-button:hover, .hero .textographic, .hero .screenographic, .dashboard-notice,
-#readme span.name, .markdown-format .alert, .commit-group-heading {
-  background: -webkit-linear-gradient(bottom, #444, #333) !important;
-  border-color: #555 !important;
-}
-/* Red */
-.dangerzone-module h4, .minibutton .octicon-mute {
-  color: #a00 !important;
-}
-/* === orange notification === */
-#user-links .unread_count, .minorproblem .pageheader_wrap, .flash-warn {
-  background: rgba(203, 108, 0, 0.8) !important;
-}
-/* Dark blue merge status icon, seen in merged issues with an existing branch */
-.merge-status-icon, .merged-pulls, .state-indicator.merged {
-  background: #246 !important;
-}
-/* ajax loading */
-.pjax-loading {
-  background: rgba(64, 64, 64, 0.8) !important;
-}
-/* === Repository Network Tree === */
-#network .repo img[alt="T"], #network .repo img[alt="I"], #network .repo img[alt="L"] {
-  width: 26px !important;
-  height: 0 !important;
-  padding-top: 22px !important;
-}
-#network .repo img[alt="T"] {
-  background: url(http://StylishThemes.github.io/Github-Dark/images/t.png) no-repeat !important;
-}
-#network .repo img[alt="I"] {
-  background: url(http://StylishThemes.github.io/Github-Dark/images/i.png) no-repeat !important;
-}
-#network .repo img[alt="L"] {
-  background: url(http://StylishThemes.github.io/Github-Dark/images/l.png) no-repeat !important;
-}
-/* === Images === */
-/* broadcast icon */
-.octofication .message {
-  background-image: url(https://a248.e.akamai.net/assets.github.com/images/modules/dashboard/octofication.png) !important;
-  background-repeat: no-repeat !important;
-  background-position: 0 50% !important;
-}
-.mini-icon-windows:before {
-  background-position: -18px 0 !important;
-}
-/* Repo canvas */
-.participation-graph {
-  z-index: 0 !important;
-}
-ul.repolist h3, ul.repolist .description, ul.repolist .updated-at, ul.repolist .fork-flag {
-  position: relative !important;
-  z-index: 1 !important;
-}
-.participation-graph canvas {
-  background: #222 !important;
-  opacity: 0.1 !important;
-}
-#ng canvas {
-  background: #fff !important;
-  opacity: .75 !important;
-}
-.closed-banner {
-  background-image: url(http://StylishThemes.github.io/Github-Dark/images/closed_pattern.gif) !important;
-}
-.search .minibutton span {
-  background-position: center -95px !important;
-}
-.js-comment-field {
-  border: 1px solid #555 !important;
-  border-bottom: none !important;
-}
-.drag-and-drop {
-  background: #282828 !important;
-  border-color: #555 !important;
-  border-top: 1px dashed #444 !important;
-}
-.boxed-group-inner {
-  background: #282828 !important;
-  border-color: #555 !important;
-}
-/* issue labels manager */
-#issues_next .sidebar .labels-editable .label-target .delete a {
-  background-image: url(http://StylishThemes.github.io/Github-Dark/images/delete.png) !important;
-}
-/* history expand buttons */
-.commit .minibutton.expander-minibutton span {
-  background-position: 50% -45px !important;
-}
-.commit.open .minibutton.expander-minibutton span {
-  background-position: 50% -145px !important;
-}
-/* pull request avatar bubble */
-.avatar-bubble:before, .discussion-bubble-content:before {
-  border-color: transparent #333 transparent transparent !important;
-}
-.mini-avatar-bubble {
-  background-image: url(http://StylishThemes.github.io/Github-Dark/images/bubble-arrow-up.png) !important;
-}
-/* pull request avatar bubble */
-#issues_search .comment {
-  background: url(http://StylishThemes.github.io/Github-Dark/images/bubble-arrow.png) 2px 21px no-repeat !important;
-}
-
-/* octocat loading spinner */
-.commandbar .loading .description, .context-loader, .pagination.ajax_paginate.loading a,
-.more-repos-link.is-loading {
-  background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-16-dark.gif) !important;
-}
-.mergeable .spinner, .pull-heading.loading span.flag, .addon.loading .indicator {
-  background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-32-dark.gif) !important;
-}
-@media screen and (min-resolution: 2dppx), screen and (-webkit-min-device-pixel-ratio: 2) {
-  .context-loader, .pagination.ajax_paginate.loading a {
-    background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-32-dark.gif) !important;
-  }
-  .more-repos-link.is-loading{
-    background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-32-dark.gif) !important;
-  }
-  .mergeable .spinner{
-    background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-64-dark.gif) !important;
-  }
-}
-.slow-loading-overlay, #graphs .loader {
-  background-image:url(http://StylishThemes.github.io/Github-Dark/images/octocat-spinner-64-dark.gif) !important;
-  background-position: center 50px !important;
-  background-repeat: no-repeat !important;
-}
-/* hide original loader */
-#graphs .loader img {
-  display: none !important;
-}
-
-/* no border */
-.multiple-avatars, .multiple-avatars:before, table.files, table.files tr, .simple-conversation-list>li:first-child,
-.gobutton.with-comments .sha, .commit-group-item, .blob-line-nums, .commit,
-.setup-form-container .fieldgroup .fields {
-  border: 0 !important;
-}
-.dashboard-tabs a {
-  border-left: 0 !important;
-  border-right: 0 !important;
-}
-/* commit List focus */
-.js-details-container.navigation-focus, .js-details-container.navigation-focus:nth-child(2n) {
-  background: #333 !important;
-}
-.js-details-container.navigation-focus .gobutton {
-  background: -webkit-linear-gradient(#444, #222) !important;
-}
-/* no top border radius */
-table.files {
-  border-top-left-radius: 0 !important;
-  border-top-right-radius: 0 !important;
-}
-/* file browser - add border */
-.files-bubble {
-  background: transparent !important;
-  padding: 0 !important;
-  border: 1px solid #555 !important;
-}
-/* commit header - add border */
-.full-commit, .repository-content > .commit, .capped-card, .inline-comment {
-  border: 1px solid #555 !important;
-}
-.pull-info, .branch-link {
-  border: 1px solid #444 !important;
-}
-/* prefs menu - add border */
-.menu, .uploaded-files {
-  background: #282828 !important;
-  border: 1px solid #555 !important;
-}
-/* gist header vertical lines */
-.header .divider-vertical {
-  border-right: 0 !important;
-}
-.pull-head, .commit-tease .commit-meta, .capped-box, .select-menu-text-filter:first-child:last-child {
-  border-bottom: #555 1px solid !important;
-}
-.dropdown-menu:after {
-  border-bottom: #333 8px solid !important;
-}
-/* orange rss icon */
-.blog-aside .octicon-rss, .dashboard-feed-icon.octicon-rss {
-  color: #f93 !important;
-}
-.featured-label {
-  background: #F5B987 !important;
-  border: none !important;
-  padding: 6px !important;
-  color: #D26911 !important;
-}
-.featured-label .octicon {
-  color: #D26911 !important;
-}
-/* secret gists */
-.gist-item.vis-secret .bubble {
-  background-color: #a1882b !important;
-}
-.gist-item.vis-secret .file-box {
-  border: 1px solid #a1882b !important;
-}
-.gist-item.vis-secret .line-numbers {
-  background-color: #a1882b !important;
-  border-color: #a1882b !important;
-}
-.gist-item.vis-secret .line-numbers span, .secret .mega-octicon:before, .secret .repo-label span {
-  color:#a1882b !important;
-}
-/* diff highlighting (no syntax highlight) */
-/* main diff text color */
-.diff-line-pre {
-  color: #ccc !important;
-}
-.highlight .gc td {
-  border-top: 1px solid #333 !important;
-  border-bottom: 1px solid #333 !important;
-}
-.js-release-form .drag-and-drop {
-  border-top: none !important;
-}
-/* light grey - breaks in diff (with line numbers) */
-.highlight .gc td, .highlight .gc pre, .highlight .gu {
-  background: #222 !important;
-  color: #888 !important;
-}
-/* git diff line additions (dark green) */
-.highlight .gi, .highlight .gi pre, .gi .diff-line-code, .gi .diff-line-code pre {
-  background: #030 !important;
-  border-color: #080 !important;
-}
-/* git diff line deletions (dark red) */
-.highlight .gd, .gd .diff-line-code, .gd .diff-line-code pre {
-  background: #400 !important;
-  border-color: #800 !important;
-}
-/* git diff inline additions (green) */
-.highlight .gi .x {
-  background: #252 !important;
-  color: #eee !important;
-}
-/* git diff inline deletions (red) */
-.highlight .gd .x {
-  background: #622 !important;
-  color: #eee !important;
-}
-/* git diff line numbers (med green) */
-.gi .diff-line-num {
-  background: #020 !important;
-  border-color: #040 !important;
-}
-/* git diff line deletions (med red) */
-.gd .diff-line-num {
-  background: #300 !important;
-  border-color: #500 !important;
-}
-/* custom language colors */
-.language-color[style$="#9DC3FF;"] {background-color: #ae8e00 !important}
-.language-color[style$="#6a40fd;"] {background-color: #00d7ae !important}
-.language-color[style$="#e3491a;"] {background-color: #bb8091 !important}
-.language-color[style$="#02f88c;"] {background-color: #ff6522 !important}
-.language-color[style$="#ca2afe;"] {background-color: #00a8bb !important}
-.language-color[style$="#bd79d1;"] {background-color: #d1d1d1 !important}
-.language-color[style$="#a67219;"] {background-color: #92bc82 !important}
-.language-color[style$="#6594b9;"] {background-color: #d1db00 !important}
-.language-color[style$="#36699B;"] {background-color: #d17d00 !important}
-.language-color[style$="#d4bec1;"] {background-color: #ffacd3 !important}
-.language-color[style$="#555555;"] {background-color: #ffbe74 !important}
-.language-color[style$="#5a25a2;"] {background-color: #c957ff !important}
-.language-color[style$="#f34b7d;"] {background-color: #ff0095 !important}
-.language-color[style$="#1f085e;"] {background-color: #7493bc !important}
-.language-color[style$="#3a81ad;"] {background-color: #ff8b78 !important}
-.language-color[style$="#db5855;"] {background-color: #00bdff !important}
-.language-color[style$="#244776;"] {background-color: #00b7e7 !important}
-.language-color[style$="#ed2cd6;"] {background-color: #869a00 !important}
-.language-color[style$="#3fb68b;"] {background-color: #a0bb50 !important}
-.language-color[style$="#fcd46d;"] {background-color: #ff00eb !important}
-.language-color[style$="#075ff1;"] {background-color: #ea9e84 !important}
-.language-color[style$="#98BAD6;"] {background-color: #ff6bb3 !important}
-.language-color[style$="#3ebc27;"] {background-color: #ff8da7 !important}
-.language-color[style$="#8a1267;"] {background-color: #00a4ff !important}
-.language-color[style$="#946d57;"] {background-color: #f48ddf !important}
-.language-color[style$="#6e4a7e;"] {background-color: #729c63 !important}
-.language-color[style$="#c065db;"] {background-color: #f29d55 !important}
-.language-color[style$="#0faf8d;"] {background-color: #e450ea !important}
-.language-color[style$="#b845fc;"] {background-color: #f64abe !important}
-.language-color[style$="#4d41b1;"] {background-color: #00b38e !important}
-.language-color[style$="#636746;"] {background-color: #c1af83 !important}
-.language-color[style$="#7b9db4;"] {background-color: #56a400 !important}
-.language-color[style$="#dbded5;"] {background-color: #ff4593 !important}
-.language-color[style$="#341708;"] {background-color: #a08f65 !important}
-.language-color[style$="#e4cc98;"] {background-color: #ffaaa5 !important}
-.language-color[style$="#a89b4d;"] {background-color: #9576ff !important}
-.language-color[style$="#82937f;"] {background-color: #cd7e37 !important}
-.language-color[style$="#e69f56;"] {background-color: #ff0041 !important}
-.language-color[style$="#29b544;"] {background-color: #f79c0d !important}
-.language-color[style$="#346d51;"] {background-color: #ff4169 !important}
-.language-color[style$="#a9188d;"] {background-color: #809b31 !important}
-.language-color[style$="#078193;"] {background-color: #00e0ff !important}
-.language-color[style$="#b07219;"] {background-color: #ee663a !important}
-.language-color[style$="#f15501;"] {background-color: #a0e700 !important}
-.language-color[style$="#a270ba;"] {background-color: #ff006b !important}
-.language-color[style$="#f5c800;"] {background-color: #3fbfdd !important}
-.language-color[style$="#004200;"] {background-color: #00d400 !important}
-.language-color[style$="#2584c3;"] {background-color: #c9a2de !important}
-.language-color[style$="#499886;"] {background-color: #008fff !important}
-.language-color[style$="#fa1fa1;"] {background-color: #b995ff !important}
-.language-color[style$="#bb92ac;"] {background-color: #ff97ff !important}
-.language-color[style$="#ce279c;"] {background-color: #00f824 !important}
-.language-color[style$="#c7a938;"] {background-color: #ccae53 !important}
-.language-color[style$="#0d3c6e;"] {background-color: #dd91ff !important}
-.language-color[style$="#ff2b2b;"] {background-color: #9d60ff !important}
-.language-color[style$="#37775b;"] {background-color: #ffa876 !important}
-.language-color[style$="#c9df40;"] {background-color: #00d400 !important}
-.language-color[style$="#3be133;"] {background-color: #00b5bb !important}
-.language-color[style$="#438eff;"] {background-color: #ff8a44 !important}
-.language-color[style$="#ff0c5a;"] {background-color: #d428ff !important}
-.language-color[style$="#cabbff;"] {background-color: #447cff !important}
-.language-color[style$="#5a63a3;"] {background-color: #d2ad00 !important}
-.language-color[style$="#6e03c1;"] {background-color: #95b3de !important}
-.language-color[style$="#f3ca0a;"] {background-color: #dda0b1 !important}
-.language-color[style$="#b0ce4e;"] {background-color: #7a9bff !important}
-.language-color[style$="#0298c3;"] {background-color: #00b261 !important}
-.language-color[style$="#066ab2;"] {background-color: #71a9ff !important}
-.language-color[style$="#d80074;"] {background-color: #ff6fe0 !important}
-.language-color[style$="#2779ab;"] {background-color: #ff6887 !important}
-.language-color[style$="#74283c;"] {background-color: #ffbfa4 !important}
-.language-color[style$="#cc5555;"] {background-color: #ff8618 !important}
-.language-color[style$="#91de79;"] {background-color: #f16600 !important}
-.language-color[style$="#3581ba;"] {background-color: #d16dbe !important}
-.language-color[style$="#44a51c;"] {background-color: #00b22b !important}
-.language-color[style$="#198ce7;"] {background-color: #00d54c !important}
-.language-color[style$="#ae17ff;"] {background-color: #ff3e00 !important}
-.language-color[style$="#ff9c2e;"] {background-color: #a9ba00 !important}
-.language-color[style$="#358a5b;"] {background-color: #ccc6ff !important}
-.language-color[style$="#cc0088;"] {background-color: #ed7aff !important}
-.language-color[style$="#701516;"] {background-color: #ff665a !important}
-.language-color[style$="#dea584;"] {background-color: #919191 !important}
-.language-color[style$="#7dd3b0;"] {background-color: #ff8757 !important}
-.language-color[style$="#1e4aec;"] {background-color: #a883bd !important}
-.language-color[style$="#0579aa;"] {background-color: #fbce00 !important}
-.language-color[style$="#5861ce;"] {background-color: #df6a92 !important}
-.language-color[style$="#007eff;"] {background-color: #ffb2ff !important}
-.language-color[style$="#596706;"] {background-color: #ff00bf !important}
-.language-color[style$="#dc566d;"] {background-color: #589d90 !important}
-.language-color[style$="#46390b;"] {background-color: #00b1ff !important}
-.language-color[style$="#e4cc98;"] {background-color: #68c64f !important}
-.language-color[style$="#45f715;"] {background-color: #b0b0b0 !important}
-.language-color[style$="#31859c;"] {background-color: #e96867 !important}
-.language-color[style$="#755223;"] {background-color: #c67f66 !important}
-.language-color[style$="#a54c4d;"] {background-color: #ba71ea !important}
-.language-color[style$="#543978;"] {background-color: #8886e9 !important}
-.language-color[style$="#ee7d06;"] {background-color: #a98e34 !important}
-.language-color[style$="#848bf3;"] {background-color: #ff0003 !important}
-.language-color[style$="#199c4b;"] {background-color: #a7bbff !important}
-.language-color[style$="#945db7;"] {background-color: #78bdb0 !important}
-.language-color[style$="#0098db;"] {background-color: #aaa5ff !important}
-.language-color[style$="#2700e2;"] {background-color: #87d6ff !important}
-.language-color[style$="#db5855;"] {background-color: #75c500 !important}
-.language-color[style$="#ffce3b;"] {background-color: #ffbd3a !important}
-.language-color[style$="#b0b77e;"] {background-color: #00d8dc !important}
-.language-color[style$="#7582D1;"] {background-color: #70e9a0 !important}
-.language-color[style$="#3a4040;"] {background-color: #44a42f !important}
-
-/* OS X font rendering tweak, only active on sub-retina pixel ratios, might affect
- * Chrome on other OSs too, see https://github.com/StylishThemes/Github-Dark/issues/86
- */
-@media screen and (max-resolution: 1.99dppx) {
-  html {
-    -moz-osx-font-smoothing: grayscale !important;
-    -webkit-font-smoothing: antialiased !important;
-  }
-}
-
-/*
-/*[[pygments-theme]]*/
-/* Github-Dark syntax highlighting */
-.highlight, .highlight pre:not(.diff-line-pre),
-.highlight table { background-color:#111 !important; color:#d0d0d0 !important; }
-.highlight .hll { background-color:#404040 !important; }
-.highlight .err { color:#a61717 !important; background-color:#311 !important; }
-.highlight .o { color:#777 !important; }
-.highlight .p { color:#E9B96E !important; }
-.highlight .cs { color:#e50808 !important; background-color:#520000 !important; }
-.highlight .gi { color:#589819 !important; }
-.highlight .gp { color:#aaa !important; }
-.highlight .nf { color:#098 !important; }
-.highlight .w { color:#666 !important; }
-.highlight .c, .highlight .cm, .highlight .c1 { color:#3677a9 !important; }
-.highlight .g, .highlight .l, .highlight .x, .highlight .ge, .highlight .gs, .highlight .ld, .highlight .ni,
-.highlight .nl, .highlight .nx, .highlight .py { color:#d0d0d0 !important; }
-.highlight .k, .highlight .n, .highlight .go { color:#ccc !important; }
-.highlight .cp, .highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se,
-.highlight .sh, .highlight .si, .highlight .s1, .highlight .ss { color:#D2691E !important; }
-.highlight .gd, .highlight .gr, .highlight .gt { color:#d22323 !important; }
-.highlight .gh, .highlight .gu { color:#fff !important; }
-.highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kt, .highlight .nt,
-.highlight .ow { color:#6ab825 !important; }
-.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo, .highlight .sr,
-.highlight .il { color:#cd2828 !important; }
-.highlight .na, .highlight .ne { color:#bbb !important; }
-.highlight .nb, .highlight .bp { color:#24909d !important; }
-.highlight .nc, .highlight .nn { color:#447fcf !important; }
-.highlight .no, .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi { color:#4ca !important; }
-.highlight .nd, .highlight .sx { color:orange !important; }
-
-/* Wombat VIM theme */
-.highlight, .highlight pre:not(.diff-line-pre), .highlight table { background: #242424 !important; color: #f6f3e8 !important; }
-.highlight .hll { background-color: #ffffcc !important; }
-.highlight .c { color: #99968b !important; font-style: italic !important; } /* Comment */
-.highlight .err { color: #f6f3e8 !important; } /* Error */
-.highlight .g { color: #f6f3e8 !important; } /* Generic */
-.highlight .k { color: #8ac6f2 !important; } /* Keyword */
-.highlight .l { color: #f6f3e8 !important; } /* Literal */
-.highlight .n { color: #f6f3e8 !important; } /* Name */
-.highlight .o { color: #f6f3e8 !important; } /* Operator */
-.highlight .x { color: #f6f3e8 !important; } /* Other */
-.highlight .p { color: #f6f3e8 !important; } /* Punctuation */
-.highlight .cm { color: #99968b !important; font-style: italic !important; } /* Comment.Multiline */
-.highlight .cp { color: #e5786d !important; } /* Comment.Preproc */
-.highlight .c1 { color: #99968b !important; font-style: italic !important; } /* Comment.Single */
-.highlight .cs { color: #99968b !important; font-style: italic !important; } /* Comment.Special */
-.highlight .gd { color: #f6f3e8 !important; } /* Generic.Deleted */
-.highlight .ge { color: #f6f3e8 !important; } /* Generic.Emph */
-.highlight .gr { color: #f6f3e8 !important; } /* Generic.Error */
-.highlight .gh { color: #f6f3e8 !important; font-weight: bold !important; } /* Generic.Heading */
-.highlight .gi { color: #f6f3e8 !important; } /* Generic.Inserted */
-.highlight .go { color: #808080 !important; background-color: #303030 !important; } /* Generic.Output */
-.highlight .gp { color: #f6f3e8 !important; } /* Generic.Prompt */
-.highlight .gs { color: #f6f3e8 !important; } /* Generic.Strong */
-.highlight .gu { color: #f6f3e8 !important; font-weight: bold !important; } /* Generic.Subheading */
-.highlight .gt { color: #f6f3e8 !important; } /* Generic.Traceback */
-.highlight .kc { color: #8ac6f2 !important; } /* Keyword.Constant */
-.highlight .kd { color: #8ac6f2 !important; } /* Keyword.Declaration */
-.highlight .kn { color: #8ac6f2 !important; } /* Keyword.Namespace */
-.highlight .kp { color: #8ac6f2 !important; } /* Keyword.Pseudo */
-.highlight .kr { color: #8ac6f2 !important; } /* Keyword.Reserved */
-.highlight .kt { color: #cae682 !important; } /* Keyword.Type */
-.highlight .ld { color: #f6f3e8 !important; } /* Literal.Date */
-.highlight .m { color: #e5786d !important; } /* Literal.Number */
-.highlight .s { color: #95e454 !important; font-style: italic !important; } /* Literal.String */
-.highlight .na { color: #cae682 !important; } /* Name.Attribute */
-.highlight .nb { color: #f6f3e8 !important; } /* Name.Builtin */
-.highlight .nc { color: #f6f3e8 !important; } /* Name.Class */
-.highlight .no { color: #e5786d !important; } /* Name.Constant */
-.highlight .nd { color: #f6f3e8 !important; } /* Name.Decorator */
-.highlight .ni { color: #e7f6da !important; } /* Name.Entity */
-.highlight .ne { color: #f6f3e8 !important; } /* Name.Exception */
-.highlight .nf { color: #cae682 !important; } /* Name.Function */
-.highlight .nl { color: #f6f3e8 !important; } /* Name.Label */
-.highlight .nn { color: #f6f3e8 !important; } /* Name.Namespace */
-.highlight .nx { color: #f6f3e8 !important; } /* Name.Other */
-.highlight .py { color: #f6f3e8 !important; } /* Name.Property */
-.highlight .nt { color: #8ac6f2 !important; } /* Name.Tag */
-.highlight .nv { color: #cae682 !important; } /* Name.Variable */
-.highlight .ow { color: #f6f3e8 !important; } /* Operator.Word */
-.highlight .w { color: #f6f3e8 !important; } /* Text.Whitespace */
-.highlight .mf { color: #e5786d !important; } /* Literal.Number.Float */
-.highlight .mh { color: #e5786d !important; } /* Literal.Number.Hex */
-.highlight .mi { color: #e5786d !important; } /* Literal.Number.Integer */
-.highlight .mo { color: #e5786d !important; } /* Literal.Number.Oct */
-.highlight .sb { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Backtick */
-.highlight .sc { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Char */
-.highlight .sd { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Doc */
-.highlight .s2 { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Double */
-.highlight .se { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Escape */
-.highlight .sh { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Heredoc */
-.highlight .si { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Interpol */
-.highlight .sx { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Other */
-.highlight .sr { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Regex */
-.highlight .s1 { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Single */
-.highlight .ss { color: #95e454 !important; font-style: italic !important; } /* Literal.String.Symbol */
-.highlight .bp { color: #f6f3e8 !important; } /* Name.Builtin.Pseudo */
-.highlight .vc { color: #cae682 !important; } /* Name.Variable.Class */
-.highlight .vg { color: #cae682 !important; } /* Name.Variable.Global */
-.highlight .vi { color: #cae682 !important; } /* Name.Variable.Instance */
-.highlight .il { color: #e5786d !important; } /* Literal.Number.Integer.Long */
+  /* AGENT_SHEET */
+  body {
+    background-color: #222 !important;
+    background-image: /*[[bg-choice]]*/ url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAACVBMVEUaGhohISElJSUh9lebAAAB20lEQVRIx4XWuZXDMAwE0C0SAQtggIIYoAAEU+aKOHhYojTrYP2+QfOW/5QIJOih/q8HwF/pb3EX+UPIveYcQGgEHiu9hI+ihEc5Jz5KBIlRRRaJ1JtoSAl5Hw96hLB1/up1tnIXOck5jZQy+3iU2hAOKSH1JvwxHsp+5TLF5MOl1/MQXsVs1miXc+KDbYydyMeUgpPQreZ7fWidbNhkXNJSeAhc6qHmHD8AYovunYyEACWEbyIhNeB9fRrH3hFi0bGPLuEW7xCNaohw1vAlS805nfsrTspclB/hVdoqusg53eH7FWot+wjYpOViX8KbFFKTwlnzvj65P9H/vD0/hibYBGhPwlPO8TmxRsaxsNnrUmUXpNhirlJMPr6Hqq9k5Xn/8iYQHYIuQsWFC6Z87IOxLxHphSY4SpuiU87xJnJr5axfeRd+lnMExXpEWPpuZ1v7qZdNBOjiHzDREHX5fs5Zz9p6X0vVKbKKchlSl5rv+3p//FJ/PYvoKryI8vs+2G9lzRmnEKkh+BU8yDk515jDj/HAswu7CCz6U/Mxb/PnC9N41ndpU4hUU7JGk/C9PmP/M2xZYdvBW2PObyf1IUiIzoHmHW9yTncliYs9A9tVNppdShfgQaTLMf+j3X723tLeHgAAAABJRU5ErkJggg==") !important;
+    background-clip: border-box !important;
+    background-origin: padding-box !important;
+    background-attachment: /*[[bg-attachment]]*/ fixed !important;
+    /*[[bg-options]]*/
+  }
+  /* custom code font */
+  pre, code, tt, kbd:not(.badmono), pre, samp, .blob-code, .file-data pre,
+  .line-data, #gist-form .file .input textarea, .ace_editor.ace-github-light,
+  .ace_editor {
+    font-family: "/*[[font-choice]]*/",
+                     Monaco,
+                     Consolas,
+                     "Liberation Mono",
+                     Menlo,
+                     Courier,
+                     monospace !important;
+  }
+  /* Base link/panel colors - text */
+  a:not([href*="/labels/"]), a strong, .profilecols ul.stats li a:hover strong,
+  .plans-row .plan, .filters li.selected, .vcard-stat, .zeroclipboard-button,
+  .creator a, button#logout:hover, #user-links > li > a:hover,
+  #user-links .sign-out-button:hover, .numbers-summary a:hover,
+  .numbers-summary a:hover span, .tag-info a:hover, .tag-info a:hover span,
+  #forkqueue .instructions, .addon h4, .header-nav-link:hover,
+  .header-nav-link:focus, .api-status a:hover, #footer a, #userbox a:hover,
+  .header-logo-wordmark:hover span, #userbox a:hover .mini-icon,
+  .gist-item ul.meta>li>a:hover, #userbox a:hover, .sidebar-module h3 a:hover,
+  #userbox a:hover .mini-icon, a.browse-button:hover, a.browse-button:hover span,
+  .team-mention, a.octotree_opts:hover,
+  .header .header-logo-invertocat:hover span, .comment-header-actions li:hover,
+  .octofication .mega-octicon:before, .octofication-more strong,
+  .org-repo-stats a:hover, .muted-link:hover, a.muted-link:hover,
+  .org-repo-stats a:hover .octicon:before, .org-module-link:hover,
+  .org-module-link:hover .org-stats, .blog .title a,
+  .org-module-link:hover .octicon, .org-header-info .name-link:hover,
+  .social-count:hover, .new-file-link span, .org-repo-name a:hover .repo-prefix,
+  .timeline-commits .commit-meta .octicon-comment-discussion:before,
+  .numbers-summary a:hover .octicon:before,
+  .steps li.current .mega-octicon:before,
+  .oauth-permissions-details .permission-title, .permission-help .octicon:before,
+  .btn-link, .owner-name, .timeline-comment-action:hover,
+  .discussion-sidebar-toggle:hover, .discussion-sidebar-toggle:hover .octicon,
+  .sidebar-assignee .assignee:hover, .timeline-commits .commit-message a:hover,
+  .timeline-commits .commit-id:hover, #markdown-toc li a:hover,
+  .sidebar-module ul ul li a:hover, .btn.btn-outline,
+  .org-teams-list .team:hover .team-name, .gh-header-back:hover span:before,
+  a.lock-toggle-link:hover, .org-header .edit-org:hover .octicon,
+  .diagram-icon-small:not(.active) .mega-octicon:before,
+  .diagram-icon:not(.active) .mega-octicon:before,
+  .panel-nav:not(.disabled) .mega-octicon:before,
+  .team-info-card .stats-group .stat:hover,
+  .team-info-card .stats-group .stat:hover .stat-number, .octicon-btn:hover,
+  a.discussion-item-entity:hover, span.discussion-item-entity:hover,
+  .issues-listing .table-list-issues .issue-comments-link:hover,
+  .issues-listing .table-list-issues .issue-title-link:hover,
+  .issues-listing .table-list-issues .issue-meta-section a:hover,
+  .issues-reset-query:hover,
+  .issues-listing .table-list-issues .milestone-link:hover .octicon,
+  .labels-list-action:hover, .commits-list-item .commits-comments-link:hover,
+  .discussion-item-ref-title .title-link:hover, .box-action:hover,
+  .box-action:active, input[type="text"]:focus+.scope-badge,
+  .repo-list-stats .repo-list-stat-item:hover,
+  .octotree_views .octotree_treeview .jstree-anchor, .jstree-icon.tree::before,
+  .octicon-file-directory, .branch-status-details,
+  .notification-actions .btn-link:hover, a.discussion-item-toggle-open:hover,
+  a.discussion-item-toggle-closed:hover,
+  button.discussion-item-toggle-open:hover,
+  button.discussion-item-toggle-closed:hover, .task-list a,
+  .full-commit .btn.btn-outline:hover, .zeroclipboard-link,
+  .stats-group-stat:hover, .stats-group-stat:hover .stat-number,
+  .tag-references > li a:hover, .two-factor-toggle .two-factor-status button,
+  .homepage .mega-octicon:before,
+  .tree-browser tr.navigation-focus .octicon-chevron-right,
+  #header ul.top-nav > li > a:hover, #header ul.top-nav > li > button:hover,
+  .new-file-form, .date_selector td, .pagination a, .pagination span,
+  .pagination em, .timeline-comment-actions .octicon:hover, a.org-link:hover,
+  a.commit-link, a.commit-link tt, .team-grid .team-name:focus,
+  .team-grid .team-name:hover, a.tabnav-extra:hover,
+  .tabnav .tabnav-extras:hover,
+  .application-authorizations .oauth-app-owner:hover, .expand-more,
+  .participation a:hover, .commit .commit-title .issue-link,
+  .gist-snippet-meta .gist-count-links>li>a:hover,
+  .orgs-help-item-octicon .mega-octicon,
+  .release-timeline-tags .expander-text:hover, .muted-link:hover strong,
+  .ajax-pagination-btn, .markdown-body a[href*="/labels/"],
+  .select-menu-action:hover {
+    color: /*[[base-color]]*/ #4183C4 !important;
+  }
+  /* Base color panel */
+  .btn:active, option:hover, .listings-layout .nav li a:hover, .state-merged,
+  #fork-select .target:not(.disabled):hover, .flash-notice,
+  table.upgrades tr:hover td, .email-format .email-hidden-toggle:hover a,
+  .dashboard-tabs a:hover, .dropdown-menu > li > a:hover,
+  .documentation-results a:hover, input[type=submit]:hover,
+  .hidden-text-expander a:hover, .dropdown-item:hover,
+  .dropdown-item.zeroclipboard-is-hover, .select-menu-item.navigation-focus,
+  .subnav-item.selected, .subnav-item.selected:hover,
+  .subnav-item.selected:focus, .example-nav li a.selected,
+  .typeahead-result.navigation-focus, .typeahead-result:hover, .add-line-comment,
+  .issues-reset-query:hover .octicon-x, .segmented-nav li.active,
+  .diff-expander:hover, .pagination .current, .owner-select-target:hover,
+  .btn.btn-outline:hover, .filter-item.selected,
+  .release-timeline-tags .expander-text:hover .expander-dots,
+  a.gollum-minibutton:hover, a.gollum-minibutton:visited:hover,
+  .search-result-item.navigation-focus,
+  .gist-quicksearch-result.navigation-focus, .gist-snippet .link-overlay .link {
+    background: /*[[base-color]]*/ #4183C4 !important;
+  }
+  .context-button:after {
+    border-color: /*[[base-color]]*/ #4183C4 transparent transparent !important;
+  }
+  .octofication .message, .panel-nav:not(.disabled):active,
+  .diagram-icon:not(.active), .full-commit .btn.btn-outline:hover,
+  .btn.btn-outline:hover, .btn.btn-outline.zeroclipboard-is-hover,
+  :checked + .radio-label, .gist-snippet .file-box:hover .file {
+    border-color: /*[[base-color]]*/ #4183C4 !important;
+  }
+  .header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret {
+    border-top-color: /*[[base-color]]*/ #4183C4 !important;
+  }
+  .table-list .table-list-item.unread .table-list-cell-checkbox {
+    border-left-color: /*[[base-color]]*/ #4183C4 !important;
+    box-shadow: 2px 0px 0px /*[[base-color]]*/ #4183C4 inset !important;
+  }
+  /* === Notification icon === */
+  .notification-indicator .mail-status {
+    background-color: /*[[base-color]]*/ #4183C4 !important;
+    border-color: #1d1d1d !important;
+  }
+  /* text selection */
+  ::selection {
+    background-color: /*[[base-color]]*/ #4183C4 !important;
+    color: #fff !important;
+  }
+  ::-moz-selection {
+    background-color: /*[[base-color]]*/ #4183C4 !important;
+    color: #fff !important;
+  }
+  .ace_selection {
+    background-color: /*[[base-color]]*/ #4183C4 !important;
+    color: #fff !important;
+  }
+  /* placeholder */
+  ::-webkit-input-placeholder {
+    color: #444 !important;
+  }
+  ::-moz-placeholder {
+    color: #444 !important;
+    opacity: 1 !important;
+  }
+  /* input focus hightlight */
+  input.focus[type="text"], #adv_code_search .focus.search-page-label,
+  .js-chromeless-input-container.focus,
+  input[type="text"]:focus:not(.js-color-editor-input):not(.tree-finder-input):not(.js-site-search-focus),
+  .focused .drag-and-drop, #adv_code_search .search-page-label:focus,
+  input.focus[type="password"], input[type="password"]:focus,
+  input.focus[type="email"], input[type="email"]:focus,
+  input.focus[type="number"], input[type="number"]:focus,
+  input.focus[type="tel"], input[type="tel"]:focus, input.focus[type="url"],
+  input[type="url"]:focus, textarea.focus, textarea:focus, #q:focus ~ button,
+  input.color-editor-input:focus {
+    border-color: /*[[base-color]]*/ #4183C4 !important;
+    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 2px /*[[base-color]]*/ #4183C4 !important;
+  }
+  /* === Inputs === */
+  select, input:not(.js-color-editor-input), textarea {
+    -moz-appearance: none !important;
+    background: #181818 !important;
+    border: 1px solid #343434 !important;
+    color: #eee !important;
+  }
+  /* custom checkbox and radio styles. We need a full set of styles here as
+     WebKit removes all of them when -webkit-appearance: none is set. */
+  input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"],
+  input[type="radio"]:focus, input[type="checkbox"]:hover:active,
+  input[type="radio"]:hover:active, input[type="checkbox"]:disabled,
+  input[type="checkbox"]:hover:disabled,
+  input[type="checkbox"]:hover:active:disabled {
+    -webkit-appearance: none !important;
+    background-color: #181818 !important;
+    border: 1px solid #484848 !important;
+    color: #eee !important;
+    height: 1em !important;
+    width: 1em !important;
+  }
+  input[type=radio] {
+    border-radius: 100% !important;
+  }
+  input[type="checkbox"]:checked {
+    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Im05OC43OTk5ODggMjEzbC0wLjc5OTk4OCA4OWMwIDAgMTAzIDEwMiAxMDQgMTAyYzEgMCAyMDUgLTIwMSAyMDUgLTIwMWMwIDAgMCAtOTAgMCAtOTFjLTAuNzk5OTg4IDAgLTIwNCAyMDMgLTIwNCAyMDNsLTEwNCAtMTAyeiIgZmlsbD0iI2RkZGRkZCIvPjwvZz48L3N2Zz4KCg==") !important;
+    background-size: cover !important;
+  }
+  input[type="checkbox"]:indeterminate {
+    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxyZWN0IGhlaWdodD0iMTI4IiB3aWR0aD0iMzg0IiB5PSIxOTIiIHg9IjY0IiBmaWxsPSIjZGRkZGRkIi8+PC9nPjwvc3ZnPg==") !important;
+    background-size: cover !important;
+  }
+  input[type=radio]:checked {
+    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxjaXJjbGUgY3g9IjI1NiIgY3k9IjI1NiIgcj0iNjQiIGZpbGw9IiNkZGRkZGQiLz48L2c+PC9zdmc+") !important;
+    background-size: cover !important;
+  }
+  .vcard-fullname, .vcard-username {
+    overflow-y: hidden !important;
+  }
+  .scrollable-diagram {
+    overflow-x: hidden !important;
+  }
+  code {
+    overflow: visible !important;
+  }
+  div.search-form.small input {
+    width: auto !important;
+  }
+  pre, .highlight, .diff-table, .tab-size {
+         tab-size: /*[[tab-size]]*/ 2 !important;
+    -moz-tab-size: /*[[tab-size]]*/ 2 !important;
+  }
+  .blog-aside {
+    position: sticky !important;
+    top: 8px !important;
+  }
+  .sunken-menu-item.is-loading .octicon {
+    opacity: 0 !important;
+  }
+  /* HACK: Label colors */
+  a.label[href*="/issues?"][style*=" color: #f"],
+  a.label[href*="/pulls?"][style*=" color: #f"] {
+    color: #e8e8e8 !important;
+  }
+  a.label[href*="/issues?"][style*=" color: #e"],
+  a.label[href*="/pulls?"][style*=" color: #e"] {
+    color: #e8e8e8 !important;
+  }
+  a.label[href*="/issues?"][style*=" color: #d"],
+  a.label[href*="/pulls?"][style*=" color: #d"] {
+    color: #e8e8e8 !important;
+  }
+  a.label[href*="/issues?"][style*=" color: #c"],
+  a.label[href*="/pulls?"][style*=" color: #c"] {
+    color: #e8e8e8 !important;
+  }
+  a.label[href*="/issues?"][style*=" color: #3"],
+  a.label[href*="/pulls?"][style*=" color: #3"] {
+    color: #181818 !important;
+  }
+  a.label[href*="/issues?"][style*=" color: #2"],
+  a.label[href*="/pulls?"][style*=" color: #2"] {
+    color: #181818 !important;
+  }
+  a.label[href*="/issues?"][style*=" color: #1"],
+  a.label[href*="/pulls?"][style*=" color: #1"] {
+    color: #181818 !important;
+  }
+  a.label[href*="/issues?"][style*=" color: #0"],
+  a.label[href*="/pulls?"][style*=" color: #0"] {
+    color: #181818 !important;
+  }
+  .markdown-body pre code, .markdown-body pre tt {
+    padding: .2em 0 !important;
+    border: none !important;
+  }
+  .markdown-body code::before, .markdown-body code::after,
+  .markdown-body tt::before, .markdown-body tt::after {
+    display: none !important;
+  }
+  .markdown-body pre code::before, .markdown-body pre code::after,
+  .markdown-body pre tt::before, .markdown-body pre tt::after {
+    display: none !important;
+  }
+  .markdown-body a:hover * {
+    text-decoration: inherit !important;
+  }
+  .branch-infobar {
+    font-weight: normal !important;
+  }
+  .merge-pr-more-commits {
+    padding: 2px 5px !important;
+  }
+  input.tree-finder-input, input.tree-finder-input:focus,
+  input.js-site-search-focus {
+    background: transparent !important;
+    border: none !important;
+    box-shadow: none !important;
+  }
+  .markdown-body a:not([href]), .markdown-body a code {
+    color: inherit !important;
+    text-decoration: none !important;
+  }
+  .markdown-body strike code, .markdown-body strike tt {
+    text-decoration: line-through !important;
+  }
+  .dropdown-menu, .word-upload-callout {
+    box-shadow: 0 3px 12px rgba(0, 0, 0, .4) !important;
+  }
+  /* === Remove shadow === */
+  h1, h2, h3, h4, pre, pre *, code, tt, li, p, input, a, th, kbd, .news,
+  #footer ul.sosueme li.main, .more-repos, .btn, .metabox em.placeholder,
+  table.notifications, #download_button, .comment-count, em.date, input.search,
+  #user-links, .upper_footer, .switcher > span:after, .upgrades td,
+  .blog-feedback, .description, .nav-bar-tabs, .commit-ref, .pagination span,
+  .mini-icon-advanced-search, .count, .select-menu-title, .sunken-menu a,
+  .select-menu-button:after, #repo-message, .times, .sunken-menu,
+  .sunken-menu-contents, .sunken-menu a .counter, .usage-bar dt,
+  #user-links .name img, #common-issues, .upload-progress, .svg-tip, .meta,
+  .flash, .flash-global, .ace_fold-widget, #files .file .meta .info span,
+  .file-box .meta .info span, body#com #header, .search-filters, .usage-bar dd,
+  .avatar-stack.multiple-avatars .avatar:last-child,
+  .avatar-stack.multiple-avatars:before, .box-action, .file-diff-line,
+  .file-code-lines, #adv_code_search .search-page-input,
+  li.ssh-key .ssh-key-state-indicator.not-recent, #gist-form .gist-name-textbox,
+  .labels .label, .octotree_views .octotree_view .octotree_view_header,
+  .fullscreen-overlay textarea, .avatar-child, .discussion-item .label-color,
+  .coupons .coupon-form-body, .label-private {
+    text-shadow: none !important;
+    box-shadow: none !important;
+  }
+  a, button, p, ul, li, dl.form label, .formbody label, .js-context-button,
+  .footer-text, .octicon-mark-github, .minibutton span, span.name,
+  .diff-line-code, .num, .user-list em, .diff-expander .octicon-unfold:hover,
+  .select-menu-loading-overlay:before, .select-menu-item a, .minibutton,
+  .mini-icon, .mini-icon:before, .list-tip:before, .line-num-content,
+  .diff-expander .octicon-unfold, .minibutton i, .comment-header-author, .header,
+  .gist .gist-file .gist-meta, .logo-placeholder, .branch-group-heading,
+  .render-bar, .auth-form-header .octicon, .render-info .symbol, .article-meta {
+    text-shadow: none !important;
+  }
+  /* === transparent background only === */
+  body > pre, #footer, .textographic a.repo, .stars-browser .filter-bar,
+  .highlight .file-diff-line:hover pre, .gravatar, .topsearch span.search-input,
+  p.meta, .sidebar .milestone, .commit-desc pre, #facebox,
+  .profilecols .filter-bar, .btn-group, div.content-header .search-form,
+  .file-code, .org-header .edit-org:hover,
+  .gist-advanced-options .select-menu-button:after, #wrapper, li.commit,
+  li.public, .gravatar img, .commit-comments-header-sha, pre.headers code,
+  .audit-search-form, .columns.equacols.bordered, .gist-item ul.meta>li>a:hover,
+  .commits li img, a.minibutton code, .milestone, .more-repos,
+  .keyboard-mappings th, .api #header-wrapper .nav, .marketing-nav a.selected,
+  #graph_data .tabs, .org-nav-item.selected, .edit-team-member:hover, tr.commit,
+  .release-timeline .js-details-container,
+  .section-heading-title a.js-selected-navigation-item,
+  .featured-callout .screenshot, .sidebar-module h3 a:hover,
+  .timeline-commits .commit-meta .status, .theme-picker-spinner,
+  .timeline-commits .commit-meta .octicon, .file .meta-divider,
+  .avatar-stack.multiple-avatars:before, #feedHandler,
+  .discussion-sidebar-item .thread-subscription-status,
+  .boxed-group.application-show-group .logo-upload, .diagram-icon-small,
+  .commits-listing .commit-group-title .octicon-git-commit, #readme .highlight,
+  .ace-github, .add-member-team-list.table-list, .theme-picker,
+  .avatar-stack .avatar, .boxed-group, .full-commit .btn.btn-outline,
+  .prose-diff > .markdown-body ins, .header .divider-vertical,
+  .ace-github-base16, .markdown-body pre code, .markdown-body pre tt,
+  #readme .plain pre, .uploaded-files, .merge-pr-more-commits code,
+  .two-factor-toggle .two-factor-status button, .input_area,
+  #notebook .highlight, #notebook .highlight pre, .output_area pre,
+  .gist-snippet-meta .gist-count-links>li>a:hover, .markdown-body img {
+    background: transparent !important;
+  }
+  .render-container.is-render-ready.is-render-requested:not(.is-render-failed) {
+    background: none !important;
+  }
+  /* === Remove background gradient === */
+  #directory .repo, #dashboard .repo, #categories li, .sosueme li.main,
+  #commit .separator, .big-notice, .clean td, .legend .clean,
+  .avatar .overlay.size-48, .listing.closed, .gist .gist-file .gist-data,
+  .gist-syntax, .gist .gist-file .gist-data .line-numbers, .listing .repo,
+  .sunken-menu-separator:before, .sunken-menu:before, .sunken-menu-separator,
+  .sunken-menu:after, .sunken-menu-contents:before, .sunken-menu-contents:after,
+  .render-shell .leaflet-marker-pane img {
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+  /* border-radius */
+  #wrapper, #your-repos-filter, .topsearch ul.nav, .merge-pr-more-commits,
+  .oauth-org-access-details .boxed-group-list > li.on,
+  .gist-snippet .file-box .highlight {
+    border-radius: 3px !important;
+  }
+  body[data-render-url], .render-viewer, .comment-content,
+  .gist .gist-file .gist-meta {
+    border-radius: 0 0 3px 3px !important;
+  }
+  .dashboard-tabs a, .search-filters {
+    border-radius: 0 !important;
+  }
+  .discussion-topic-header {
+    border-radius: 3px 3px 0 0 !important;
+  }
+  /* repo labels, private repo lists */
+  .repo-label span, .private .repo-list-item, .hook-delivery-guid {
+    background: #222 !important;
+    color: #777 !important;
+  }
+  .private .mini-repo-list-item {
+    background: #221 !important;
+  }
+  /* previously orange border bottom */
+  .pagehead ul.tabs li a.selected, .pagehead > ul.tabs li a:hover,
+  .filter-selected, div.listing.navigation-focus, div.issues.navigation-focus,
+  .repo-filter:hover, .dashboard-tabs a.selected, .marketing-nav a.selected,
+  .orgs-nav .org-nav-item.selected, a.pagehead-nav-item.selected {
+    border-radius: 0 !important;
+    border-bottom: #eee 2px solid !important;
+  }
+  .section-nav .active a, .sunken-menu a:focus, .sunken-menu a:hover {
+    border-radius: 0 !important;
+    border-left: #eee 1px solid !important;
+  }
+  .tabs > a.selected {
+    border-color: transparent !important;
+    border-top: 2px #eee solid !important;
+  }
+  .menu-item.selected:before {
+    background-color: #eee !important;
+  }
+  /* ace find highlight */
+  .ace_editor .ace_marker-layer .ace_selected-word {
+    background: transparent !important;
+    border: 1px solid /*[[base-color]]*/ #4183C4 !important;
+  }
+  /* dropdown arrows are css triangles, so we can't just apply color to all
+     four borders */
+  .dropdown-arrow {
+    border-top-color: #eee !important;
+    transition: none !important;
+  }
+  .js-menu-target:hover .dropdown-arrow {
+    border-top-color: /*[[base-color]]*/ #4183C4 !important;
+  }
+  /* GitHub Bug: The focused + in the header has an ugly underline from a:active */
+  .js-menu-target:focus, .js-menu-target:active {
+    text-decoration: none !important;
+  }
+  /* GitHub Bug: Properly center the pull request tabs header counters vertically.
+     Also match the border-radius to match other similar counters on the site  */
+  #conversation_tab_counter, #commits_tab_counter, #files_tab_counter,
+  .reponav-item .counter {
+    vertical-align: middle !important;
+    border-radius: 2px !important;
+  }
+  /* GitHub Bug: Center emoji vertically on the line */
+  .emoji {
+    position: relative !important;
+    top: -1.5px !important;
+  }
+  /* GitHub Bug: Center counters vertically on the line */
+  .boxed-group .counter, .reponav-item .counter {
+    position: relative !important;
+    top: -1px !important;
+  }
+  /* GitHub Bug: Fix image swipe handle misalignment */
+  .swipe .swipe-frame .swipe-bar .top-handle,
+  .swipe .swipe-frame .swipe-bar .bottom-handle {
+    left: -6px !important;
+  }
+  /* GitHub Bug: Fix annoying text selection bug in Firefox */
+  .markdown-body code, .markdown-body tt {
+    padding: 0 .3em !important;
+    display: inline-block !important;
+    max-width: 100% !important;
+  }
+  /* GitHub Bug: Enable wrapping of long code lines */
+  .blob-code-inner, .markdown-body > pre > code,
+  .markdown-body > .highlight > pre {
+    white-space: pre-wrap !important;
+    word-break: break-all !important;
+    display: block !important;
+  }
+  td.blob-code-inner {
+    display: table-cell !important;
+  }
+  /* invisible border */
+  .gisttabs a:not(.selected), .gisttabs a:not(.selected):hover,
+  .timeline-comment-wrapper, .avatar-stack .avatar,
+  .full-commit .commit-desc + .commit-branches, .full-commit .commit-meta,
+  .list-group-item, .breadcrumb, .tabs > a, .header .divider-vertical {
+    border-color: transparent !important;
+  }
+  /* === Darken border === */
+  .wiki-wrapper .wiki-empty-box:hover, .render-shell .slider .slider-track,
+  .render-shell .slider-bar {
+    border-color: #777 !important;
+  }
+  img, #browser table, #browser table th, #issues .menu ul li,
+  .branches .more-branches, .counter, .issues td, ul.main_nav li.selected,
+  .browser_header, .issue-head, .bootcamp-help .image, ul.hook-list,
+  .clone-url-button, .list-tip li, .section-nav a, .search-menu-container,
+  .repo_list li a, .graphs .axis, .switcher > span:after, a.assignee-bit,
+  .menu li, .notifications td, .filter-tab, ul.hook-list li, .repo .border,
+  .box-action, ul.repo-stats li a, .footer_nav h4, .footer-divider,
+  .chromed-list-browser, .js-activate-link, .chromed-list-browser div,
+  .filter-bar, .columns.sidebar, .title, .lbl, #contributors .person, .tabnav,
+  #commit-activity-master, #services, .top-rule, .blog-post, #services .service,
+  ul.stats, .select-menu-filters, .select-menu-item, .select-menu-tabs,
+  .release-list > li, .url-box, .context-body, .code-list-item, .api li:before,
+  .library-list .feature, .lower_footer, .cheatsheet, .pagehead.settings-area,
+  .release-body, .suggester, .pull-state, .pull-number, .merge-pr, .gist-file,
+  #footer .container, #graph-shots li, .sidebar, .release-timeline, .explore h2,
+  #head, .leaderboard-list-item, .release-timeline-tags .main,
+  .search-result-item, .sort-bar, .details, .jobs-list, .content-header,
+  .user-list-item, .markdown-body, ul#categories li h5, .render-view-modes li,
+  .gobutton.with-comments .sha, #gollum-editor-function-bar, .capped-box,
+  .steps li, #common-issues, .steps, #graphs, .previewable-comment-form .comment,
+  .org-module, .org-repo, .table-list, .org-add-footer,
+  .auto-search-group .search-filter, #notification-center li, .branch-status,
+  .comment + .comment, .discussion-bubble-inner, .member-row, .press-info,
+  .timeline-comment, .timeline-comment-header,
+  .timeline-commits .timeline-commits-header, .marketing-section,
+  .featured-callout .screenshot, .page-new-repo .license-container,
+  .sidebar-module, #footer .wrapper, .collapsed, .expanded, .discussion-topic,
+  .bubble-inner, .team-org-group, div.article div.helper div.content,
+  .boxed-group-inner .help, dl.new-email-form, .file .meta-divider,
+  .avatar-stack.multiple-avatars:before, .file-box, .file-actions .btn-group li,
+  .gist .gist-file .gist-data, #contributions-calendar .contrib-details div,
+  .branch-action-body, .setup-form .tos-info,
+  .setup-form .setup-organization-next, .collection-page .other-content,
+  .bubble-wrap, .release-show, .file-wrap, .branches .branch-summary,
+  .branches .no-results-message, .branch-a-b-count .count-half:last-child,
+  .tabnav-tab.selected, .panel-nav, .file, .full-commit .sha-block > a,
+  .theme-selector-thumbnail, .segmented-nav li, .overall-summary,
+  .boxed-group-inner, .search-form button, .branches .branch-group-heading,
+  .boxed-group > h3, .boxed-group .heading, .box-header, .issues-list-actions,
+  p code, code, .wiki-wrapper .wiki-empty-box,
+  #adv_code_search .search-page-label, pre.headers, .inline-comment-form,
+  .history-link, .oauth-permissions-details,
+  .setup-info-module .features-list .list-divider,
+  .setup-wrapper .oauth-permissions, .setup-info-module h2,
+  .swipe .swipe-frame .swipe-shell, ul.search-results,
+  .orgs-help-shelf-content .orgs-help-divider, .repository-lang-stats-graph,
+  .gist-quicksearch-results, .gist-quicksearch-result,
+  .gist-quicksearch-result-group {
+    border-color: #484848 !important;
+  }
+  pre, h1, h2, h3, .header, #footer, table, table tr, table td, table th,
+  blockquote, .pulse-graph, .btn:not(img), .minibutton, .social-count,
+  .discusion-topic-infobar, .box-header, .box-body, .timeline-comment-label,
+  .logo-box, .suggester li, .developer-program-badge, .vcard-details,
+  .vcard-stats, .auth-form-header, .nav-bar-tabs .section-title,
+  .pagination a:last-child, .pagination span:first-child, .boxed-group-list > li,
+  .toolbar-bordered, .new-issue-form, .pagination span:last-child,
+  .dashboard-tabs, .graphs, .graph, .sub-nav, .audit-search-clear,
+  ul.sunken-menu-group a.selected, .repo-list-item, .email-signature-reply,
+  footer, .bubble .bubble-expand, .grid .col, .composer-infobar,
+  .email-quoted-reply, .summary-stats li, .columns.equacols.bordered,
+  .file-diffstat, ul.filter-list, .news .alert, table.files td, .explore-section,
+  .repolist > li, .featured-grid-outer, .gh-header-meta, .theme-picker-thumbs,
+  .team, .billing-section, .sidebar-module ul h3, .headlines li,
+  .discussion-sidebar-item + .discussion-sidebar-item, .markdown-format img,
+  div#common-issues ul li, .about-facts, .starred-repo, .markdown-example,
+  .traffic-graph-stats, .discussion-item + .discussion-item, .bubble,
+  .tree-browser, .simple-box-footer, .team-grid .team-members,
+  .org-list .list-item, .stats-group .stat, .team-info-card .team-stats,
+  .table-of-contents li, .commit-grou,
+  .table-list-bordered .table-list-cell:first-child,
+  .table-list-bordered .table-list-cell:last-child, .table-list-cell,
+  .table-list, .table-list-header, .blankslate, .labels-list-item,
+  .subnav-divider-right, .subnav-bordered, .content table tr th,
+  #search-results li, .subhead, #pages-composer, .render-bar,
+  #gollum-editor-help, #gollum-editor-help-parent, #gollum-editor-help-list,
+  .auth-section, .commit-sha, .comment-body, .mini-repo-list-item,
+  .advanced-search-form fieldset, .contrib-column, .org-header .edit-org,
+  .pulse-summary .summary-box, .pulse-summary .summary-box li:first-child,
+  .list-item + .list-item, .list-item + .list-heading,
+  .list-heading + .list-item, .issue-list-item, .ace_gutter, .collection-card,
+  .setup-header, body.api pre, .stats-group-stat:first-child,
+  .build-statuses-list, #gollum-dialog-dialog-buttons, #gollum-dialog-dialog h4,
+  a.gollum-minibutton, a.gollum-minibutton:visited,
+  .two-factor-toggle .two-factor-status, .two-factor-settings-group,
+  .member-badge, ul.comparison-list > li, .markdown-format ol > li::before,
+  .release-downloads, .release-downloads li, .blob-interaction-bar, .file-header,
+  input.subnav-search-input, .select-menu-header, .search-results,
+  .select-menu-text-filter:first-child:last-child, .select-menu-modal,
+  #gist-form .file .meta, .file .meta, .file-box .meta, .capped-card,
+  .audit-results-header, .pagination a, .pagination span, .pagination em,
+  .input_area, .output_area .rendered_html table, .render-info .message,
+  .dashboard-notice, .radio-label, .subnav .btn + .issues-search,
+  .branch-action-body .branch-action-item + .branch-action-item,
+  .discussion-item-merged.open .discussion-item-details-header,
+  .discussion-item-merged.open .build-statuses-list, .build-status-item,
+  .pagehead-tabs-item.selected, .org-header, .pagehead,
+  .branch-action-item + .mergeability-details, .migration-section,
+  .migrate-org-roles, .migrate-org-roles-header, .migrate-org-roles-item,
+  .migrate-org-roles-count, .migration-footer, .migration-feature-list:before,
+  .migration-org-avatar, .org-migration-settings-section,
+  .word-upload-callout .note, .commit-tease .commit-meta, .reponav-item.selected,
+  .manage-user-info, .manage-repo-access-title, .manage-access-remove-footer,
+  .org-settings-team-item:first-child {
+    border-color: #343434 !important;
+  }
+  .discussion-item-icon, .date:after, .render-shell img, img.asset,
+  ul.color-label-list .color {
+    border-color: #222 !important;
+  }
+  .filter-tab.selected {
+    border: #444 1px solid !important;
+    border-bottom: #333 1px solid !important;
+  }
+  .summary-stats, .sunken-menu-separator, .follow-list .follow-list-item,
+  .facebox-header {
+    border-bottom: #333 1px solid !important;
+  }
+  .more-repos, .simple-conversation-list>li, .site-footer,
+  .blame .section-first td {
+    border-top: #333 1px solid !important;
+  }
+  /* discussion timeline tweaks */
+  .closed-banner {
+    border-top: 2px solid #444 !important;
+    border-bottom-color: transparent !important;
+    height: 2px !important;
+  }
+  .discussion-timeline-actions, .closed-banner {
+    background: transparent !important;
+    border-top: 2px solid #444 !important;
+  }
+  .discussion-timeline:before {
+    margin-top: 2px !important;
+    background: #444 !important;
+    height: calc(100% - 452px) !important;
+  }
+  .listings div.listing {
+    border-left: 2px solid #333 !important;
+    border-right: 2px solid #333 !important;
+  }
+  #org-members .member-listing {
+    border-left: 1px solid #333 !important;
+    border-right: 1px solid #333 !important;
+  }
+  .timeline-comment:after, .commit-form:after, .branch-action-body:after,
+  .timeline-comment-wrapper > .timeline-comment:after,
+  .timeline-new-comment .timeline-comment:after {
+    border-right-color: #1d1d1d !important;
+  }
+  .timeline-comment:before, .branch-action-body:before {
+    border-right-color: #484848 !important;
+  }
+  .issue-head {
+    border-bottom-width: 1px !important;
+  }
+  .sunken-menu.vertical-right .sunken-menu-item.selected {
+    border-left: transparent 1px solid !important;
+  }
+  .context-button:hover:after, .switcher > span:before {
+    border-color: #eee transparent transparent !important;
+  }
+  .dropdown-caret {
+    border-color: #c0c0c0 transparent transparent !important;
+  }
+  /* branch selector button - uses borders to make select button */
+  .select-menu-button::before {
+    border-top-color: #eee !important;
+  }
+  .pagehead-tabs-item.selected, .reponav-item.selected {
+    border-bottom-color: #222 !important;
+    border-top-width: 1px !important;
+  }
+  .word-upload-callout::before, .word-upload-callout::after {
+    border-bottom-color: #343434 !important;
+  }
+  .pagehead-tabs {
+    margin-bottom: -23px !important;
+  }
+  .branches .branch-summary + .branch-summary {
+    border-top-color: #333 !important;
+  }
+  /* code */
+  .linkable-line-number {
+    border-right: #484848 1px solid !important;
+  }
+  .gist .gist-file .gist-data .line-number {
+    line-height: 19px !important;
+  }
+  /* File listings - fix date truncation */
+  table.files td.age .css-truncate {
+    max-width: none !important;
+  }
+  /* ace (gist editor) */
+  .ace_cursor {
+    border-left-color: #ddd !important;
+  }
+  /* === tooltip === */
+  .octotip {
+    background-color: #003 !important;
+    border-color: #006 !important;
+  }
+  /* === #000 === */
+  #network {
+    background: #000 !important;
+  }
+  /* === #181818 === */
+  .commitinfo, .gc .diff-line-code, .gc .diff-line-num, .gc .diff-line-pre,
+  .featured-commit-activity-graph, .featured-repo-logo, .outline-box,
+  .gobutton>.sha .octicon, .markdown-body .csv-data .blob-num, #feedBody,
+  .search-result-header, .accessibility-aid:focus, .file-data, .signup-plans th,
+  .signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td, .commits td,
+  .featured-callout, .sidebar-module ul ul li, .native-download,
+  .setup-info-module, div#common-issues ul, #gist-form .name, .subnav-item,
+  .render-notice, .simple-box,
+  .label-edit.edit-color-label-form .color-editor .color-editor-input,
+  .date_selector td, .new-label, .range-editor .range, .range-editor .flag,
+  .octotree_sidebar, .auth-form-body, div.border-wrap, .profile-header,
+  .btn.btn-outline, .highlight .gc, .uploaded-files.is-populated, .range-editor,
+  #gollum-editor-help-parent li a.selected,
+  #gollum-editor-help-list li a.selected, #gollum-editor-help-parent li a:hover,
+  #gollum-editor-help-list li a:hover, .github-access-banner, .protip-callout,
+  ul.comparison-list, .wiki-custom-sidebar, .invitation-container,
+  .orgs-help-shelf, .orgs-help-item-octicon, .form-control,
+  input[type="text"]:not(.tree-finder-input), input[type="password"],
+  input[type="email"], input[type="number"], input[type="tel"],
+  input[type="url"], textarea, .two-factor-help, .dropdown-menu,
+  .thread-subscription-status, .branch-action-body .merge-message,
+  .branch-action-body .merge-branch-form, .pull-info, .branch-link,
+  .discussion-item-merged.open .discussion-item-details, .word-upload-callout,
+  .commit-tease-contributors, .ajax-pagination-form .ajax-pagination-btn,
+  .access-form-wrapper {
+    background: #181818 !important;
+    border-color: #343434 !important;
+  }
+  #readme .plain, .readme .markdown-body, .readme .plain, .pull-request-composer,
+  .drag-and-drop, .octofication .broadcast-icon-mask, .file .image,
+  .merge-pr-more-commits, .release-timeline-tags .expander-dots,
+  .coupons .coupon-form-body, .manage-repo-access-group {
+    background: #181818 !important;
+    border-color: #484848 !important;
+  }
+  .header, .headers, #readme .markdown-body, .social-count, .file, .box-body,
+  .markdown-body table tr:nth-child(2n), .steps li,
+  .explore-section:nth-child(2n), .markdown-format table, .list-group-item,
+  .chromed-list-browser .none p, .chromed-list-browser .error p,
+  .list-browser-footer, .commandbar .choice:hover, #gollum-editor-help,
+  .search-filter:hover, #wiki-history table tr:nth-child(2n) td,
+  .display tr:hover, .octofication .message, .commandbar .loading:hover,
+  .comment-content, .commandbar .message, .boxed-group-inner,
+  #adv_code_search .search-page-label, .timeline-comment, .sidebar-module,
+  #contributors-master svg.viz, .diff-table .line-comments, .menu, svg.spark,
+  svg.capped-card-content, body.api .content tbody, .markdown-format img,
+  .mini-repo-list, #common-issues, .full-commit .commit-meta,
+  .setup-wrapper .oauth-permissions-details, .milestone-list,
+  .setup-form .setup-plans, .prose-diff > .markdown-body, .revision .gu,
+  .tree-browser td, .tree-browser .alt td, .branches .branch-summary,
+  .branches .no-results-message, .simple-box-footer, .commit-group, .blankslate,
+  .content table tr, #search-results, table.files, .mergeable, .org-module,
+  .org-add-footer, .branch-infobar, table.capped-list tr:nth-child(2n),
+  .team-org-group, #gollum-editor-help-wrapper, .integrations-quality,
+  .showcase-featured .mo-info .featured-grid-outer, .render-shell, .list,
+  .latest-commit .commit-author, .bubble, .tabs > a.selected, .pagination .gap,
+  .pagination .disabled, .pagination .gap:hover, .pagination .disabled:hover,
+  .comment-form-head .tabnav-tab.selected,
+  .oauth-org-access-details .boxed-group-list > li.on, #fullscreen_overlay,
+  .timeline-new-comment .discussion-topic-header, .branch-action-body,
+  .inline-comment-form, .file-history-tease .participation,
+  .gist-quicksearch-result-header, .label-generic, .migrate-org-roles,
+  .commit-tease .commit-meta, .manage-repo-access-icon,
+  .issues-listing .table-list {
+    background: #181818 !important;
+  }
+  .markdown-body table tr, .blob-num-context {
+    background: #141414 !important;
+  }
+  .blame .blob-num, .blame-blob-num, .overall-summary, .repository-lang-stats,
+  .collection-card, .team-grid .team, .blob-num-hunk, .blob-code-hunk,
+  .blob-code-expandable, .code-list .divider .blob-num,
+  .code-list .divider .blob-code, .blob-num-expandable,
+  .expandable-line-num .diff-expander:hover, .select-menu-filters,
+  .select-menu-modal, .pagination a, .blob-num[colspan], .build-status-item,
+  .more-branches {
+    background: #1b1b1b !important;
+  }
+  /* headers */
+  .table-list-header, .timeline-comment-header, .boxed-group > h3,
+  .boxed-group .heading, .file-header, .capped-card h3, .select-menu-header,
+  #gist-form .file .meta, .file .meta, .file-box .meta, .menu-heading,
+  .audit-results-header, .branches .branch-group-heading, .auth-form-header,
+  .commit-form, .comment-form-head.tabnav, .dashboard-notice,
+  .migration-jumbotron, .migration-sub-header, .commit-tease,
+  .manage-repo-access-title {
+    background: #1d1d1d !important;
+  }
+  /* Navigation focus */
+  .list-group-item.navigation-focus, .list-browser-item.navigation-focus,
+  .headlines li:hover, .js-details-container.navigation-focus,
+  .boxed-group-list > li:hover,
+  .js-details-container.navigation-focus:nth-child(2n), .menu a:hover,
+  .team-grid .team-members, .subnav-item:hover, .subnav-item:focus,
+  .tree-browser tr.navigation-focus td,
+  .issues-listing .table-list-issues .selectable:hover,
+  .issues-listing .table-list-issues .navigation-focus, .setup-plans tr.selected,
+  .notifications .navigation-focus, .sidebar-module ul ul li a:hover,
+  .typeahead-result, .no-results, .link-overlay .link, #gollum-editor-help-list,
+  .owner-select-target, .divider .blob-code div.highlight,
+  .line[style^="background-color: rgb(255, 255, 204)"],
+  .oauth-org-access-details .boxed-group-list > li.on:hover, pre div:hover,
+  table.files tr.navigation-focus td {
+    background: #242424 !important;
+  }
+  #main, .capped-box, .unread_count, #browser table th,
+  .markdown-format table th, .session-device, .profilecols ul.stats li strong,
+  table.upgrades tr.current td, .definitions, .discussion-topic-header,
+  .facebox-popup, .timeline-commits-minimal .commit-icon .octicon,
+  .timeline-commits .commit-icon .octicon, .upload-progress,
+  .search-results-listing em, .discussion-bubble-inner, #wiki-history table td,
+  .menu a.selected, .gist .gist-file .gist-data, #message.major, .logo-box,
+  .markdown-example .rendered, .team-grid .team-members,
+  .diagram-icon:not(.active), table.capped-list th, .scope-badge, .filter-bar,
+  .audit-search-clear, .country-info, .tabnav-tab.selected,
+  .file-diff-split .empty-cell, .composer-infobar, .completeness-indicator-blank,
+  .leaflet-control-zoom,
+  .leaflet-container .leaflet-control-attribution.leaflet-compact-attribution,
+  .pagehead-tabs-item.selected, .reponav-item.selected,
+  .ajax-pagination-form .ajax-pagination-btn:hover,
+  .ajax-pagination-form .ajax-pagination-btn:focus,
+  .manage-repo-access-not-active {
+    background: #222 !important;
+  }
+  hr, .rule, #browser, .repos, .options-group, .pagehead ul.tabs li a.selected,
+  .subnav-bar, .options-content, span.gravatar, .browsered, .browsered .inner,
+  .subnav-bar > ul > li > ul, .comment-form ul.tabs a.selected,
+  .issue.open.read .summary, .unselected_month, .commits th, #MathJax_Message,
+  #header .userbox, .chzn-single, .user-commits, .user-commits th, .metabox,
+  .ranked-repositories > li, .pagehead ul.actions, #issues_search .comment,
+  #header-wrapper, ul.feature-tabs li.highlight, .pagination,
+  .filterbar .filters li, .starting-comment .body, .list-tip, .commit_oneline,
+  .filterbox, .conversation-list-heading .inner, .autocomplete-results,
+  .new-comments .body, .display tr, .render-container,
+  .sunken-menu-item.selected, .boxed-group-table th, .features-highlight,
+  .outline-box-highlighted, .nav-bar-tabs, #watchers li, .browser .listing,
+  .item, .context-pane, .context-loader, .sidebar .module, .tip-body, #assignee,
+  .sidebar-module > ul, .commit_oneline td, #footer-push, .notifications th,
+  .content table th, .repo-collection>ul, #graph_data .tab.selected,
+  .full-width-divider, .markdown-body .csv-data th,
+  h3.conversation-list-heading strong, .file-commit-form .commit-form,
+  .blog-feedback, .facebox-footer, .invited-banner {
+    background: #222 !important;
+    border-color: #343434 !important;
+  }
+  .btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover,
+  button.button:disabled, button.button:disabled:hover, button.button.disabled,
+  button.button.disabled:hover, button.minibutton:disabled,
+  button.minibutton:disabled:hover, button.minibutton.disabled,
+  span.minibutton.disabled, a.minibutton.disabled,
+  button.minibutton.disabled:hover, a.minibutton:disabled:hover,
+  a.minibutton.disabled:hover, span.minibutton:disabled:hover,
+  span.minibutton.disabled:hover, .search-result-group,
+  .gist-quicksearch-result-group {
+    background: #222 !important;
+    border-color: #282828 !important;
+    color: #444 !important;
+  }
+  .list-browser-item.closed, .content .verseblock-content,
+  .content .verseblock-content, .simple-stacked-bar, .rss-subscribe:hover,
+  div#common-issues ul li a:hover, .date_selector td.selectable_day:hover,
+  .date_selector td.selectable_day.hover, .pagination a:hover,
+  .pagination a:focus, .pagination span:hover, .pagination span:focus,
+  .pagination em:hover, .pagination em:focus, .dropdown-divider {
+    background: #282828 !important;
+  }/*** semi-transparent #222 ***/
+  /* let some background image show */
+  .pagehead, .context-loader.large-format-loader, #graphs .loader, .sunken-menu,
+  .org-header, .sunken-menu-contents, .render-shell .slider {
+    background: rgba(24, 24, 24, 0.4) !important;
+  }
+  .starred-repo.navigation-focus, .marketing-section-stripe,
+  .blob-expanded .blob-num, .blob-expanded .blob-code, .migration-section-grey {
+    background: rgba(50, 50, 50, .5) !important;
+  }
+  .svg-tip {
+    background: rgba(12, 12, 12, .8) !important;
+  }
+  .svg-tip:after {
+    border-top-color: rgba(12, 12, 12, .9) !important;
+  }
+  /* page overlay */
+  .select-menu-loading-overlay, .slow-loading-overlay,
+  .branches .loading-overlay {
+    background-color: rgba(24, 24, 24, .6) !important;
+  }
+  /* === #333 === */
+  .pagehead ul.actions a.feed, .explore h2 .feed, #code_search_instructions h2,
+  td.inst, .metabox-loader, .pull-flag, .browser-content,
+  .filterbar ul.filters li, .pagehead ul.tabs li.contextswitch,
+  #wiki-header > div, .pagehead ul.tabs li.contextswitch:hover, .bigbutton a,
+  #new_message, #issues_next ul.sorts li, ul.sorts li.asc, ul.sorts li.desc,
+  .listings-layout .columns.main .content, .fieldswrap, .filterbar li.selected,
+  #issues_next ul.filters li, table.instruction tr:nth-child(2n),
+  .email-hidden-toggle a, #commit-activity-master-head, .action-indicator,
+  .pull-head .diffstat, ul.suggestions, .progress-bar, .discusion-topic-infobar,
+  .commits-listing:before, .discussion-item-icon, .jstree-wholerow-hovered,
+  .bubble-contents, .ellipsis-button, .filter-list li span.bar,
+  .selectable_day.today, .billing-plans .current, .commits-listing:before,
+  #network .current-repository, .billing-section .usage-bar, .issue-list em,
+  .file-info-divider, .pagehead ul.tabs li a:hover, .repos .bottom-bar,
+  #languages .popular, .tip-box h4, table.upgrades td, .commit-preview .message,
+  .commit-preview p.error, .pagehead ul.tabs li.contextswitch, #browser tr th,
+  .status-box h4, .line_numbers, #files span.icon, #issues_list .actions,
+  #repos .public, .inset-callout, #repo-message, .summary-stats li a:hover,
+  .repo-private-label, .label-admin, a.team-member-ellipsis, .code-list em,
+  .user-list em {
+    background: #333 !important;
+  }
+  .comment-form, #issues .labels, #gollum-editor select, .listings .odd, .feed,
+  #files .description, #message .envelope .header .info .title.unread,
+  li.contextswitch ul li.current, .watcher-widget, ul.main_nav li.selected a,
+  ul.states li, .add_file, .inset, li.label, .filterbar, .divider-vertical,
+  #footer .upper_footer, .user-commits td, .starting-comment .infobar,
+  #issues_next .infobar, .formbody, .commandbar .display, .none p,
+  .display div.choice, ul.fieldpills li, .documentation-results a,
+  .plans-pricing-callout, .auto-search-group .search-filters, .editbox,
+  .editbox .body, .commentstyle, #issues .display, #issues .display .admin,
+  #issues .labels .list li, .issue .summary, .hidden-text-expander a,
+  .view-modes, .standard_form, #reply_body, #commit div, #commit td, #commit tr,
+  #commit .envelope, .file-minibutton, .context-pane .title,
+  .browser .listing:hover, #dashboard .repos, .date_selector .btn,
+  .list-module .list-body, .list-module a, .label-permissions, .tree-browser th,
+  .browser .listing.closed, .starting-comment, .section-nav a:hover, .chzn-drop,
+  .module .inner, .team-repositories-blankslate,
+  .discussion-event-status-head_ref_deleted .discussion-item-icon, .pull-head,
+  .tabs, #browser td, #issues_next li.selected, .avatarname img, #readme .name,
+  #wiki-history .author img, .options-content h3,
+  .display div.choice:nth-child(2n+1), #issues-dashboard .actions,
+  .list-tip a:hover, .select-menu-tabs a.selected {
+    background-color: #333 !important;
+    border-color: #484848 !important;
+  }
+  /* contribution calender and blame heats */
+  .heat, .contrib-legend li, #contributions-calendar rect[fill="#d6e685"],
+  #contributions-calendar rect[fill="#8cc665"],
+  #contributions-calendar rect[fill="#44a340"],
+  #contributions-calendar rect[fill="#1e6823"] {
+    background-color: /*[[base-color]]*/ #5af !important;
+    fill: /*[[base-color]]*/ #5af !important;
+  }
+  /* halloween colors */
+  #contributions-calendar rect[fill="#FFEE4A"],
+  #contributions-calendar rect[fill="#FFC501"],
+  #contributions-calendar rect[fill="#FE9600"],
+  .contrib-legend li[style*="#FFEE4A"], .contrib-legend li[style*="#FFC501"],
+  .contrib-legend li[style*="#FE9600"] {
+    background-color: #FE9600 !important;
+    fill: #FE9600 !important;
+  }
+  #contributions-calendar rect[fill="#FFEE4A"],
+  .contrib-legend li[style*="#FFEE4A"] {
+    opacity: .2 !important;
+  }
+  #contributions-calendar rect[fill="#FFC501"],
+  .contrib-legend li[style*="#FFC501"] {
+    opacity: .4 !important;
+  }
+  #contributions-calendar rect[fill="#FE9600"],
+  .contrib-legend li[style*="#FE9600"] {
+    opacity: .8 !important;
+  }
+  #contributions-calendar rect[fill="#03001C"],
+  .contrib-legend li[style*="#03001C"] {
+    background-color: #fc3 !important;
+    fill: #fc3 !important;
+  }
+  #contributions-calendar rect[fill="#eeeeee"],
+  .contrib-legend li[style*="#eee"] {
+    background-color: #282828 !important;
+    fill: #282828 !important;
+  }
+  .heat[data-heat="1"], .heat[data-heat="2"],
+  #contributions-calendar rect[fill="#d6e685"],
+  .contrib-legend li[style*="#d6e685"] {
+    opacity: .2 !important;
+  }
+  .heat[data-heat="3"], .heat[data-heat="4"],
+  #contributions-calendar rect[fill="#8cc665"],
+  .contrib-legend li[style*="#8cc665"] {
+    opacity: .4 !important;
+  }
+  .heat[data-heat="5"], .heat[data-heat="6"],
+  #contributions-calendar rect[fill="#44a340"],
+  .contrib-legend li[style*="#44a340"] {
+    opacity: .6 !important;
+  }
+  .heat[data-heat="7"], .heat[data-heat="8"],
+  #contributions-calendar rect[fill="#1e6823"],
+  .contrib-legend li[style*="#1e6823"] {
+    opacity: .8 !important;
+  }
+  #contributions-calendar .days-selected rect.day.active {
+    stroke: #ddd !important;
+  }
+  #contributions-calendar rect.day:hover {
+    stroke: #fff !important;
+  }
+  /* selected calendar day */
+  /* invert (rgb) */
+  #network .repo img:not(.gravatar), #header .logo,
+  img[src="/images/logo@2x.png"], .site-logo a,
+  .github-jobs-promotion a.jobs-logo strong, iframe[src*="polldaddy.com"],
+  .jstree-icon.jstree-ocl, .octotree_toggle .loader,
+  .swipe .swipe-frame .swipe-bar .top-handle,
+  .swipe .swipe-frame .swipe-bar .bottom-handle,
+  .onion-skin .controls .transparent, .onion-skin .controls .opaque,
+  .onion-skin .controls .slider .slider-track,
+  .onion-skin .controls .slider .slider-track .dragger, .leaflet-control-zoom a,
+  .leaflet-control-attribution.leaflet-compact-attribution:after,
+  img[src$='favicons.githubusercontent.com/github.com'] {
+    -webkit-filter: invert(100%) !important;
+            filter: invert(100%) !important;
+  }
+  .emoji[title=":soon:"], .emoji[title=":on:"], .emoji[title=":end:"],
+  .emoji[title=":heavy_dollar_sign:"], .emoji[title=":registered:"],
+  .emoji[title=":tm:"], .emoji[title=":heavy_multiplication_x:"],
+  .emoji[title=":heavy_plus_sign:"], .emoji[title=":heavy_minus_sign:"],
+  .emoji[title=":heavy_division_sign:"], .emoji[title=":heavy_check_mark:"],
+  .emoji[title=":arrows_clockwise:"], .emoji[title=":wavy_dash:"],
+  .emoji[title=":curly_loop:"], .emoji[title=":copyright:"],
+  .emoji[title=":currency_exchange:"], .emoji[title=":top:"],
+  .emoji[title=":back:"], .emoji[title=":zzz:"] {
+    -webkit-filter: invert(100%) !important;
+            filter: invert(100%) !important;
+    background: transparent !important;
+  }
+  /* GeoJSON maps */
+  .leaflet-tile-container img {
+    -webkit-filter: invert(100%) hue-rotate(200deg) brightness(1.4) !important;
+            filter: invert(100%) hue-rotate(200deg) brightness(1.4) !important;
+  }
+  .leaflet-marker-pane img {
+    -webkit-filter: brightness(.8) !important;
+            filter: brightness(.8) !important;
+  }
+  /* match white to #181818 */
+  .output_area img {
+    -webkit-filter: invert(90%) !important;
+            filter: invert(90%) !important;
+  }
+  /* brighten language colors */
+  .language-color {
+    -webkit-filter: brightness(150%) !important;
+            filter: brightness(150%) !important;
+  }
+  /* slightly darker */
+  .more-repos-link {
+    -webkit-filter: brightness(.666) !important;
+            filter: brightness(.666) !important;
+  }
+  /* filter reset */
+  .more-repos-link:hover {
+    -webkit-filter: brightness(1) !important;
+            filter: brightness(1) !important;
+  }
+  /* soft badges */
+  .box-title-count {
+    background-color: #484848 !important;
+    color: #ccc !important;
+  }
+  /* svg styling */
+  line, rect, path {
+    shape-rendering: geometricPrecision !important;
+  }
+  .js-graph-punchcard svg.viz {
+    background: transparent !important;
+    border: none !important;
+  }
+  /* Firefox: Exclude text inside an svg loaded through an img, as seen in svg badges */
+  *:not(img) text, circle.day {
+    fill: #ccc !important;
+  }
+  circle.day:hover {
+    fill: #fff !important;
+  }
+  #contributors-master svg.viz {
+    display: block !important;
+  }
+  g.dots circle {
+    stroke: #222 !important;
+  }
+  .traffic-graph g.axis:not(.views):not(.unique) g.tick:not(:nth-child(14)):not(:first-child) line,
+  g.axis path, line.axis, svg:not(.vis) g.axis line {
+    stroke: #444 !important;
+  }
+  svg .path:not(.total):not(.unique):not(.views) {
+    stroke: #aaa !important;
+  }
+  #commit-activity-detail path.path,
+  .traffic-graph g.x.axis g.tick:first-child line {
+    stroke: #1DB34F !important;
+  }
+  .traffic-graph g.x.axis g.tick:nth-child(14) line {
+    stroke: #1d7fb3 !important;
+  }
+  svg.tick {
+    fill: #444 !important;
+  }
+  .features-branch-diagram path[stroke="#c6d9ed"],
+  .features-branch-diagram path[stroke="#4182C4"] {
+    stroke: /*[[base-color]]*/ #4183C4 !important;
+  }
+  .features-branch-diagram circle[fill="#4183c4"] {
+    fill:  /*[[base-color]]*/ #4183C4 !important;
+  }
+  .features-branch-diagram circle[stroke="#ffffff"] {
+    stroke: #222 !important;
+  }
+  rect.map-background, .audit-log-map {
+    fill: #1e4062 !important;
+    background: #1e4062 !important;
+  }
+  path.land {
+    stroke: #17334f !important;
+  }
+  circle.audit-point {
+    fill: #742d14 !important;
+    stroke: #57210f !important;
+  }
+  .graphs .selection rect {
+    fill: #888 !important;
+    stroke: #888 !important;
+  }
+  ul.sidetabs li a:hover, .editbox h1, #issues .labels .admin,
+  #issues .display .sortbar, #facebox .close, #issues_search .wrapper,
+  .ranked-repositories .meta a, .actor, ul.nav.logged_out, .tip-box a.next,
+  #inbox .list .unread, .main .filterbar, .browser-content .footerbar,
+  ul.smalltabs, .snippet, .supportstaffer, .discussion-form, .chooser-box,
+  .chooser-box h3, #forkqueue .instructions, .selector-item.clear:hover,
+  #contributors-master svg, .inset-callout h2, .documentation ul.nav,
+  .date_selector td.selected, #contributors-master, .flash-messages,
+  .context-title, .list-module h2, .bootcamp-help h1,
+  table.files tr.up-tree a:hover, .ellipsis-button:hover,
+  .codesearch-results .repo-list-name em,
+  .codesearch-results .repo-list-description em, .blog-search-results em,
+  .codesearch-cols em, ul.bignav li a:hover, ul.smallnav li a:hover,
+  .comments-wrapper, .rackspace, .subnav-bar > ul > li > ul > li > a:hover,
+  .issue.active, .counter, .orgs-nav .count, .filter-item:not(.selected):hover,
+  .task-progress .progress-bar .progress,
+  .oauth-connection-illustration .oauth-image,
+  .manage-repo-access-wrapper::before {
+    background: #444 !important;
+  }
+  .markdown-body hr {
+    background: #383838 !important;
+  }
+  .switcher > span:after, .list-module a:hover, .section-nav .active a,
+  #dashboard .filter-bar li a.filter_selected:after {
+    background-color: #555 !important;
+  }
+  .state-widget .behind .bar, .settings-email .label:not(.default), .key,
+  .date:after, .branch-a-b-count .bar, .branch-a-b-count .meter,
+  .branch-action-state-dirty .branch-action-icon,
+  .branch-action-state-closed-dirty .branch-action-icon,
+  .completeness-indicator-problem {
+    background: #555 !important;
+  }
+  .labels .label-neutral, li.ssh-key .ssh-key-state-indicator.not-recent,
+  .render-shell > .slider .dragger {
+    background: #666 !important;
+  }
+  .diverge-widget .separator {
+    background: #ccc !important;
+  }
+  .sunken-menu .sunken-menu-item.selected:after {
+    background: #fff !important;
+    opacity: 1 !important;
+  }
+  .state-widget .ahead .bar, .render-shell > .slider .dragger:hover,
+  .render-shell > .slider .dragger:active {
+    background: #999 !important;
+  }
+  /* actions in issues - this style needs to be after .bubble */
+  .action-bubble .bubble, .suggester {
+    background: transparent !important;
+  }
+  /* blue box */
+  .timeline-comment.current-user .timeline-comment-header,
+  .github-jobs-promotion p, .octotip, .markdown-format .alert:not(.warning),
+  .full-commit.commit, .flash, .bootcamp h1, .bootcamp-body, .owners-notice,
+  .full-commit .browse-button, .blob-history, a.branch-name, .branch-name,
+  .new-user-avatar-cta, .jstree-wholerow-clicked, .commit-ref, .api .alert,
+  .file-history-tease, .flash, .flash-global, .feature-banner {
+    background: #182030 !important;
+  }
+  .timeline-comment.current-user .timeline-comment-header, .new-user-avatar-cta,
+  .full-commit .browse-button, .markdown-format .alert p, .blob-history, .flash,
+  .flash-global, .feature-banner {
+    color: #8195BE !important;
+  }
+  .timeline-comment.current-user, .github-jobs-promotion p, .octotip,
+  .markdown-format .alert:not(.warning), .full-commit.commit,
+  .bootcamp .bootcamp-body, .bootcamp h1, .owners-notice, .new-user-avatar-cta,
+  .full-commit .browse-button, .commit-ref, .full-commit .btn.btn-outline,
+  a.branch-name, .branch-name,
+  .timeline-comment.current-user .timeline-comment-header .timeline-comment-label,
+  .file-history-tease, .flash, .flash-global, .feature-banner {
+    border: 1px solid #246 !important;
+  }
+  .timeline-comment.current-user .timeline-comment-header, .blob-history {
+    border-bottom-color: #246 !important;
+  }
+  .blob-history, .file-history-tease .participation {
+    border-top: 1px solid #246 !important;
+  }
+  .timeline-comment.current-user:before {
+    border-right-color: #246 !important;
+  }
+  .timeline-comment.current-user:after {
+    border-right-color: #182030 !important;
+  }
+  .flash, .markdown-format .alert a, .api .alert, a.branch-name, .branch-name {
+    border-color: #264c72 !important;
+    color: #abb8d3 !important;
+  }
+  .social-count:before {
+    border-right-color: #333 !important;
+    border-width: 5px !important;
+    margin-top: -4px !important;
+  }
+  .social-count:after, #new_hook .fields {
+    border-width: 0 !important;
+  }
+  .commit-icon .octicon {
+    border-radius: 100% !important;
+  }
+  /* notebooks */
+  .input_prompt {
+    color: hsla(234, 100%, 65%, 1) !important;
+  }
+  .output_prompt {
+    color: hsla(0, 100%, 65%, 1) !important;
+  }
+  /* === gradient === */
+  /* light grey gradient */
+  .btn:hover, .btn:active, .btn.zeroclipboard-is-hover,
+  .btn.zeroclipboard-is-active, .minibutton:hover, .minibutton:active,
+  .minibutton.zeroclipboard-is-hover, .minibutton.zeroclipboard-is-active.kbd,
+  .signup-button:hover, a.signin:hover, .hero .textographic,
+  .hero .screenographic, .pagination span.current, .box-action:active,
+  .btn:active, .btn.selected, .btn.selected:hover, .btn.zeroclipboard-is-active,
+  .minibutton:active, .minibutton.selected, .minibutton.selected:hover,
+  .minibutton.zeroclipboard-is-active, .octotree_toggle:hover,
+  button.button:hover, a.button:hover, span.button:hover,
+  button.minibutton:hover, a.minibutton:hover, span.minibutton:hover,
+  .clone-url-button.selected > .clone-url-link,
+  .clone-url-button.selected > .clone-url-link:hover {
+    background: linear-gradient(to bottom, #444, #333) !important;
+    border-color: #484848 !important;
+  }
+  /* dark grey gradient */
+  .btn, input.btn, header.nav-bar, .bubble .bubble-title, kbd, a.feed,
+  .list-browser-filterbar, .gobutton, .comment-header, .pagehead ul.tabs li a,
+  .login_form input[type="submit"], .top-bar, ul#bootcamp li a h4,
+  #gists .context-menu-container, body#com #header, .white-nav .selected span,
+  .filter-tab, #header-wrapper, #header-wrapper .nav, .pagination span,
+  .cheatsheet h2, .section a.section-head, .octotree_view_header, .list-heading,
+  .dashboard-tabs li a, a.function-button, .add-pill-form,
+  .gist .gist-file .gist-meta, .octotree_toggle, ul.comparison-list > li.title,
+  button.button, a.button, span.button, button.minibutton, a.minibutton,
+  span.minibutton, .clone-url-button > .clone-url-link {
+    background: linear-gradient(to bottom, #282828, #181818) !important;
+    border-color: #383838 !important;
+  }
+  .search-form button, .box-header, .issues-list-actions, a.gollum-minibutton,
+  a.gollum-minibutton:visited {
+    background: linear-gradient(to bottom, #282828, #181818) !important;
+  }
+  /* inverted dark grey gradient */
+  .asc .sort-type, .desc .sort-type, .mini-bar-graph, .issues-list>ul>li.unread,
+  .timeline-commits-header, .usage-bar dd, .render-bar {
+    background: linear-gradient(to bottom, #181818, #282828) !important;
+    border-color: #383838 !important;
+  }
+  /* vertical left border for side menu */
+  .sunken-menu, .sunken-menu-contents {
+    box-shadow: inset 1px 0 0 #333 !important;
+  }
+  .clone-url-button + .clone-url-button > .clone-url-link {
+    box-shadow: 1px 0 0 #333 !important;
+  }
+  .clone-url-button.selected > .clone-url-link {
+    box-shadow: 0 2px 3px rgba(0, 0, 0, .3) inset !important;
+  }
+  .blankslate {
+    box-shadow: inset 0 0 10px rgba(255, 255, 255, .05) !important;
+  }
+  .ace_indent-guide {
+    box-shadow: -1px 0 0 rgba(255, 255, 255, .4) inset !important;
+  }
+  /* commits page - committer icon */
+  .commits-list-item .committer-avatar {
+    box-shadow: -2px -2px 0 rgba(0, 0, 0, .4) !important;
+  }
+  /* === Text Color === */
+  /* Bright text */
+  .dropdown-item:hover, .dropdown-item.zeroclipboard-is-hover,
+  .gist-snippet .link-overlay .link, .gist-snippet .link-overlay strong,
+  .select-menu-item.navigation-focus,
+  .select-menu-item.navigation-focus.selected,
+  .select-menu-item.navigation-focus.select-menu-action,
+  .select-menu-item.navigation-focus .description-inline,
+  .select-menu-item.navigation-focus h4, .dangerzone > h3,
+  .gist-snippet-meta .gist-count-links > li > a:hover,
+  .team-member-list .manage-team-member .navigation-focus .btn-link {
+    color: #fff !important;
+  }
+  h1, h2, h1 strong, h2 strong, .btn, a.btn, .btn.btn-primary, .button.primary,
+  .minibutton.primary, .btn-danger:hover, ul.repo-stats li a:hover,
+  .text-emphasized, .minibutton.danger:hover, #gist-form label,
+  .subnav li a:hover, .filters li.selected a, .filters li a:hover, .code-list em,
+  a.header-anchor, .commandbar .choice .command, .search-term,
+  .codesearch-cols em, .image, .selector-item:hover .mini-icon:before,
+  .selector-item.selected .mini-icon:before, .new-repo .octicon,
+  .sunken-menu a.selected .octicon, #header .nav a, .feed-icon a .octicon,
+  .release-label a, .minibutton i, .minibutton,
+  .merge-status-icon .mega-octicon:before, .commit .mini-icon:before,
+  .sidebar-milestone-widget .title, .numbers-summary .num, #network .explain b,
+  .sunken-menu-group li:hover .octicon, .featured-callout, h3 strong,
+  .dashboard-tabs a.selected, .markdown-body h1, .markdown-body h2,
+  .markdown-body h3, .markdown-body h4, .dropdown-menu > li > a:hover,
+  .message .time, #graph_data .tab.selected a,
+  .explore-section .mega-octicon:before, .explore-collection .see-more-link,
+  ul.color-label-list .count, a.filter-tab.selected, .counter, .orgs-nav .count,
+  .facebox-user-list-item a, a.org-module-link, .org-header-info .name-link,
+  #contributions-calendar .contrib-details div .num,
+  .commandbar .display table td:first-child, .file-history-tease .author a,
+  .overall-summary .graphs .num, ul.summary-stats li .num,
+  .pull-head-meta .pull-number a,
+  .mini-discussion-bubble .mini-discussion-bubble-action, .sub-nav h2,
+  .sub-nav h2 a, .accordion .section a.section-head,
+  .orgs-nav .org-nav-item.selected, .sub-nav li a.active, a.org-link,
+  .gh-header-status .octicon:before, a.tabnav-tab.selected,
+  .view-modes-menu li.active, span.discussion-item-icon, a.signin:hover,
+  .marketing-benefits .mega-octicon:before,
+  .thread-subscription-status .mega-octicon:before, .infobar-widget .text a,
+  .dropdown-menu > li > a:hover > .octicon:before,
+  .dropdown-menu > li > a.zeroclipboard-is-hover > .octicon:before,
+  .highlight-module .mega-icon:before, .headlines li a, #wiki-rightbar li,
+  .i-am-error p, .markdown-body .octicon-link, .team-org-group strong,
+  .gist-item ul.meta > li > a:hover, .native-download .mega-icon:before,
+  #article-platform-nav ul li.selected a, .section-heading-title a.selected,
+  .marketing-nav a.selected, .dashboard-tabs a:hover,
+  .hidden-text-expander a:hover, .codesearch-cols em,
+  .branch-action-state-clean .branch-action-icon:before,
+  .hook-list li.selected a, .diffstat-summary strong,
+  .oauth-permissions-details .permission-title, p.read-it,
+  .about-fact .mega-octicon:before,
+  .file-history-tease .participation p.quickstat strong,
+  .branch-action-state-dirty .branch-action-icon:before,
+  .branch-action-state-closed-dirty.branch-action-icon:before,
+  .branch-action-state-merged .branch-action-icon:before,
+  .full-commit .authorship a, #fork-select .target:hover:not(.disabled),
+  .full-commit .authorship .author-name, .showcase-featured .featured-grid-link,
+  .collection-card-title, .collection-card-image:hover,
+  .explore-page .see-more-link, .mute, .pull-request-link:hover,
+  .expandable:hover:before, .sunken-menu .sunken-menu-item.selected,
+  .follow-list .follow-list-name a, p.tip strong.protip, a.comment-header-author,
+  .callout strong, .wiki-edit-link:hover, .infotip p, .form-actions .tip,
+  dl.form.warn dd.warning, .page-notice, .subnav-item.selected,
+  .subnav-item.selected:hover, .subnav-item.selected:focus,
+  .article-heading .wrap .mega-octicon:before, ol.toc > li a.active,
+  .example-nav li a.selected, .facebox-alert, .typeahead-result, .no-results,
+  #user-links > li * button, .timeline-commits .hidden-text-expander a:hover,
+  .color-editor-input, .state .octicon, #user-links .sign-out-button,
+  .table-list-item label, .audit-action-info .context, .token-scope,
+  .segmented-nav li.active a, a.octotree_toggle:hover, a.octotree_opts,
+  a.octotree_toggle.selected, a.octotree_opts.selected, .tabs > a.selected,
+  .highlight tr:hover .blob-num:not(.non-expandable),
+  .highlight tr:hover .blob-num:not(.non-expandable):before, a .mega-octicon,
+  .member-username, .invited-banner p, kbd, .kbd,
+  .boxed-profile .profile-preview .vcard-fullname, .btn.btn-primary:hover,
+  .minibutton.btn-primary:hover, .integrations .site-footer a,
+  .integrations .site-footer .mega-octicon:before,
+  .diagram-icon.active .mega-octicon:before, .add-line-comment, a.state,
+  .btn.btn-outline:hover,
+  .prose-diff.collapsed .rich-diff-level-zero.expandable:hover:before,
+  ul.filter-list .filter-item.selected,
+  .blob-num-expandable .diff-expander:hover,
+  .email-format .email-hidden-toggle a:hover,
+  #gollum-editor-help-parent li a.selected,
+  #gollum-editor-help-list li a.selected, a.gollum-minibutton,
+  a.gollum-minibutton:visited, a.token-warning, a.lightertooltipped,
+  .org-team-sidebar .team-note .note-emphasis, .select-menu-tabs a.selected,
+  #com .dropdown-menu a:hover, #com h1 span, #com h2 span,
+  .breadcrumb strong.final-path, button.button, a.button, span.button,
+  button.minibutton, a.minibutton, .button.primary:hover, .pagination .current,
+  .pagination .current:hover, .repo-private-label,
+  a.repo_filter.js-repo-filter-tab.filter-selected, .keyboard-mappings th,
+  .rendered_html, .render-health:hover .symbol, .radio-label,
+  .select-menu-action, .select-menu-item.selected,
+  .select-menu-item.selected > .octicon, .gist-snippet-meta .description,
+  a.select-menu-item-text, .select-menu-item-text strong,
+  .clone-url-button > .clone-url-link, a.user-mention, .user-mention,
+  a.team-mention, .team-mention, .github-jobs-promotion strong,
+  .boxed-group-inner h4 {
+    color: #e0e0e0 !important;
+  }
+  b, strong, .explain strong {
+    color: #e6e6e6 !important;
+  }
+  pre, body, h3, h4, h3 strong, h4 strong, a.social-count, span.social-count,
+  #languages a.bar, .lineoption p, a.blog-title, table.notifications th,
+  .usagestats dl dt.numbers, .commit-preview p.name .date, .download-list h4,
+  .fieldgroup p.explain.planusage, ol.repository-lang-stats-numbers li .lang,
+  .explore h2, .tabnav .active a, .vcard-username, #markdown-toc li a,
+  .tag-info .tag-name, .language, .featured-callout h2, .header a,
+  .commit-title .message, .files .message, .revision .creator,
+  .mini-icon.search-input, .lines-changed, .lines-changed:hover,
+  .discussion-topic-author a, .boxed-group-table td, .graph .data .number,
+  .content, .box-title, a.box-action, .lead, #blog-main .pagehead h1 a.title,
+  .octofication .message p, .repolist .description, .addon p, .keyboard-mappings,
+  .accessibility-aid:focus, .list-group-item .list-group-item-name a,
+  .list-group-item .list-group-item-meta a, .list-browser-sorts .sort-type,
+  .select-menu-header .select-menu-title, #commits_tab_counter,
+  .auto-search-group .search-filter, .usage-bar dt,
+  .auto-search-group .search-filter .octicon:before, .github-jobs-promotion p a,
+  .select-menu-item .description, .file-info .file-name, .file-box .meta,
+  .gh-header-meta .author, .timeline-comment-header .author,
+  .timeline-commits .author, .sidebar-assignee .assignee, .rss-subscribe,
+  .sidebar-module h3 a, .sidebar-module h3.disable span, .menu a, .octotip,
+  .graph-canvas .activity, .ace_gutter-active-line,
+  .billing-section .section-content, #readme span.name, .steps li.current,
+  .discussion-item-entity, .blog-post-body, .subnav-search-context .btn,
+  .context-loader, .box-title a, .merge-pr-more-commits a,
+  .branch-infobar .lightweight-actions > li a:hover, .dashboard-notice,
+  .discussion-item-ref-title .title-link, .org-teams-list .team,
+  .subnav-search-context .select-menu-item-icon, a.wiki-edit-link, .ace-github,
+  a.pagehead-nav-item.selected, a.pagehead-nav-item:hover,
+  a.pagehead-nav-item:hover .octicon:before, .repo-collection .collection-stat,
+  a.subscribe-feed, header ul.links a:hover,
+  .team-info-card .stats-group .stat.no-link:hover .stat-number,
+  div.container > p, .commits-list-item .commit-author,
+  .full-commit .sha-block > .sha, .discussion-item .renamed-was,
+  .discussion-item .renamed-is, a.discussion-item-entity,
+  span.discussion-item-entity, .table-list-header-toggle .btn-link.selected,
+  .table-list-header-toggle .btn-link.selected:hover,
+  .table-list-header-toggle .btn-link:hover, a.issue-title-link,
+  .table-list-item p, .table-list-milestones .milestone-title-link a,
+  .org-header .edit-org, .blob-code, .blob-code-inner, .diff-line-code,
+  .contrib-number, .pulse-summary .summary-box .count,
+  .list-options .selected .list-item-title,
+  .nav-bar-inner .brand-logo-invertocat .octicon-mark-github, .menu a .octicon,
+  .issue-list-meta a, .stat-number, div.search-form button span,
+  .fullscreen-overlay .octicon:hover:before,
+  .fullscreen-overlay .mega-octicon:hover:before, .protip-callout,
+  .fullscreen-overlay textarea:focus, .fullscreen-overlay textarea:hover,
+  #header ul.top-nav > li > a, #header ul.top-nav > li > button,
+  a.octotree_toggle, a.team-member-ellipsis:hover, .rendered_html pre,
+  .rendered_html code, .team-grid .team-name, .commit .commit-title,
+  .commit .commit-title a, .completeness-indicator-success,
+  .completeness-indicator-error, .completeness-indicator-problem,
+  .pagehead-tabs-item.selected, a.pagehead-tabs-item.selected,
+  .pagehead-tabs-item:hover, a.pagehead-tabs-item:hover, .article-meta,
+  a.article-meta, .timeline-comment-header-text code a, .commit-tease-sha,
+  a.commit-tease-sha, .reponav-item.selected {
+    color: #c0c0c0 !important;
+  }
+  h5, h6, .edit-repository-meta, .field label, .boxed-group-list li, .capped-box,
+  .marketing-nav a, .header .header-logo-invertocat span, .repository-meta,
+  .gist-item .description, p.explain, .news .alert .simple .title,
+  #network .graph-date, .tabnav-widget.text, .feature .intro, span.diffstat,
+  span.diffstat a, .commit .commit-branches a, #readme .plain,
+  .select-menu-tabs a, .news blockquote, .news blockquote p, .collection-stat,
+  .overall-summary .graphs .desc, .flash-global a,
+  #contributions-calendar .contrib-details div .lbl, .tag-info a,
+  a.browse-button, .ghead .dir, .repository-lang-stats .percent,
+  .comment-header-action-text a, .comment-header-right a, .gist-item .creator,
+  .dashboard-tabs a, #graph_data .tab a, .pull-info,
+  .list-group-item .list-group-item-summary a, #contributors .capped-card .cmt,
+  .boxed-group-list .access-level, h3.conversation-list-heading, a.filter-tab,
+  .starred-repo p.description, .commit .commit-desc pre, .org-repo-stats a,
+  .org-repo-updated a, .org-header-meta .meta-item .meta-link,
+  .org-repo-description, .org-repo-forked a, .commandbar .display table td span,
+  .clone-options, .pulse-section, .discussion-sidebar p,
+  .discussion-topic-header .discussion-topic-author, .gist-description, .explain,
+  p.subtext, .team-grid .team-description, .orgs-nav .org-nav-item,
+  .form-actions-protip .protip, .discussion-item .author, span.branch-name,
+  .inline-comments .comment-count, .sidebar-heading, .clear-issue-filters a,
+  .render-view-modes li.active:before, ul.comparison-list > li em,
+  .marketing-benefits .column p, .sub-nav li a, .headlines a .date,
+  .sidebar-module ul ul li span, .merge-branch-description,
+  .timeline-commits .commit-id, .gist-item ul.meta > li > a,
+  ul#categories li h5 a, .render-view-modes li.active,
+  .user-leaderboard-list .repo-list-item .repo, .repo-stats li a, .about p,
+  dl.form > dd p.note, p.subdued, .team-header .team-description,
+  .hfields dl.form > dt label, .boxed-group > h3 a.boxed-group-breadcrumb,
+  .boxed-group .heading a.boxed-group-breadcrumb, .subscriptions-sidebar .note,
+  .thread-subscription-status, a.ellipsis-button, .ellipsis-button,
+  .follow-list .follow-list-info, form.btn .count, .blame .commitinfo .date,
+  .gist .gist-file .gist-meta a, .merge-pr-more-commits, .hidden-text-expander a,
+  .news div.message, .news li blockquote, .news .alert .pull-info,
+  .news .alert .branch-link, .release .release-authorship a, .contributing,
+  .wiki-wrapper .wiki-empty-box:hover,
+  .select-menu.is-showing-clear-item .select-menu-clear-item .octicon,
+  .diffstat-summary a, a.subnav-item,
+  .branches .branch-group-heading .branch-group-name, .render-notice,
+  .discussion-sidebar-heading, .dashboard-notice .title p,
+  .table-list-milestones .stat,
+  .commits-listing .commit-group-title .octicon-git-commit,
+  .select-menu-header .octicon:hover, .repo-list-description,
+  .latest-commit .bubble-content strong, .file .meta,
+  .email-format .email-hidden-toggle a, .file-diffstat,
+  .program-info-column .mega-octicon, .octofication .notice-dismiss:hover,
+  .timeline-commits .commit-message a, .markdown-format .intro,
+  .markdown-format code, .markdown-format ol > li::before, a.tabnav-extra,
+  .tabnav .tabnav-extras, .label-admin, .program-info-column p,
+  .form-checkbox .note, .file-history-tease, .blob-num:hover, .select-menu-modal,
+  .gist-snippet-meta .gist-count-links > li > a, .commit-tease .message,
+  .commit-author-section, .boxed-group-inner, .manage-repo-access-not-active {
+    color: #a0a0a0 !important;
+  }
+  /* content text */
+  #contributions-calendar .contrib-details div, .mini-icon-remove-close:hover,
+  .tabnav-tabs a, .time, .gist-item .metadata .datetime, .list-group-item-meta,
+  a.keyboard-shortcuts, button.keyboard-shortcuts, .simple-conversation-list,
+  .simple-conversation-list > li .title .num, .drag-and-drop,
+  .starred-repo .sort-info, .org-stats, .commandbar .choice,
+  .commandbar .loading, .commandbar .description, ul.summary-stats li a,
+  .authorship, .sha-block, .gh-header-meta, #last-edit, .setup-header .lead a,
+  .repository-meta .edit-link a, .api-status a, .meta li, .who_when a,
+  .numbers-summary a, .numbers-summary .octicon:before,
+  .section-heading-title .separator, .blog-aside .rss, .hook-list a,
+  .github-jobs-promotion a.jobs-logo, .org-teams-list .team-meta,
+  .repo-list-item .repo-description, .branch-infobar .lightweight-actions > li a,
+  .repo-leaderboard-list .repo-leaderboard-meta-item a,
+  .changed .moved-up:before, .changed .moved-down:before,
+  .comment-header .octicon, a.section-heading-back,
+  .list-group-item-meta .octicon, .repo-leaderboard-title .title-meta,
+  a.pagehead-nav-item, a.lock-toggle-link, .wiki-wrapper .wiki-empty-box,
+  .commits-list-item .commits-comments-link, .timeline-comment-header,
+  .commits-list-item .commit-meta, .table-list-header-toggle .btn-link,
+  .issues-listing .table-list-issues .issue-comments-link,
+  .issues-listing .table-list-issues .issue-meta-section a, a.issues-reset-query,
+  .labels-list-action, table.tag-list p a, table.tag-list td.date a,
+  a.octicon-btn, .markdown-body blockquote, .muted-link, a.muted-link,
+  .render-view-modes li, .scope-badge, .site-footer,
+  .site-footer .octicon-mark-github:hover, .repo-list-stats .repo-list-stat-item,
+  .range-editor span.flag .octicon, .commit-info .commit-meta a,
+  .notifications .issue-notification.read .type-icon, .notifications .read a,
+  .auth-form-header .octicon, .releases-tag-list p a, .history-link a,
+  a.issue-nwo-link, ul.filter-list .filter-item, .member-meta .teams-link,
+  .member-meta .btn-link, a.stats-group-stat, ul.comparison-list > li em,
+  ul.comparison-list > li.title, .diffstat-summary, a.team-member-ellipsis,
+  a.discussion-item-toggle-open, a.discussion-item-toggle-closed,
+  button.discussion-item-toggle-open, button.discussion-item-toggle-closed,
+  .dropdown-header, .participation a, .completeness-indicator-info,
+  .type-icon-state-none, a.type-icon-state-none, .pagehead-tabs-item,
+  a.pagehead-tabs-item, .org-settings-team-count, a.muted-link strong,
+  table.files td.icon, .commit-tease, .reponav-item, a.reponav-item {
+    color: #808080 !important;
+  }
+  .vcard-detail .octicon, .member-badge .octicon,
+  .command-bar .octicon-question:before, .auto-search-group .octicon:before,
+  .news .alert .time, ul.color-label-list .color-label.zeroed,
+  ul.color-label-list .color-label.zeroed .count, .gh-header-title .issue-number,
+  a.leaderboard-list-rank, .bootcamp ul li a, .ssh-key-fingerprint,
+  .tag-references > li a, .release .release-authorship,
+  .branches .branch-summary, .branches .no-results-message,
+  header ul.links > li a, .team-info-card .stats-group .stat,
+  .team-info-card .stats-group .stat.no-link:hover, .discussion-sidebar-item,
+  .text-muted, .issues-listing .table-list-issues .issue-meta, .task-progress,
+  .table-list-milestones .stat-label, .table-list, #blog-home, .blog-post-meta,
+  .blog-post-meta a, .blog-post-meta .octicon, .diff-line-num,
+  .file-data .line-numbers span, .discussion-item .timestamp,
+  .branch-status .divider, .news .alert .octicon, .news .alert .mega-octicon,
+  .blankslate > .mega-octicon, .repo-list-meta, #footer .mega-icon:hover:before,
+  a.discussion-item-help, .page-new-repo .license-info,
+  .notification-actions .btn-link, .commit-info .commit-meta,
+  .notifications .read .type-icon, .notification-actions .age,
+  .list-item .byline, .issue-list-meta,
+  .prose-diff.collapsed .rich-diff-level-zero.expandable:before,
+  .blob-num-expandable .diff-expander, .file-type-icon, .uploaded-files .remove,
+  .releases-tag-list td.date a, .fullscreen-overlay .octicon:before,
+  .fullscreen-overlay .mega-octicon:before,
+  .collaborators .collab-remove .remove-link, .octofication .notice-dismiss,
+  ul.comparison-list > li .octicon, div.content-header h6,
+  .fullscreen-overlay textarea, #com h2.search-title,
+  .blob-num.non-expandable:hover, .breadcrumb, #footer .mega-octicon,
+  .application-authorizations .oauth-app-list-meta,
+  .application-authorizations .oauth-app-owner, .boxed-group-inner .help,
+  .thread-subscription-status .reason, .toc-diff-stats .octicon, .blob-num,
+  .recent-gists .description .blank, .recent-gists .metadata,
+  .member-meta .access-link, .gist-quicksearch-no-results {
+    color: #666 !important;
+  }
+  .branch-infobar .lightweight-actions > li .octicon,
+  .pagehead-tabs-item .octicon, .manage-repo-access-icon .octicon {
+    color: #4b4b4b !important;
+  }
+  .context-pane .selector-item:hover a, .mega-icon:before,
+  .mini-icon-public-repo:before, .mini-icon-pull-request,
+  .mini-icon-remove-close, .mini-icon-link,
+  .panel-nav.disabled .mega-octicon:before, .task-progress .octicon,
+  .milestone-link .octicon, .site-footer .octicon-mark-github,
+  .select-menu-header .octicon, .steps li, .pagination .gap,
+  .pagination .disabled, .octicon-btn.disabled, .octicon-btn.disabled:hover,
+  .branch-delete.disabled, .date_selector td.unselected_month,
+  .pagination .disabled, .bootcamp .desc h2,
+  .issues-listing .table-list-issues .issue-comments-link.no-comment,
+  .diffstat-bar {
+    color: #383838 !important;
+  }
+  .list-tip:before, .selector-item .mini-icon:before,
+  .browser .mini-icon-arr-right, .selected .select-menu-checkmark,
+  .octicon-person-team:before, .issues-reset-query .octicon-x,
+  a.darkertooltipped {
+    color: #222 !important;
+  }
+  .timeline-comment-header .timestamp, .vcard-stat:hover .text-muted,
+  .boxed-group > h3 a, .boxed-group .heading a, .select-menu-item,
+  a.select-menu-item, .list-heading a, .close-button, .timeline-comment-action,
+  a.timeline-comment-action, a.comment-type-icon,
+  .timeline-comment-actions .octicon, .commit-title .commit-link tt,
+  .btn-block-user, .pagehead-tabs-item.selected > .octicon, .text-muted strong,
+  .reponav-item.selected > .octicon, .select-menu-action > .octicon {
+    color: inherit !important;
+  }
+  /* Alerts and activity, remove background gradient */
+  .news .alert .title span, .metabox .editable-text:hover,
+  #inbox .list .item .title span {
+    background-color: transparent !important;
+    border: 0 !important;
+  }
+  /* Panels */
+  #posts #rss, .signup-button, .hero h1, .plan.personal, .caption,
+  .centered-graphic, .login_form h1 {
+    background-color: /*[[base-color]]*/ #4183C4 !important;
+    border-color: /*[[base-color]]*/ #4183C4 !important;
+  }
+  /* === red === */
+  /* Red panel */
+  #forkqueue .legend .unclean, .unclean td, .chzn-results .no-results,
+  .majorproblem .pageheader_wrap, .error_box, .btn-close-issue,
+  button.classy[name="comment_and_close"], .closed-issues,
+  .state-indicator.closed, .state-closed,
+  .discussion-item-closed .discussion-item-icon {
+    background: #c31e16 !important;
+    border-color: #383838 !important;
+  }
+  .btn-close-issue:hover, button.classy[name="comment_and_close"]:hover,
+  .btn-danger:hover, .minibutton.danger:hover {
+    background: #a31e16 !important;
+    border-color: #b00 !important;
+  }
+  .mergeable-dirty .bubble, .mergeable-dirty .merge-status-icon,
+  .completeness-indicator-error, .dangerzone > h3 {
+    background: #c31e16 !important;
+  }
+  /* red border */
+  .mergeable-dirty .bubble .mergeable, #message.major, .comment-form-error,
+  .comment-form-stale {
+    border-color: #c31e16 !important;
+    background: #200 !important;
+  }
+  .mergeable-dirty .bubble:after {
+    border-right-color: #a31e16 !important;
+  }
+  /* bright red text */
+  .btn-danger, a.btn-danger, .text-failure, a.text-failure, .text-error,
+  a.text-error, a:not(.octicon-btn).danger, .closed.mega-octicon, .deletions,
+  .closed.mega-octicon:before, .closed.octicon, .cdel, .gd .diff-line-num,
+  .authors-and-code .deletions, .diffstat .diffstat-bar.diff-deleted,
+  span.diffstat .diffstat-bar i.minus, .icon-for-failure,
+  ul.summary-stats li .octicon-issue-closed, .branch-delete,
+  #toc .octicon-diff-removed, .pagehead-actions .octicon-mute, .highlight .gd,
+  .settings-email .email-actions .settings-remove-email,
+  .uploaded-files .remove:hover,
+  .collaborators .collab-remove .remove-link:hover, .minibutton.danger,
+  .closed.mini-icon, .octicon-btn-danger:hover, .text-danger, a.text-danger,
+  .type-icon-state-closed, a.type-icon-state-closed, .reverted.octicon,
+  .text-failure strong, .text-error strong, .text-danger strong,
+  .member-two-factor-disabled strong {
+    color: #c31e16 !important;
+  }
+  /* === Brown panel === */
+  #feedHeaderContainer, .feedBackground, .infotip, .form-actions .tip,
+  .mini-callout, .snippet em, #message .sent, .notification, .callout,
+  .contributing, .ejector, #issues_search .results em, .bootcamp-help ul li,
+  .btn-download, .feature-tabs .tab-button, .plan.free, #message.minor,
+  .chzn-results li em, #missing-readme, .warning, .page-notice, a.btn.classy,
+  .signed-out-comment, .facebox-alert, .recently-touched-branches,
+  .form-checkbox label em.highlight {
+    background: #321 !important;
+    border-color: #542 !important;
+    color: #b74 !important;
+  }
+  .recently-touched-branches li {
+    border-color: #542 !important;
+  }
+  .recently-pushed-branch-details, #toc .octicon-diff-modified,
+  .secret .repo-label span, .api .s2, .alert.warning p {
+    color: #b74 !important;
+  }
+  .recently-pushed-branch-details a {
+    color: #da6 !important;
+  }
+  /* === Yellow panel === */
+  .branch-status.status-pending .discussion-item-icon,
+  .discussion-event-status-renamed .discussion-item-icon,
+  .state-indicator.renamed, .discussion-topic .branch-status.status-pending,
+  .compare-pr-placeholder, .compare-cutoff, .diff-cutoff, .flash.flash-warn,
+  .flash-global.flash-warn, .markdown-body li.added.moved, .repo-private-label,
+  .gist-secret-label, .label-private {
+    background: #383412 !important;
+    border-color: #662 !important;
+    color: #cb4 !important;
+  }
+  /* code and diff line selection */
+  pre div[style^="background-color: rgb(248, 238, 199)"],
+  .highlight td[style^="background-color: rgb(248, 238, 199)"],
+  td.selected-line.blob-num, td.selected-line.blob-code {
+    background: #262600 !important;
+    border-color: #662 !important;
+  }
+  /* yellow button */
+  .btn.btn-secret {
+    background: linear-gradient(to bottom, #363600, #262600) !important;
+    border-color: #440 !important;
+  }
+  .btn.btn-secret:hover {
+    background: linear-gradient(to bottom, #464600, #363600) !important;
+  }
+  .btn.btn-secret[disabled], .btn.btn-secret[disabled]:hover {
+    background: #262600 !important;
+    border-color: #330 !important;
+  }
+  /* yellow border (travis) */
+  .branch-action-state-unknown .branch-action-body,
+  .branch-action-state-unknown .branch-status,
+  .branch-action-state-unstable .branch-action-body,
+  .branch-action-state-unstable .branch-status {
+    border-color: #884 !important;
+  }
+  .branch-action-state-unknown .branch-action-body::before,
+  .branch-action-state-unstable .branch-action-body::before {
+    border-right-color: #884 !important;
+  }
+  .text-pending, a.text-pending, .compare-pr-placeholder p,
+  .compare-pr-placeholder .help-link, .text-pending strong {
+    color: #cc5 !important;
+  }
+  /* === Green panel === */
+  /* labels */
+  #forkqueue .legend .clean, #revisions ul li.current, .excerpt, .plan.business,
+  .popout, #statusbar, .clean td, #download_button, .status-box.good a,
+  .discussion-item-reopened .discussion-item-icon, .progress-bar .progress,
+  .new-issues, .new-pulls, .mergeable-clean .merge-status-icon,
+  .settings-email .default, .repo-owner-comment .comment-header-tag,
+  .mergeable-clean .bubble, .gh-header-status.open,
+  .branch-status.status-success .discussion-item-icon, .state-open,
+  .state-proposed, .big-notice, .state-indicator.open, .state-indicator.proposed,
+  .state-indicator.reopened, .boxed-group-success,
+  .branch-action-state-clean .branch-action-icon {
+    background: #163 !important;
+    border-color: #062 !important;
+  }
+  /* Green border */
+  .mergeable-clean .bubble .mergeable,
+  .branch-action-state-clean .branch-action-body {
+    border-color: #163 !important;
+  }
+  .mergeable-clean .bubble:after,
+  .branch-action-state-clean .branch-action-body:before {
+    border-right-color: #207038 !important;
+  }
+  .completeness-indicator-success {
+    background: #163 !important;
+  }
+  /* status.github.com */
+  #message.good {
+    background: #103015 !important;
+    border-color: #062 !important;
+  }
+  /* Green text */
+  .text-open, a.text-open, .text-success, a.text-success, .insertions,
+  .open.mini-icon, .open.mega-octicon, .open.mega-octicon:before, .open.octicon,
+  .cadd, .gi .diff-line-num, .authors-and-code .insertions,
+  span.diffstat .diffstat-bar.diff-added, span.diffstat .diffstat-bar i.plus,
+  .steps .complete .mega-octicon:before,
+  ul.summary-stats li .octicon-git-branch-create,
+  ul.summary-stats li .octicon-issue-opened, #toc .octicon-diff-added,
+  .boxed-group-success, .setup-info-module .features-list .octicon,
+  .setup-form-container .secure, .highlight .gi, .type-icon-state-open,
+  a.type-icon-state-open, .text-success strong, .text-open strong {
+    color: #6CC644 !important;
+  }
+  /* interactive button - bright border */
+  .btn-primary:not(.compare-button), .button.primary {
+    background: linear-gradient(to bottom, #407045, #305530) !important;
+    border-color: #083 !important;
+  }
+  .btn-primary:disabled, .button.primary:disabled {
+    background: linear-gradient(to bottom, #203522, #152715) !important;
+    border-color: #041 !important;
+  }
+  /* New additions */
+  .repo-owner-tag .tag, .gist-owner-tag .tag, .release-label.latest {
+    background: #070 !important;
+    color: #ddd !important;
+  }
+  /* Green hovered */
+  .noproblems .pageheader_wrap, a.new-repo:hover {
+    background: #373 !important;
+  }
+  .btn-primary:not(:disabled):not(.compare-button):hover,
+  .button.primary:not(:disabled):hover {
+    background: linear-gradient(to bottom, #508055, #407045) !important;
+  }
+  /* Red */
+  .dangerzone-module h4 {
+    color: #a00 !important;
+  }
+  /* === orange notification === */
+  #user-links .unread_count, .minorproblem .pageheader_wrap {
+    background: rgba(203, 108, 0, 0.8) !important;
+  }
+  /* purple merge status icon, seen in merged issues with an existing branch */
+  .merge-status-icon, .merged-pulls, .state-indicator.merged, .state-merged,
+  .discussion-item-merged .discussion-item-icon {
+    background: #6E5494 !important;
+  }
+  /* purple text */
+  ul.summary-stats li .octicon-git-pull-request, .type-icon-state-merged,
+  a.type-icon-state-merged {
+    color: #6E5494 !important;
+  }
+  .diagram-icon-small.active .mega-octicon:before {
+    color: #932d70 !important;
+  }
+  /* ajax loading */
+  .pjax-loading {
+    background: rgba(64, 64, 64, 0.8) !important;
+  }
+  ul.view-modes-menu {
+    background-image: url("data:image/gif;base64,R0lGODlhBwAEAIAAACIiIv///yH5BAEAAAEALAAAAAAHAAQAAAIIhA+BGWoNWSgAOw==") !important;
+  }
+  /* === Images === */
+  .mini-icon-windows:before {
+    background-position: -18px 0 !important;
+  }
+  /* Repo list (https://github.com/{user}?tab=repositories) */
+  .repo-list-item p, .repo-list-item .repo-list-stats {
+    position: relative !important;
+    z-index: 1 !important;
+  }
+  .reponav-item {
+    position: relative !important;
+    top: 2px !important;
+  }
+  .participation-graph svg {
+    background: transparent !important;
+    opacity: 0.1 !important;
+    z-index: 0 !important;
+  }
+  #network canvas {
+    background: #fff !important;
+    opacity: .85 !important;
+  }
+  .inbox-zero-octocat {
+    opacity: .6 !important;
+  }
+  /* ACE Editor: Darken indent guides */
+  .ace_indent-guide {
+    opacity: .25 !important;
+  }
+  .search .minibutton span {
+    background-position: center -95px !important;
+  }
+  .upload-enabled textarea {
+    border-bottom: 1px dashed #444 !important;
+  }
+  /* history expand buttons */
+  .commit .minibutton.expander-minibutton span {
+    background-position: 50% -45px !important;
+  }
+  .commit.open .minibutton.expander-minibutton span {
+    background-position: 50% -145px !important;
+  }
+  /* pull request avatar bubble */
+  .avatar-bubble:before, .discussion-bubble-content:before {
+    border-color: transparent #333 transparent transparent !important;
+  }
+  /* octocat spinners */
+  img[src*="octocat-spinner"], img[src="/images/spinner.gif"] {
+    width: 0 !important;
+    height: 0 !important;
+  }
+  img[src*="octocat-spinner"], img[src="/images/spinner.gif"], .facebox-loading,
+  .branch-action-body .spinner, .status-indicator-loading,
+  .ajax-pagination-form.loading .ajax-pagination-btn:after {
+    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZmlsbD0iIzMzMyIgZD0ibTMzMi4yODk0MjkgODcuMDg3MjE5YzYwLjAzMzI5NSAtMjAgMTE0IC0yMSAxNzIgMS4wNDcyNDFsLTExLjQwMzU5NSAzMi44NTA5NTJjLTQzLjMzMzM0NCAtMTUgLTEwNCAtMTUgLTE0OCAwIiB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0MTguNzU3IDk2LjE4ODUpIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0ibTM5OC41Mjc0NjYgMjQ2LjM4ODU5NmM2MC4wMzMzMjUgLTIwIDExNCAtMjEgMTcyIDEuMDQ3MjQxbC0xMS40MDM1NjQgMzIuODUwOTY3Yy00My4zMzMzNzQgLTE1IC0xMDQgLTE1IC0xNDggMCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNDg0Ljk5NSAyNTUuNDkpIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjEyNXMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0zMzEuMzMyMjE0IDQwNC44MjM2NjljNjAuMDMzMzI1IC0yMCAxMTQgLTIxIDE3MiAxLjA0NzI0MWwtMTEuNDAzNTM0IDMyLjg1MDk1MmMtNDMuMzMzNDA1IC0xNSAtMTA0IC0xNSAtMTQ4IDAiIHRyYW5zZm9ybT0icm90YXRlKDEzNSA0MTcuOCA0MTMuOTI1KSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbCIgdmFsdWVzPSIjMzMzOyNlZWU7IzMzMzsjMzMzIiBiZWdpbj0iMC4yNTBzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJtMTcxLjU4MjIzIDQ3MC4zMjM2NjljNjAuMDMzMzEgLTIwIDExNCAtMjEgMTcyIDEuMDQ3MjQxbC0xMS40MDM1MzQgMzIuODUwOTUyYy00My4zMzM0MDUgLTE1IC0xMDQgLTE1IC0xNDggMCIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDI1OC4wNSA0NzkuNDI1KSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbCIgdmFsdWVzPSIjMzMzOyNlZWU7IzMzMzsjMzMzIiBiZWdpbj0iMC4zNzVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJtMTMuMDgyMiA0MDYuMDc0MDA1YzYwLjAzMzMwMSAtMjAgMTE0IC0yMSAxNzIgMS4wNDY5OTdsLTExLjQwNDAwNyAzMi44NTA5ODNjLTQzLjMzMjk5MyAtMTUgLTEwNCAtMTUgLTE0OCAwIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDk5LjU1IDQxNS4xNzUpIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjUwMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0tNTMuNzEzNDg2IDI0Ny4wOTE1NTNjNjAuMDMzMzEgLTIwIDExNCAtMjEgMTcyIDEuMDQ2OTk3bC0xMS40MDQwMjIgMzIuODUwOTgzYy00My4zMzI5NzcgLTE1IC0xMDQgLTE1IC0xNDggMCIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDMyLjc1NCAyNTYuMTkzKSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbCIgdmFsdWVzPSIjMzMzOyNlZWU7IzMzMzsjMzMzIiBiZWdpbj0iMC42MjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJtMTIuODgzNjIxIDg3LjA2MTQ4NWM2MC4wMzMyOTUgLTIwIDExNCAtMjEgMTcyIDEuMDQ3MjQ5bC0xMS40MDM1OTUgMzIuODUwOTUyYy00My4zMzMzNDQgLTE1IC0xMDQgLTE1IC0xNDggMCIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDk5LjM1MTQgOTYuMTYyOCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuNzUwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0ibTE3Mi45MDY2MzEgMjAuOTI5NzQxYzYwLjAzMzMxIC0yMCAxMTQgLTIxIDE3MiAxLjA0NzIzbC0xMS40MDM1OTUgMzIuODUwOTZjLTQzLjMzMzM0NCAtMTUgLTEwNCAtMTUgLTE0OCAwIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjg3NXMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiNlZWUiIGQ9Im0gMTk3IDQ1OSBjIDAgMCAwIC00OCAwIC00OCAwIDAgLTQgLTQgLTMzIC0xIC0yOCAzIC02MiAtNjYgLTY1IC02OSAyNCAtMTAgNDMgMjYgNjUgMzggMCAwIDMxIDAgMzEgMCAwIDAgMyAtNDQgMjAgLTM3IDE3IDYgLTcyIDEgLTk3IC02MSAtMjUgLTYyIDE5IC0xMjYgMjAgLTExNSAwIDkgLTE3IC0zNSAtMTAgLTQ2IDIwIC0yNCA1MCAxMSA2OSAxNSA1IDAgMTggLTggNTkgLTcgNDEgMCA1NSA4IDYwIDYgMjIgLTEwIDUxIC0zMiA2NSAtMTcgMTAgMTIgLTEgNjEgLTEgNDkgMCAtMTIgNDMgODEgNiAxMzIgQyAzNTcgMzQ0IDI5MSAzNDEgMzAyIDM0NCBjIDIxIDE1IDE0IDkxIDE0IDExNSBsIC0yMiA0IDAgLTc0IGMgMCAtOSAtOSAtMTAgLTkgLTkgbCAwIDg1IC0yMSAxIDAgLTg2IC0xMCAwIDAgODYgLTIwIC0xIDAgLTgzIGMgMCAwIC04IC0xIC04IDEwIGwgMCA3MiIvPjwvc3ZnPg==") !important;
+    background-size: contain !important;
+  }
+  img[src*="octocat-spinner"][width="128"] {
+    padding: 64px !important;
+  }
+  img[src*="octocat-spinner"][width="64"] {
+    padding: 32px !important;
+  }
+  img[src*="octocat-spinner"][width="32"] {
+    padding: 16px !important;
+  }
+  img[src*="octocat-spinner"][width="16"] {
+    padding: 8px !important;
+  }
+  img[src="/images/spinner.gif"] {
+    padding: 32px !important;
+  }
+  /* front page: 'more' spinner */
+  .ajax-pagination-form.loading .ajax-pagination-btn {
+    position: relative !important;
+    border-color: #343434 !important;
+    background: #181818 !important;
+  }
+  .ajax-pagination-form.loading .ajax-pagination-btn:after {
+    content: '' !important;
+    position: absolute !important;
+    width: 16px !important;
+    height: 16px !important;
+    left: 50% !important;
+    top: 50% !important;
+    transform: translate(-50%, -50%) !important;
+  }
+  .branch-action-body .spinner, div.facebox-loading, .status-indicator-loading {
+    background-position: center center !important;
+    width: 100% !important;
+    background-repeat: no-repeat !important;
+  }
+  /* image preview background */
+  .render-shell .img-view img, .file .image img, .file .image canvas {
+    background-image: url("data:image/gif;base64,R0lGODlhCgAKAIAAABoaGgAAACwAAAAACgAKAAACEYQdmYcaDNxjEspKndVZbc8UADs=") !important;
+  }
+  /* language stats bar */
+  .repository-lang-stats-graph {
+    height: 9px !important;
+  }
+  /* no border */
+  .multiple-avatars, .multiple-avatars:before, table.files, table.files tr,
+  .simple-conversation-list>li:first-child, .gobutton.with-comments .sha,
+  .menu a, .menu li, .usage-bar dd, .setup-form-container .fieldgroup .fields,
+  .inline-comments .line-comments, #gist-form .gist-name-textbox,
+  #adv_code_search .search-page-input, .fullscreen-overlay textarea,
+  .file .image .border-wrap {
+    border: 0 !important;
+  }
+  .dashboard-tabs a {
+    border-left: 0 !important;
+    border-right: 0 !important;
+  }
+  .js-details-container.navigation-focus .gobutton {
+    background: linear-gradient(#444, #222) !important;
+  }
+  /* no top border radius */
+  table.files {
+    border-top-left-radius: 0 !important;
+    border-top-right-radius: 0 !important;
+  }
+  /* add border */
+  #network, .issues-list, .pulls-list-group, .commit-tease, .branch-infobar,
+  .pagehead.repohead h1 .repo-label span,
+  .coupons .coupon-form-body .coupon-icon, .markdown-format table, .menu,
+  .merge-pr-more-commits {
+    border: 1px solid #484848 !important;
+  }
+  #graph-shots li>p, .select-menu-item, .logo-box, .branch-infobar {
+    border-bottom: none !important;
+  }
+  .pull-info, .branch-link, .milestone-list .progress-bar {
+    border: 1px solid #444 !important;
+  }
+  .pull-head, .capped-box {
+    border-bottom: #484848 1px solid !important;
+  }
+  .dropdown-menu:after {
+    border-bottom: #343434 8px solid !important;
+  }
+  /* inline code - add with border */
+  .markdown-format code, .markdown-body code, .markdown-body tt,
+  .markdown-format pre, .markdown-body pre, .markdown-format .highlight pre,
+  .markdown-body .highlight pre, body.blog pre {
+    border: 1px solid rgba(255, 255, 255, .1) !important;
+  }
+  #facebox pre, #contributors-master svg.viz {
+    border: 1px solid #343434 !important;
+  }
+  /* orange rss icon */
+  .blog-aside .octicon-rss, .dashboard-feed-icon.octicon-rss,
+  .nav-rss a .octicon-rss {
+    color: #f93 !important;
+  }
+  .featured-label {
+    background: #F5B987 !important;
+    border: none !important;
+    padding: 6px !important;
+    color: #D26911 !important;
+  }
+  .featured-label .octicon {
+    color: #D26911 !important;
+  }
+  /* secret gists */
+  .secret .mega-octicon:before,
+  .page-new-repo div.form-checkbox .octicon-lock:before {
+    color: #a1882b !important;
+  }
+  /* diff highlighting (no syntax highlight) */
+  /* main diff text color */
+  .diff-line-pre {
+    color: #ccc !important;
+  }
+  .diff-table .line-comments {
+    border-top: 1px solid #333 !important;
+    border-bottom: 1px solid #333 !important;
+  }
+  #header-wrapper, .menu li + li {
+    border-bottom: 1px solid #333 !important;
+  }
+  .js-release-form .drag-and-drop {
+    border-top: none !important;
+  }
+  /* light grey - breaks in diff (with line numbers) */
+  .highlight .expandable-line-num, .highlight .diff-line-num-hunk,
+  .highlight .diff-line-code-hunk, .highlight .expandable-line-code {
+    background: #222 !important;
+    color: #888 !important;
+  }
+  /* git diff line additions (dark green) */
+  .blob-code.blob-code-addition, .blob-num.blob-num-addition,
+  .prose-diff .changed ins, .prose-diff .changed ins code,
+  .prose-diff .changed ins pre, .prose-diff .changed .added,
+  .prose-diff > .markdown-body ins pre, .prose-diff > .markdown-body ins code,
+  .prose-diff > .markdown-body ins > div, .prose-diff > .markdown-body ins > p {
+    background: #002800 !important;
+    border-color: #060 !important;
+  }
+  /* git diff line deletions (dark red) */
+  .blob-code.blob-code-deletion, .blob-num.blob-num-deletion,
+  .prose-diff > .markdown-body .changed del,
+  .prose-diff > .markdown-body .changed del pre,
+  .prose-diff > .markdown-body .changed del code,
+  .prose-diff > .markdown-body .changed del > div,
+  .prose-diff > .markdown-body .changed .removed,
+  .prose-diff > .markdown-body .changed .removed pre,
+  .prose-diff > .markdown-body .changed .removed code,
+  .prose-diff > .markdown-body .changed .removed > div {
+    background: #380000 !important;
+    border-color: #600 !important;
+  }
+  /* hover highlight in code and diffs */
+  .diff-table tr:hover > pre,
+  .highlight:not(.lines) tr:not(.inline-comments):hover td:not(.line-age):not([style^="background-color: rgb(248, 238, 199)"]) {
+    background: #272727 !important;
+  }
+  .highlight:not(.lines) tr:not(.inline-comments):hover td.blob-num-addition:not(.line-age),
+  .highlight:not(.lines) tr:not(.inline-comments):hover td.blob-code-addition:not(.line-age) {
+    background: #103810 !important;
+  }
+  .highlight:not(.lines) tr:not(.inline-comments):hover td.blob-num-deletion:not(.line-age),
+  .highlight:not(.lines) tr:not(.inline-comments):hover td.blob-code-deletion:not(.line-age) {
+    background: #481010 !important;
+  }
+  .highlight:not(.lines) tr:not(.inline-comments):hover td.selected-line.blob-num:not(.line-age),
+  .highlight:not(.lines) tr:not(.inline-comments):hover td.selected-line.blob-code:not(.line-age),
+  .highlight tr:not(.inline-comments):hover td[style^="background-color: rgb(248, 238, 199)"] {
+    background: #363610 !important;
+  }
+  .prose-diff > .markdown-body th.changed,
+  .prose-diff > .markdown-body td.changed {
+    background: #282818 !important;
+  }
+  .blob-code-addition .x, .highlight .blob-code-addition .x {
+    background: #252 !important;
+    color: #eee !important;
+  }
+  .blob-code-deletion .x, .highlight .blob-code-deletion .x {
+    background: #622 !important;
+    color: #eee !important;
+  }
+  /* git diff line numbers (med green) */
+  .gi .diff-line-num, .gi .diff-line-code, .gi .diff-line-pre {
+    background: #020 !important;
+    border-color: #040 !important;
+  }
+  /* git diff line deletions (med red) */
+  .gd .diff-line-num, .highlight .err, .gd .diff-line-code, .gd .diff-line-pre {
+    background: #300 !important;
+    border-color: #500 !important;
+  }
+  /* GitHub Enterprise Only
+   *                                 _____..---========+*+==========---.._____
+   *    ______________________ __,-='=====____  =================== _____=====`=
+   *   (._____________________I__) - _-=_/    `---------=+=--------'
+   *       /      /__...---===='---+---_'
+   *      '------'---.___ -  _ =   _.-'
+   *                     `--------'
+   */
+  .enterprise #network canvas {
+    background: none transparent !important;
+    opacity: 1 !important;
+  }
+  .enterprise.page-profile .profilecols ul.stats li strong {
+    color: #CCC;
+    background: transparent !important;
+  }
+  .enterprise ul.selling-points li {
+    color: #FFF;
+  }
+  .enterprise .steps {
+    margin: 20px auto 0;
+    padding: 15px 10px;
+    border: 1px solid #ddd;
+    border-radius: 3px;
+    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
+    background: #222;
+    color: #FFF;
+  }
+  .enterprise .dashboard-notice {
+    background: #222 !important;
+    color: #CCC;
+  }
+  .enterprise .autocomplete-item {
+    color: #CCC;
+  }
+  .enterprise .repo-nav a:focus, .enterprise .repo-nav a:hover {
+    border-radius: 0 !important;
+    border-left: #eee 1px solid !important;
+  }
+  .enterprise .repo-nav a, .enterprise .repo-menu,
+  .enterprise .repo-nav a .counter {
+    text-shadow: none !important;
+    box-shadow: none !important;
+  }
+  .enterprise .repo-nav li > .selected:after {
+    background: #333 none !important;
+    border-color: #484848 !important;
+  }
+  .enterprise .repo-nav-contents {
+    box-shadow: inset 1px 0 0 #333 !important;
+  }
+  .enterprise div.repo-nav-contents {
+    background: rgba(34, 34, 34, 0.4) !important;
+  }
+  .enterprise ul.repo-menu a.selected {
+    border-left: transparent 1px solid !important;
+  }
+  .enterprise .repo-menu-separator {
+    border-bottom: #333 1px solid !important;
+  }
+  .enterprise .repo-nav a.selected .octicon,
+  .enterprise .repo-menu a.selected:after,
+  .enterprise .repo-menu li:hover .octicon {
+    color: #eee !important;
+  }
+  .enterprise .repo-menu-separator:before, .enterprise .repo-nav-contents:before,
+  .enterprise .repo-menu-separator, .enterprise .repo-nav-contents:after {
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+  .enterprise .repo-nav a:focus, .enterprise .repo-nav a:hover {
+    border-radius: 0 !important;
+    border-left: #eee 1px solid !important;
+  }
+  .enterprise ul.repo-menu a.selected {
+    border-color: #343434 !important;
+  }
+  /* ZenHub styling */
+  .zh-button, .is-not-pawed:hover .zh-paw-btn-inner {
+    background: /*[[base-color]]*/ #4183C4 !important;
+    border-color: /*[[base-color]]*/ #4183C4 !important;
+    color: #fff !important;
+  }
+  .zh-pipeline-issue-toggler:hover, .date_selector .date-button,
+  .zh-todo-link:hover .zh-todo-navbar-icon {
+    color: /*[[base-color]]*/ #4183C4 !important;
+  }
+  /* background */
+  .zh-overlay {
+    background-color: rgba(0, 0, 0, 0.9) !important;
+  }
+  .zh-board-menu-item .octicon, .zh-milestone-header .octicon {
+    background-image: none !important;
+    border-color: transparent !important;
+    border-right-color: #333 !important;
+    color: #ddd !important;
+  }
+  .zh-issue-placeholder, .zh-issueviewer-content, .zh-board-menu-item button,
+  .zh-board-menu-item button, .zh-todo-item-not-sortable,
+  .zh-todo-item-placeholder, .zh-todolist-menu-item-placeholder {
+    background-color: #111 !important;
+    border-color: #484848 !important;
+  }
+  li.zh-pipeline, li.new-pipeline-column, .zh-schema-pipelines,
+  .zh-pipeline-issue-heading, .zh-connect-repository-container, .burndown-chart,
+  .zh-todolist-box {
+    background: #181818 !important;
+    border-color: #484848 !important;
+  }
+  .zh-pipeline-issue-content, .zh-issue-meta, .zh-pipeline-issue-action,
+  .zh-pipeline-heading-container, .zh-button-grey, .zh-schema-title,
+  .zh-milestone-dates, .zh-burndown-chart .milestone-start-calendar-container,
+  .zh-toggle-button.selected, .popover li, .zh-todo-item,
+  div.zh-issuecard-container, .zh-onboarding-modal,
+  .zh-onboarding-tooltip-target, .zh-onboarding-tooltip {
+    background: #222 !important;
+    border-color: #484848 !important;
+  }
+  .zh-uploader-drop, .zh-button-grey.selected, .zh-button-grey:hover,
+  .is-not-pawed:not(.zh-paw-count-0), .zh-board-menu-item button:hover,
+  .zh-toggle-button.selected:hover, .popover li:hover,
+  .zh-todolist-today-separator, .zh-todolist-completed-separator,
+  .zh-todolist-menu.ui-sortable-helper {
+    background: #333 !important;
+  }
+  .zh-chart .yaxis-strips .hstripe:nth-child(2n) {
+    fill: #222 !important;
+  }
+  /* border */
+  .zh-paw-btn-inner, .zh-schema, .zh-schema-pipeline-name, .popover,
+  .zh-uploader-drop, .zh-milestone-dates, .zh-burndown-chart-container,
+  .zh-burndown-chart .stats-container, .popover li,
+  .zh-pipeline-collapsed .zh-pipeline-options,
+  .zh-todolist-menu.ui-sortable-helper, .zh-new-pipeline-header,
+  .zh-issuecard-main, .zh-onboarding-tooltip-title, .zh-onboarding-modal-title {
+    border-color: #484848 !important;
+  }
+  .popover.right .arrow {
+    border-right-color: #484848 !important;
+  }
+  .file-commit-form .commit-form:before, .file-commit-form .commit-form:after,
+  .zh-burndown .stats-item, .zh-todopage-menu {
+    border-right-color: #343434 !important;
+  }
+  .zh-onboarding-tooltip-w::after {
+    border-left-color: #343434 !important;
+  }
+  /* text */
+  .zh-uploader-container *, .zh-overlay-body, .zh-pipeline-issue-action,
+  .zh-board-menu-item button.selected .octicon, .zh-todolist-create:hover,
+  .zh-onboarding-modal *, .zh-onboarding-tooltip-target,
+  .zh-onboarding-tooltip * {
+    color: #fff !important;
+  }
+  .popover li, .zh-pipeline-options li:hover {
+    color: #ccc !important;
+  }
+  .zh-schema-pipeline-name, #zh-export-issue-json .octicon-file-directory,
+  .zh-board-menu-item .toggle-button .octicon {
+    color: #888 !important;
+  }
+  .zh-pipeline-options li {
+    color: #5f5f5f !important;
+  }
+  /* tooltip */
+  .popover {
+    background: #333 !important;
+    box-shadow: none !important;
+    text-shadow: none !important;
+  }
+  /* button tweaks */
+  .zh-repo-switcher .select-menu-button {
+    padding-bottom: 4px !important;
+  }
+  .zh-repo-switcher .select-menu-button:after {
+    margin-right: 4px !important;
+  }
+  .zh-board-menu-itemgroup .minibutton {
+    border: #343434 1px solid !important;
+    padding: 4px !important;
+    border-radius: 3px !important;
+    color: #c0c0c0 !important;
+  }
+  #zh-show-closed-pipeline-checkbox {
+    vertical-align: middle !important;
+  }
+  /* vote */
+  .is-not-pawed .zh-paw-btn-inner, .zh-split-button-icon {
+    background: transparent !important;
+    border: #484848 1px solid !important;
+  }
+  .is-pawed .zh-paw-btn-inner {
+    background: #207038 !important;
+    color: #333 !important;
+    box-shadow: none !important;
+    text-shadow: none !important;
+  }
+  .zh-paw-btn-count, .zh-todo-link span {
+    color: #ddd !important;
+  }
+  /* invert image */
+  .zh-upload-image {
+    -webkit-filter: invert(40%) !important;
+            filter: invert(40%) !important;
+  }
+  .zh-icon-burndown, .zh-todo-icon-today-dark-grey {
+    -webkit-filter: invert(100%) !important;
+            filter: invert(100%) !important;
+  }
+  /* webkit scrollbars */
+  .zh-pipeline-issues-wrapper::-webkit-scrollbar-track {
+    background: #181818 !important;
+  }
+  .zh-board-wrapper.horizontal-scrollbar::-webkit-scrollbar-track {
+    background: #181818 !important;
+  }
+  .zh-board-wrapper.horizontal-scrollbar::-webkit-scrollbar-thumb {
+    background: #444 !important;
+  }
+  .zh-pipeline-issues-wrapper::-webkit-scrollbar-thumb {
+    background: #444 !important;
+  }
+  /* OS X font rendering tweak, only active on sub-retina pixel ratios, might affect
+   * Chrome on other OSs too, see https://github.com/StylishThemes/GitHub-Dark/issues/86
+   */
+  @media screen and (max-resolution: 1.99dppx) {
+    html {
+      -moz-osx-font-smoothing: grayscale !important;
+      -webkit-font-smoothing: antialiased !important;
+    }
+  }
+  /* inline code - single lines */
+  .markdown-body code, .markdown-body tt, .protip code, .content dl code,
+  .content ul code, p code, body.blog pre > code,
+  .content .sectionbody .dlist dt, .content p > tt,
+  .content .sectionbody .dlist dt, .content p > tt, .commit-sha,
+  .commit-preview .message pre, .rendered_html pre, .rendered_html code {
+    background: #202020 !important;
+  }
+  /* inline code - big blocks */
+  pre, .markdown-format pre, .markdown-body pre, .markdown-format .highlight pre,
+  .markdown-body .highlight pre, body.blog pre, #facebox pre, .blob-expanded,
+  .terminal, .copyable-terminal, #notebook .input_area, .blob-code-context,
+  /*[[syntax-theme]]*/
+  /* grunt build - remove to end of file */
+  /* Syntax Theme - Twilight */
+  .highlight,
+  .ace_editor {
+    background: #141414 !important;
+    color: #ddd !important;
+  }
+  .pl-c, .pl-c span {
+    color: #5F5A60 !important;
+    font-style: italic !important;
+  }
+  /* comment */
+  .pl-c1 {
+    color: #CF6A4C !important;
+  }
+  /* constant */
+  .pl-cce {
+    color: #CF6A4C !important;
+    font-weight: normal !important;
+  }
+  /* constant.character.escape */
+  .pl-cn {
+    color: #CF6A4C !important;
+  }
+  /* constant.numeric */
+  .pl-coc {
+    color: #CF6A4C !important;
+  }
+  /* constant.other.color */
+  .pl-cos {
+    color: #8F9D6A !important;
+  }
+  /* constant.other.symbol */
+  .pl-e {
+    color: #AC885B !important;
+  }
+  /* entity */
+  .pl-ef {
+    color: #AC885B !important;
+  }
+  /* entity.function */
+  .pl-en {
+    color: #AC885B !important;
+  }
+  /* entity.name */
+  .pl-enc {
+    color: #CF6A4C !important;
+  }
+  /* entity.name.class */
+  .pl-enf {
+    color: #AC885B !important;
+  }
+  /* entity.name.function */
+  .pl-enm {
+    color: #AC885B !important;
+  }
+  /* entity.name.method-name */
+  .pl-ens {
+    color: #CF6A4C !important;
+  }
+  /* entity.name.section */
+  .pl-ent {
+    color: #CDA869 !important;
+  }
+  /* entity.name.tag */
+  .pl-entc {
+    color: #AC885B !important;
+  }
+  /* entity.name.type.class */
+  .pl-enti {
+    color: #AC885B !important;
+    font-weight: bold !important;
+  }
+  /* entity.name.type.instance */
+  .pl-entm {
+    color: #7587A6 !important;
+  }
+  /* entity.name.type.module */
+  .pl-eoa {
+    color: #CDA869 !important;
+  }
+  /* entity.other.attribute-name */
+  .pl-eoac {
+    color: #7587A6 !important;
+  }
+  /* entity.other.attribute-name.class */
+  .pl-eoac .pl-pde {
+    color: #7587A6 !important;
+  }
+  /* punctuation.definition.entity */
+  .pl-eoai {
+    color: #CDA869 !important;
+  }
+  /* entity.other.attribute-name.id */
+  .pl-eoai .pl-pde {
+    color: #CDA869 !important;
+  }
+  /* punctuation.definition.entity */
+  .pl-eoi {
+    color: #AC885B !important;
+  }
+  /* entity.other.inherited-class */
+  .pl-k {
+    color: #CDA869 !important;
+  }
+  /* keyword */
+  .pl-ko {
+    color: #CDA869 !important;
+  }
+  /* keyword.operator */
+  .pl-kolp {
+    color: #CDA869 !important;
+  }
+  /* keyword.operator.logical.python */
+  .pl-kos {
+    color: #CF6A4C !important;
+  }
+  /* keyword.other.special-method */
+  .pl-kou {
+    color: #CF6A4C !important;
+  }
+  /* keyword.other.unit */
+  .pl-mai .pl-sf {
+    color: #7587A6 !important;
+  }
+  /* support.function */
+  .pl-mb {
+    color: #8F9D6A !important;
+    font-weight: bold !important;
+  }
+  /* markup.bold */
+  .pl-mc {
+    color: #CDA869 !important;
+  }
+  /* markup.changed */
+  .pl-mh {
+    color: #CF6A4C !important;
+    font-weight: normal !important;
+  }
+  /* markup.heading */
+  .pl-mh .pl-pdh {
+    color: #CF6A4C !important;
+  }
+  /* markup.heading punctuation.definition.heading */
+  .pl-mi {
+    color: #CDA869 !important;
+    font-style: italic !important;
+  }
+  /* markup.italic */
+  .pl-ml {
+    color: #8F9D6A !important;
+  }
+  /* markup.list */
+  .pl-mm {
+    color: #7587A6 !important;
+  }
+  /* meta.module-reference */
+  .pl-mp {
+    color: #C5AF75 !important;
+  }
+  /* meta.property-name */
+  .pl-mp1 .pl-sf {
+    color: #DAD085 !important;
+  }
+  /* meta.property-value support.function */
+  .pl-mq {
+    color: #CF6A4C !important;
+  }
+  /* markup.quote */
+  .pl-mr {
+    color: #CDA869 !important;
+  }
+  /* meta.require */
+  .pl-ms {
+    color: #CDA869 !important;
+  }
+  /* meta.selector */
+  .pl-pdb {
+    color: #8F9D6A !important;
+    font-weight: bold !important;
+  }
+  /* punctuation.definition.bold */
+  .pl-pdc {
+    color: #5F5A60 !important;
+    font-style: italic !important;
+  }
+  /* punctuation.definition.comment */
+  .pl-pdc1 {
+    color: #CF6A4C !important;
+  }
+  /* punctuation.definition.constant */
+  .pl-pde {
+    color: #CF6A4C !important;
+  }
+  /* punctuation.definition.entity */
+  .pl-pdi {
+    color: #CDA869 !important;
+    font-style: italic !important;
+  }
+  /* punctuation.definition.italic */
+  .pl-pds {
+    color: #8F9D6A !important;
+  }
+  /* punctuation.definition.string */
+  .pl-pdv {
+    color: #7587A6 !important;
+  }
+  /* punctuation.definition.variable */
+  .pl-pse {
+    color: #CF6A4C !important;
+  }
+  /* punctuation.section.embedded */
+  .pl-pse .pl-s2 {
+    color: #CF6A4C !important;
+  }
+  /* punctuation.section.embedded source */
+  .pl-s {
+    color: #F9EE98 !important;
+  }
+  /* storage */
+  .pl-s1 {
+    color: #8F9D6A !important;
+  }
+  /* string */
+  .pl-s2 {
+    color: #ddd !important;
+  }
+  /* source */
+  .pl-mp .pl-s3 {
+    color: #CDA869 !important;
+  }
+  /* support */
+  .pl-s3 {
+    color: #DAD085 !important;
+  }
+  /* support */
+  .pl-sc {
+    color: #DAD085 !important;
+  }
+  /* support.class */
+  .pl-scp {
+    color: #CF6A4C !important;
+  }
+  /* support.constant.property-value */
+  .pl-sf {
+    color: #DAD085 !important;
+  }
+  /* support.function */
+  .pl-smc {
+    color: #AC885B !important;
+  }
+  /* storage.modifier.c */
+  .pl-smi {
+    color: #ddd !important;
+  }
+  /* storage.modifier.import */
+  .pl-smp {
+    color: #ddd !important;
+  }
+  /* storage.modifier.package */
+  .pl-sok {
+    color: #CDA869 !important;
+  }
+  /* support.other.keyword */
+  .pl-sol {
+    color: #8F9D6A !important;
+  }
+  /* string.other.link */
+  .pl-som {
+    color: #7587A6 !important;
+  }
+  /* support.other.module */
+  .pl-sr {
+    color: #7587A6 !important;
+  }
+  /* string.regexp */
+  .pl-sra {
+    color: #CDA869 !important;
+  }
+  /* string.regexp string.regexp.arbitrary-repetition */
+  .pl-src {
+    color: #CDA869 !important;
+  }
+  /* string.regexp.character-class */
+  .pl-sre {
+    color: #CDA869 !important;
+  }
+  /* string.regexp source.ruby.embedded */
+  .pl-st {
+    color: #CDA869 !important;
+  }
+  /* support.type */
+  .pl-stj {
+    color: #7587A6 !important;
+  }
+  /* storage.type.java */
+  .pl-stp {
+    color: #9B859D !important;
+  }
+  /* support.type.property-name */
+  .pl-sv {
+    color: #9B859D !important;
+  }
+  /* support.variable */
+  .pl-v {
+    color: #9B859D !important;
+  }
+  /* variable */
+  .pl-vi {
+    color: #CF6A4C !important;
+  }
+  /* variable.interpolation */
+  .pl-vo {
+    color: #AC885B !important;
+  }
+  /* */
+  .pl-vpf {
+    color: #7587A6 !important;
+  }
+  /* variable.parameter.function */
+  /* Diff - Example: https://gist.github.com/silverwind/904159f1e71e2e626375 */
+  .pl-mi1 {
+    color: #55A532 !important;
+    background: #020 !important;
+  }
+  /* markup.inserted */
+  .pl-mdht {
+    color: #55A532 !important;
+    background: #020 !important;
+  }
+  /* meta.diff.header.to-file */
+  .pl-md {
+    color: #BD2C00 !important;
+    background: #200 !important;
+  }
+  /* markup.deleted */
+  .pl-mdhf {
+    color: #BD2C00 !important;
+    background: #200 !important;
+  }
+  /* meta.diff.header.from-file */
+  .pl-mdr {
+    color: #CF6A4C !important;
+    font-weight: normal !important;
+  }
+  /* meta.diff.range */
+  .pl-mdh {
+    color: #7587A6 !important;
+    font-weight: normal !important;
+  }
+  /* meta.diff.header */
+  .pl-mdi {
+    color: #7587A6 !important;
+    font-weight: normal !important;
+  }
+  /* meta.diff.index */
+  /* TODO: Fix unstyled classes below */
+  .pl-ib {
+    background-color: #f93 !important;
+  }
+  /* invalid.broken */
+  .pl-id {
+    background-color: #a31515 !important;
+    color: #fff !important;
+  }
+  /* invalid.deprecated */
+  .pl-ii {
+    background-color: #df5000 !important;
+    color: #fff !important;
+  }
+  /* invalid.illegal */
+  .pl-iu {
+    background-color: #b4b7b4 !important;
+  }
+  /* invalid.unimplemented */
+  .pl-mo {
+    color: #969896 !important;
+  }
+  /* meta.output */
+  .pl-mri {
+    color: #008080 !important;
+  }
+  /* markup.raw.inline */
+  .pl-ms1 {
+    background-color: #f5f5f5 !important;
+  }
+  /* meta.separator */
+  .pl-va {
+    color: #008080 !important;
+  }
+  /* variable.assignment */
+  .pl-vpu {
+    color: #008080 !important;
+  }
+  /* variable.parameter.url */
+  .pl-entl {
+    color: #ddd !important;
+  }
+  /* entity.name.tag.label *//*! twilight */
+  .ace_editor .ace_gutter {
+    background: #232323 !important;
+    color: #E2E2E2 !important;
+  }
+  .ace_editor .ace_print-margin {
+    width: 1px !important;
+    background: #232323 !important;
+  }
+  .ace_editor .ace_cursor {
+    color: #A7A7A7 !important;
+  }
+  .ace_editor .ace_marker-layer .ace_selection {
+    background: rgba(221, 240, 255, .2) !important;
+  }
+  .ace_editor.ace_multiselect .ace_selection.ace_start {
+    box-shadow: 0 0 3px 0 #141414 !important;
+    border-radius: 2px !important;
+  }
+  .ace_editor .ace_marker-layer .ace_step {
+    background: #665200 !important;
+  }
+  .ace_editor .ace_marker-layer .ace_bracket {
+    margin: -1px 0 0 -1px !important;
+    border: 1px solid rgba(255, 255, 255, .25) !important;
+  }
+  .ace_editor .ace_marker-layer .ace_active-line {
+    background: rgba(255, 255, 255, .031) !important;
+  }
+  .ace_editor .ace_gutter-active-line {
+    background-color: rgba(255, 255, 255, .031) !important;
+  }
+  .ace_editor .ace_identifier {
+    color: #7587A6 !important;
+  }
+  .ace_editor .ace_invisible {
+    color: rgba(255, 255, 255, .25) !important;
+  }
+  .ace_editor .ace_keyword, .ace_editor .ace_meta {
+    color: #CDA869 !important;
+  }
+  .ace_editor .ace_constant, .ace_editor .ace_constant.ace_character,
+  .ace_editor .ace_constant.ace_character.ace_escape,
+  .ace_editor .ace_constant.ace_other, .ace_editor .ace_heading,
+  .ace_editor .ace_markup.ace_heading, .ace_editor .ace_support.ace_constant {
+    color: #CF6A4C !important;
+  }
+  .ace_editor .ace_invalid.ace_illegal {
+    color: #F8F8F8 !important;
+    background-color: rgba(86, 45, 86, .75) !important;
+  }
+  .ace_editor .ace_invalid.ace_deprecated {
+    text-decoration: underline !important;
+    font-style: italic !important;
+    color: #D2A8A1 !important;
+  }
+  .ace_editor .ace_support {
+    color: #9B859D !important;
+  }
+  .ace_editor .ace_fold {
+    background-color: #AC885B !important;
+    border-color: #F8F8F8 !important;
+  }
+  .ace_editor .ace_support.ace_function {
+    color: #DAD085 !important;
+  }
+  .ace_editor .ace_support.ace_type {
+    color: #CDA869 !important;
+  }
+  .ace_editor .ace_list, .ace_editor .ace_markup.ace_list,
+  .ace_editor .ace_storage {
+    color: #F9EE98 !important;
+  }
+  .ace_editor .ace_entity.ace_name.ace_function, .ace_editor .ace_meta.ace_tag {
+    color: #CDA869 !important;
+  }
+  .ace_editor .ace_entity.ace_other.ace_attribute-name {
+    color: #AC885B !important;
+  }
+  /* html attribute name */
+  .ace_editor .ace_string {
+    color: #8F9D6A !important;
+  }
+  .ace_editor .ace_string.ace_regexp {
+    color: #E9C062 !important;
+  }
+  .ace_editor .ace_comment {
+    font-style: italic !important;
+    color: #5F5A60 !important;
+  }
+  .ace_editor .ace_variable {
+    color: #7587A6 !important;
+  }
+  .ace_editor .ace_variable.ace_language {
+    color: #9B859D !important;
+  }
+  .ace_editor .ace_xml-pe {
+    color: #494949 !important;
+  }
+  .ace_editor .ace_indent-guide {
+    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQERFpYLC1tf0PAAgOAnPnhxyiAAAAAElFTkSuQmCC") right repeat-y !important;
+  }
+  /* Jupyter Notebooks *//*! Twilight; https://gist.github.com/dansimpson/803005 */
+  #notebook .highlight table {
+    background: #181818 !important;
+    color: #F8F8F8 !important;
+    font-family: Consolas, Monaco, "Lucida Console" !important;
+  }
+  #notebook .highlight * {
+    font-family: Consolas, Monaco, "Lucida Console" !important;
+    color: #F8F8F8 !important;
+  }
+  #notebook .highlight .hll {
+    background-color: #ffffcc !important;
+  }
+  #notebook .highlight .c {
+    color: #5F5A60 !important;
+    font-style: italic !important;
+  }
+  /* Comment */
+  #notebook .highlight .err {
+    border: #B22518 !important;
+  }
+  /* Error */
+  #notebook .highlight .k {
+    color: #CDA869 !important;
+  }
+  /* Keyword */
+  #notebook .highlight .cm {
+    color: #5F5A60 !important;
+    font-style: italic !important;
+  }
+  /* Comment.Multiline */
+  #notebook .highlight .cp {
+    color: #5F5A60 !important;
+  }
+  /* Comment.Preproc */
+  #notebook .highlight .c1 {
+    color: #5F5A60 !important;
+    font-style: italic !important;
+  }
+  /* Comment.Single */
+  #notebook .highlight .cs {
+    color: #5F5A60 !important;
+    font-style: italic !important;
+  }
+  /* Comment.Special */
+  #notebook .highlight .gd {
+    background: #420E09 !important;
+  }
+  /* Generic.Deleted */
+  #notebook .highlight .ge {
+    font-style: italic !important;
+  }
+  /* Generic.Emph */
+  #notebook .highlight .gr {
+    background: #B22518 !important;
+  }
+  /* Generic.Error */
+  #notebook .highlight .gh {
+    color: #000080 !important;
+    font-weight: bold !important;
+  }
+  /* Generic.Heading */
+  #notebook .highlight .gi {
+    background: #253B22 !important;
+  }
+  /* Generic.Inserted */
+  #notebook .highlight .go {
+  }
+  /* Generic.Output */
+  #notebook .highlight .gp {
+    font-weight: bold !important;
+  }
+  /* Generic.Prompt */
+  #notebook .highlight .gs {
+    font-weight: bold !important;
+  }
+  /* Generic.Strong */
+  #notebook .highlight .gu {
+    color: #800080 !important;
+    font-weight: bold !important;
+  }
+  /* Generic.Subheading */
+  #notebook .highlight .gt {
+  }
+  /* Generic.Traceback */
+  #notebook .highlight .kc {
+  }
+  /* Keyword.Constant */
+  #notebook .highlight .kd {
+    color: #e9df8f !important;
+  }
+  /* Keyword.Declaration */
+  #notebook .highlight .kn {
+  }
+  /* Keyword.Namespace */
+  #notebook .highlight .kp {
+    color: #9B703F !important;
+  }
+  /* Keyword.Pseudo */
+  #notebook .highlight .kr {
+  }
+  /* Keyword.Reserved */
+  #notebook .highlight .kt {
+  }
+  /* Keyword.Type */
+  #notebook .highlight .m {
+  }
+  /* Literal.Number */
+  #notebook .highlight .s {
+  }
+  /* Literal.String */
+  #notebook .highlight .na {
+    color: #F9EE98 !important;
+  }
+  /* Name.Attribute */
+  #notebook .highlight .nb {
+    color: #CDA869 !important;
+  }
+  /* Name.Builtin */
+  #notebook .highlight .nc {
+    color: #9B859D !important;
+    font-weight: bold !important;
+  }
+  /* Name.Class */
+  #notebook .highlight .no {
+    color: #9B859D !important;
+  }
+  /* Name.Constant */
+  #notebook .highlight .nd {
+    color: #7587A6 !important;
+  }
+  /* Name.Decorator */
+  #notebook .highlight .ni {
+    color: #CF6A4C !important;
+    font-weight: bold !important;
+  }
+  /* Name.Entity */
+  #notebook .highlight .nf {
+    color: #9B703F !important;
+    font-weight: bold !important;
+  }
+  /* Name.Function */
+  #notebook .highlight .nn {
+    color: #9B859D !important;
+    font-weight: bold !important;
+  }
+  /* Name.Namespace */
+  #notebook .highlight .nt {
+    color: #CDA869 !important;
+    font-weight: bold !important;
+  }
+  /* Name.Tag */
+  #notebook .highlight .nv {
+    color: #7587A6 !important;
+  }
+  /* Name.Variable */
+  #notebook .highlight .ow {
+    color: #AA22FF !important;
+    font-weight: bold !important;
+  }
+  /* Operator.Word */
+  #notebook .highlight .w {
+    color: #141414 !important;
+  }
+  /* Text.Whitespace */
+  #notebook .highlight .mf {
+    color: #CF6A4C !important;
+  }
+  /* Literal.Number.Float */
+  #notebook .highlight .mh {
+    color: #CF6A4C !important;
+  }
+  /* Literal.Number.Hex */
+  #notebook .highlight .mi {
+    color: #CF6A4C !important;
+  }
+  /* Literal.Number.Integer */
+  #notebook .highlight .mo {
+    color: #CF6A4C !important;
+  }
+  /* Literal.Number.Oct */
+  #notebook .highlight .sb {
+    color: #8F9D6A !important;
+  }
+  /* Literal.String.Backtick */
+  #notebook .highlight .sc {
+    color: #8F9D6A !important;
+  }
+  /* Literal.String.Char */
+  #notebook .highlight .sd {
+    color: #8F9D6A !important;
+    font-style: italic !important;
+  }
+  /* Literal.String.Doc */
+  #notebook .highlight .s2 {
+    color: #8F9D6A !important;
+  }
+  /* Literal.String.Double */
+  #notebook .highlight .se {
+    color: #F9EE98 !important;
+    font-weight: bold !important;
+  }
+  /* Literal.String.Escape */
+  #notebook .highlight .sh {
+    color: #8F9D6A !important;
+  }
+  /* Literal.String.Heredoc */
+  #notebook .highlight .si {
+    color: #DAEFA3 !important;
+    font-weight: bold !important;
+  }
+  /* Literal.String.Interpol */
+  #notebook .highlight .sx {
+    color: #8F9D6A !important;
+  }
+  /* Literal.String.Other */
+  #notebook .highlight .sr {
+    color: #E9C062 !important;
+  }
+  /* Literal.String.Regex */
+  #notebook .highlight .s1 {
+    color: #8F9D6A !important;
+  }
+  /* Literal.String.Single */
+  #notebook .highlight .ss {
+    color: #CF6A4C !important;
+  }
+  /* Literal.String.Symbol */
+  #notebook .highlight .bp {
+    color: #00aaaa !important;
+  }
+  /* Name.Builtin.Pseudo */
+  #notebook .highlight .vc {
+    color: #7587A6 !important;
+  }
+  /* Name.Variable.Class */
+  #notebook .highlight .vg {
+    color: #7587A6 !important;
+  }
+  /* Name.Variable.Global */
+  #notebook .highlight .vi {
+    color: #7587A6 !important;
+  }
+  /* Name.Variable.Instance */
+  #notebook .highlight .il {
+    color: #009999 !important;
+  }
+  /* Literal.Number.Integer.Long */