Skip to content

Commit

Permalink
v2.1.31
Browse files Browse the repository at this point in the history
* automated regeneration (github-actions[bot])
* update usercss template license (the-j0k3r)
* readme: add break (the-j0k3r)
* readme update re: #1167 (the-j0k3r)
* some contributing.md updates re: #1167 (the-j0k3r)
* move contrbuting to root (the-j0k3r)
* readme: tweak and add custom blame (the-j0k3r)
  • Loading branch information
github-actions[bot] committed Jul 7, 2020
1 parent dde1758 commit 7f6c1d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion github-dark.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Github Dark v2.1.30 (2020-07-04) */
/*! Github Dark v2.1.31 (2020-07-07) */
/*! Repository: https://github.com/StylishThemes/GitHub-Dark */
/*! License: https://opensource.org/licenses/BSD-2-Clause */
@-moz-document regexp("^https?://((education|gist|graphql|guides|docs|raw|resources|status|developer|support|vscode-auth)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("www.githubstatus.com") {
Expand Down
15 changes: 12 additions & 3 deletions github-dark.user.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* ==UserStyle==
@name GitHub Dark
@namespace StylishThemes
@version 2.1.30
@version 2.1.31
@homepageURL https://github.com/StylishThemes/GitHub-Dark
@updateURL https://stylishthemes.github.io/GitHub-Dark/github-dark.user.css
@license CC-BY-SA-4.0
@license BSD-2-Clause
@author StylishThemes
@advanced color base-color "Base color scheme" #4f8cc9
@advanced dropdown syntax-theme "Github syntax theme" {
Expand Down Expand Up @@ -213,7 +213,7 @@
} EOT;
}
==/UserStyle== */
/*! Github Dark v2.1.30 (2020-07-04) */
/*! Github Dark v2.1.31 (2020-07-07) */
/*! Repository: https://github.com/StylishThemes/GitHub-Dark */
/*! License: https://opensource.org/licenses/BSD-2-Clause */
@-moz-document regexp("^https?://((education|gist|graphql|guides|docs|raw|resources|status|developer|support|vscode-auth)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("www.githubstatus.com") {
Expand Down Expand Up @@ -12301,6 +12301,11 @@
background: #181818;
box-shadow: inset 0 0 0 1px #343434, 0 3px 6px rgba(0, 0, 0, .15);
}
/* github.com: "color: #24292e", "#fff" */
.autocomplete-item {
color: #cdcdcd;
background-color: #181818;
}
/* github.com: "#0366d6" */
.autocomplete-item.navigation-focus, .autocomplete-item.selected,
.autocomplete-item:hover, .autocomplete-item[aria-selected="true"] {
Expand Down Expand Up @@ -17821,6 +17826,10 @@
.Toast--loading .Toast-icon {
background-color: #343434;
}
/* github.com: "initial" */
.autocomplete-item {
background-color: initial;
}
/* github.com: "#fff" */
.details-overlay[open] > .dropdown-item:hover {
background: #181818;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-dark",
"version": "2.1.30",
"version": "2.1.31",
"description": "Dark GitHub style",
"license": "BSD-2-Clause",
"repository": "StylishThemes/GitHub-Dark",
Expand Down

0 comments on commit 7f6c1d3

Please sign in to comment.