From 7f6c1d3b9634dcae020090b008946355fbee3562 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 12:09:21 +0000 Subject: [PATCH] v2.1.31 * 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) --- github-dark.css | 2 +- github-dark.user.css | 15 ++++++++++++--- package.json | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/github-dark.css b/github-dark.css index ab9140ffa..3583fb24f 100644 --- a/github-dark.css +++ b/github-dark.css @@ -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") { diff --git a/github-dark.user.css b/github-dark.user.css index cd6dadbdb..5214ca4db 100644 --- a/github-dark.user.css +++ b/github-dark.user.css @@ -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" { @@ -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") { @@ -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"] { @@ -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; diff --git a/package.json b/package.json index d0ca6f4a9..b4525905e 100644 --- a/package.json +++ b/package.json @@ -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",