Skip to content

Commit

Permalink
GitHub Upgrades Maintenance (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled authored Nov 6, 2020
1 parent 7ad9998 commit 6d384e7
Show file tree
Hide file tree
Showing 34 changed files with 580 additions and 576 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---

# 4.2.1 [GitHub Update Maintenance]

- Fixed more small issues with GitHub Style Upgrades

# 4.2.0 [Github Updates]

- Fixed patching issues with new GitHub Upgrade.
Expand Down
34 changes: 17 additions & 17 deletions buildSrc/templates/tempCss.css.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
--color-calendar-graph-day-bg: {{codeBlock}};
--color-underlinenav-counter-text: {{foregroundColor}};
--color-text-primary: {{keyColor}};
--color-alert-warn-bg: {{nonProjectFileScopeColor}};
--color-alert-info-bg: {{headerColor}};
--color-alert-error-bg: #ff000022;
--color-calendar-graph-day-L1-bg: {{accentColor}}77;
--color-calendar-graph-day-L2-bg: {{accentColor}}CC;
--color-calendar-graph-day-L3-bg: {{accentColor}}FF;
Expand Down Expand Up @@ -133,9 +136,6 @@
background-color: {{buttonColor}};
}




/* end doki addons */

/* source #0: "transparent" */
Expand Down Expand Up @@ -8449,7 +8449,7 @@
}
/* source #5: "#2f363d" */
.CheckRun-search .btn:hover {
background-color: #282828;
background-color: {{caretRow}};
}
/* source #5: "color: #586069", "none" */
.CheckRun-search .btn[disabled] {
Expand Down Expand Up @@ -8485,7 +8485,7 @@
}
/* source #5: "#2f363d" */
.CheckStep-line:hover {
background-color: #282828;
background-color: {{caretRow}};
}
/* source #5: "#586069" */
.CheckStep-line.selected {
Expand Down Expand Up @@ -9222,7 +9222,7 @@
}
/* source #5: "#2f363d" */
.MarketplaceJumbotron {
background-color: #282828;
background-color: {{caretRow}};
}
/* source #5: "#f6f8fa" */
.MarketplaceSideNav {
Expand Down Expand Up @@ -12625,7 +12625,7 @@
}
/* source #6: "rgba(225,228,232,0.31)" */
#uptime-tooltip .tooltip-box .outage-field {
background-color: #282828;
background-color: {{caretRow}};
}
/* source #6: "#dbab09" */
.layout-content.status.status-index .page-status.status-minor,
Expand Down Expand Up @@ -15664,7 +15664,7 @@
}
/* source #14: "#2f363d" */
.bg-gray-8 {
background-color: #282828 !important;
background-color: {{caretRow}} !important;
}
/* source #14: "color: #24292e !important" */
.color-gray-9 {
Expand Down Expand Up @@ -16325,7 +16325,7 @@ input[type="radio"] {
}
input[type="checkbox"]:disabled, input[type="checkbox"]:hover:disabled,
input[type="checkbox"]:hover:active:disabled, input[type="radio"]:disabled {
background-color: #282828 !important;
background-color: {{caretRow}} !important;
color: #555 !important;
}
input[type="checkbox"]:checked {
Expand Down Expand Up @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) {
}
/* Make it more apparent that <details> is clickable */
.markdown-body details summary:not([aria-haspopup]):hover {
background: #282828;
box-shadow: 0 0 0 2px #282828;
background: {{caretRow}};
box-shadow: 0 0 0 2px {{caretRow}};
cursor: pointer;
}
/* GitHub Bug: Center discussion close icon vertically */
Expand Down Expand Up @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form,
border-color: {{borderColor}} !important;
}
.search-result-group, .gist-quicksearch-result-group {
background: #282828 !important;
background: {{caretRow}} !important;
border-color: rgba(68, 68, 68, .5) !important;
color: #555 !important;
}
Expand Down Expand Up @@ -17630,10 +17630,10 @@ circle.audit-point {
.dropdown-divider, .js-current .standalone a, .sidebar-module .disable>a,
.label-select-menu div.labelstyle-000000.selected,
.ScreenshotCarousel-navitem.selected {
background: #282828 !important;
background: {{caretRow}} !important;
}
div#common-issues ul li a:hover, .rss-subscribe:hover {
background-color: #282828 !important;
background-color: {{caretRow}} !important;
}
.jumbotron-codelines {
background-color: {{headerColor}} !important;
Expand Down Expand Up @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create {
background-size: 8px 10px !important;
}
.form-select:disabled {
background-color: #282828 !important;
background-color: {{caretRow}} !important;
color: #555 !important;
}
/* no border */
Expand Down Expand Up @@ -20508,7 +20508,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover {
.intercom-comment-container-admin .intercom-comment:not(.intercom-comment-with-body),
.intercom-comment-container-other-user .intercom-comment:not(.intercom-comment-with-body) {
color: #eee;
background-color: #282828;
background-color: {{caretRow}};
}
.intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) {
background-color: /*[[base-color]]*/ {{accentColor}};
Expand Down Expand Up @@ -20768,7 +20768,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover {
margin-top: 1px;
}
.select-input__option:not(.select-input__option--is-selected):hover {
background-color: #282828;
background-color: {{caretRow}};
color: #eee;
}
.select-input__option--is-selected[class*="css-"] {
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": "doki-theme-github",
"version": "4.2.0",
"version": "4.2.1",
"dependencies": {
}
}
36 changes: 18 additions & 18 deletions themes/aqua.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Aqua
@namespace github.com/doki-theme
@version 4.2.0
@version 4.2.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -46,6 +46,9 @@
--color-calendar-graph-day-bg: #2e3149;
--color-underlinenav-counter-text: #bbbbbb;
--color-text-primary: #6893f3;
--color-alert-warn-bg: #2e3242;
--color-alert-info-bg: #2a2d44;
--color-alert-error-bg: #ff000022;
--color-calendar-graph-day-L1-bg: #578CDA77;
--color-calendar-graph-day-L2-bg: #578CDACC;
--color-calendar-graph-day-L3-bg: #578CDAFF;
Expand Down Expand Up @@ -133,9 +136,6 @@
background-color: #31374b;
}




/* end doki addons */

/* source #0: "transparent" */
Expand Down Expand Up @@ -8449,7 +8449,7 @@
}
/* source #5: "#2f363d" */
.CheckRun-search .btn:hover {
background-color: #282828;
background-color: #2d3047;
}
/* source #5: "color: #586069", "none" */
.CheckRun-search .btn[disabled] {
Expand Down Expand Up @@ -8485,7 +8485,7 @@
}
/* source #5: "#2f363d" */
.CheckStep-line:hover {
background-color: #282828;
background-color: #2d3047;
}
/* source #5: "#586069" */
.CheckStep-line.selected {
Expand Down Expand Up @@ -9222,7 +9222,7 @@
}
/* source #5: "#2f363d" */
.MarketplaceJumbotron {
background-color: #282828;
background-color: #2d3047;
}
/* source #5: "#f6f8fa" */
.MarketplaceSideNav {
Expand Down Expand Up @@ -12625,7 +12625,7 @@
}
/* source #6: "rgba(225,228,232,0.31)" */
#uptime-tooltip .tooltip-box .outage-field {
background-color: #282828;
background-color: #2d3047;
}
/* source #6: "#dbab09" */
.layout-content.status.status-index .page-status.status-minor,
Expand Down Expand Up @@ -15664,7 +15664,7 @@
}
/* source #14: "#2f363d" */
.bg-gray-8 {
background-color: #282828 !important;
background-color: #2d3047 !important;
}
/* source #14: "color: #24292e !important" */
.color-gray-9 {
Expand Down Expand Up @@ -16325,7 +16325,7 @@ input[type="radio"] {
}
input[type="checkbox"]:disabled, input[type="checkbox"]:hover:disabled,
input[type="checkbox"]:hover:active:disabled, input[type="radio"]:disabled {
background-color: #282828 !important;
background-color: #2d3047 !important;
color: #555 !important;
}
input[type="checkbox"]:checked {
Expand Down Expand Up @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) {
}
/* Make it more apparent that <details> is clickable */
.markdown-body details summary:not([aria-haspopup]):hover {
background: #282828;
box-shadow: 0 0 0 2px #282828;
background: #2d3047;
box-shadow: 0 0 0 2px #2d3047;
cursor: pointer;
}
/* GitHub Bug: Center discussion close icon vertically */
Expand Down Expand Up @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form,
border-color: #2a334b !important;
}
.search-result-group, .gist-quicksearch-result-group {
background: #282828 !important;
background: #2d3047 !important;
border-color: rgba(68, 68, 68, .5) !important;
color: #555 !important;
}
Expand Down Expand Up @@ -17630,10 +17630,10 @@ circle.audit-point {
.dropdown-divider, .js-current .standalone a, .sidebar-module .disable>a,
.label-select-menu div.labelstyle-000000.selected,
.ScreenshotCarousel-navitem.selected {
background: #282828 !important;
background: #2d3047 !important;
}
div#common-issues ul li a:hover, .rss-subscribe:hover {
background-color: #282828 !important;
background-color: #2d3047 !important;
}
.jumbotron-codelines {
background-color: #2a2d44 !important;
Expand Down Expand Up @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create {
background-size: 8px 10px !important;
}
.form-select:disabled {
background-color: #282828 !important;
background-color: #2d3047 !important;
color: #555 !important;
}
/* no border */
Expand Down Expand Up @@ -20508,7 +20508,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover {
.intercom-comment-container-admin .intercom-comment:not(.intercom-comment-with-body),
.intercom-comment-container-other-user .intercom-comment:not(.intercom-comment-with-body) {
color: #eee;
background-color: #282828;
background-color: #2d3047;
}
.intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) {
background-color: /*[[base-color]]*/ #578CDA;
Expand Down Expand Up @@ -20768,7 +20768,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover {
margin-top: 1px;
}
.select-input__option:not(.select-input__option--is-selected):hover {
background-color: #282828;
background-color: #2d3047;
color: #eee;
}
.select-input__option--is-selected[class*="css-"] {
Expand Down
Loading

0 comments on commit 6d384e7

Please sign in to comment.