diff --git a/CHANGELOG.md b/CHANGELOG.md index c0885c3..bbfda0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/buildSrc/templates/tempCss.css.txt b/buildSrc/templates/tempCss.css.txt index 4ff0544..baf9777 100644 --- a/buildSrc/templates/tempCss.css.txt +++ b/buildSrc/templates/tempCss.css.txt @@ -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; @@ -133,9 +136,6 @@ background-color: {{buttonColor}}; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -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] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: {{caretRow}}; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: {{caretRow}}; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -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, @@ -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 { @@ -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 { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
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 */ @@ -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; } @@ -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; @@ -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 */ @@ -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}}; @@ -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-"] { diff --git a/package.json b/package.json index ccc976b..4bdaefa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doki-theme-github", - "version": "4.2.0", + "version": "4.2.1", "dependencies": { } } diff --git a/themes/aqua.user.css b/themes/aqua.user.css index 8ad057b..e84fe97 100644 --- a/themes/aqua.user.css +++ b/themes/aqua.user.css @@ -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 @@ -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; @@ -133,9 +136,6 @@ background-color: #31374b; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -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] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #2d3047; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #2d3047; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -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, @@ -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 { @@ -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 { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
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 */ @@ -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; } @@ -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; @@ -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 */ @@ -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; @@ -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-"] { diff --git a/themes/asuna.user.css b/themes/asuna.user.css index ca6051b..7761ac4 100644 --- a/themes/asuna.user.css +++ b/themes/asuna.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Asuna @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #f6f6f6; --color-underlinenav-counter-text: #252427; --color-text-primary: #0d5fa6; + --color-alert-warn-bg: #fcfdf3; + --color-alert-info-bg: #fdfdfd; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #a61d0d77; --color-calendar-graph-day-L2-bg: #a61d0dCC; --color-calendar-graph-day-L3-bg: #a61d0dFF; @@ -133,9 +136,6 @@ background-color: #f9f2f2; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #f6f6f6; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #f6f6f6; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #f6f6f6; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #f6f6f6; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #f6f6f6 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #f6f6f6 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #f6f6f6; + box-shadow: 0 0 0 2px #f6f6f6; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #eeeeee !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #f6f6f6 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #f6f6f6 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #f6f6f6 !important; } .jumbotron-codelines { background-color: #fdfdfd !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #f6f6f6 !important; color: #555 !important; } /* no border */ @@ -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: #f6f6f6; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #a61d0d; @@ -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: #f6f6f6; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/beatrice.user.css b/themes/beatrice.user.css index 73c256a..678acd1 100644 --- a/themes/beatrice.user.css +++ b/themes/beatrice.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Beatrice @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #FDD8FF; --color-underlinenav-counter-text: #000000; --color-text-primary: #7C75EF; + --color-alert-warn-bg: #FFE4E3; + --color-alert-info-bg: #FFE0F0; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #78A5EB77; --color-calendar-graph-day-L2-bg: #78A5EBCC; --color-calendar-graph-day-L3-bg: #78A5EBFF; @@ -133,9 +136,6 @@ background-color: #e5c5d3; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #ffdce6; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #ffdce6; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #ffdce6; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #ffdce6; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #ffdce6 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #ffdce6 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #ffdce6; + box-shadow: 0 0 0 2px #ffdce6; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #F1D7E6 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #ffdce6 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #ffdce6 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #ffdce6 !important; } .jumbotron-codelines { background-color: #FFE0F0 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #ffdce6 !important; color: #555 !important; } /* no border */ @@ -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: #ffdce6; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #78A5EB; @@ -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: #ffdce6; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/darkness_dark.user.css b/themes/darkness_dark.user.css index 5bb25e9..815997c 100644 --- a/themes/darkness_dark.user.css +++ b/themes/darkness_dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Darkness Dark @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #191715; --color-underlinenav-counter-text: #c3c3c3; --color-text-primary: #3492b1; + --color-alert-warn-bg: #161602; + --color-alert-info-bg: #090802; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #e9974577; --color-calendar-graph-day-L2-bg: #e99745CC; --color-calendar-graph-day-L3-bg: #e99745FF; @@ -133,9 +136,6 @@ background-color: #1e1c19; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #14110d; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #14110d; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #14110d; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #14110d; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #14110d !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #14110d !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #14110d; + box-shadow: 0 0 0 2px #14110d; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #1c1500 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #14110d !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #14110d !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #14110d !important; } .jumbotron-codelines { background-color: #090802 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #14110d !important; color: #555 !important; } /* no border */ @@ -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: #14110d; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #e99745; @@ -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: #14110d; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/darkness_light.user.css b/themes/darkness_light.user.css index 461345f..20833ee 100644 --- a/themes/darkness_light.user.css +++ b/themes/darkness_light.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Darkness Light @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #F3F2E2; --color-underlinenav-counter-text: #000000; --color-text-primary: #3492b1; + --color-alert-warn-bg: #fffaf0; + --color-alert-info-bg: #FFFEF9; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #F5C83C77; --color-calendar-graph-day-L2-bg: #F5C83CCC; --color-calendar-graph-day-L3-bg: #F5C83CFF; @@ -133,9 +136,6 @@ background-color: #fffef7; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #FFF6E4; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #FFF6E4; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #FFF6E4; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #FFF6E4; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #FFF6E4 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #FFF6E4 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #FFF6E4; + box-shadow: 0 0 0 2px #FFF6E4; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #f1f4e0 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #FFF6E4 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #FFF6E4 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #FFF6E4 !important; } .jumbotron-codelines { background-color: #FFFEF9 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #FFF6E4 !important; color: #555 !important; } /* no border */ @@ -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: #FFF6E4; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #F5C83C; @@ -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: #FFF6E4; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/emilia_dark.user.css b/themes/emilia_dark.user.css index 7cabc90..64b295b 100644 --- a/themes/emilia_dark.user.css +++ b/themes/emilia_dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Emilia Dark @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #402a54; --color-underlinenav-counter-text: #DADADA; --color-text-primary: #a475ef; + --color-alert-warn-bg: #4d3458; + --color-alert-info-bg: #4c2e5c; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #a53ba077; --color-calendar-graph-day-L2-bg: #a53ba0CC; --color-calendar-graph-day-L3-bg: #a53ba0FF; @@ -133,9 +136,6 @@ background-color: #553967; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #543466; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #543466; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #543466; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #543466; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #543466 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #543466 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #543466; + box-shadow: 0 0 0 2px #543466; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #553a63 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #543466 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #543466 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #543466 !important; } .jumbotron-codelines { background-color: #4c2e5c !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #543466 !important; color: #555 !important; } /* no border */ @@ -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: #543466; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #a53ba0; @@ -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: #543466; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/emilia_light.user.css b/themes/emilia_light.user.css index c5423cf..c53171a 100644 --- a/themes/emilia_light.user.css +++ b/themes/emilia_light.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Emilia Light @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #f2eaf6; --color-underlinenav-counter-text: #252427; --color-text-primary: #7C75EF; + --color-alert-warn-bg: #fbf0f4; + --color-alert-info-bg: #fbf0ff; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #82357d77; --color-calendar-graph-day-L2-bg: #82357dCC; --color-calendar-graph-day-L3-bg: #82357dFF; @@ -133,9 +136,6 @@ background-color: #e7d8ee; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #f1dcf7; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #f1dcf7; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #f1dcf7; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #f1dcf7; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #f1dcf7 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #f1dcf7 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #f1dcf7; + box-shadow: 0 0 0 2px #f1dcf7; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #e9d8f6 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #f1dcf7 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #f1dcf7 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #f1dcf7 !important; } .jumbotron-codelines { background-color: #fbf0ff !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #f1dcf7 !important; color: #555 !important; } /* no border */ @@ -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: #f1dcf7; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #82357d; @@ -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: #f1dcf7; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/hatsune_miku.user.css b/themes/hatsune_miku.user.css index d554fcf..51fd51c 100644 --- a/themes/hatsune_miku.user.css +++ b/themes/hatsune_miku.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Hatsune Miku @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #293433; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #68f3e7; + --color-alert-warn-bg: #313332; + --color-alert-info-bg: #2c3333; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #53b0b477; --color-calendar-graph-day-L2-bg: #53b0b4CC; --color-calendar-graph-day-L3-bg: #53b0b4FF; @@ -133,9 +136,6 @@ background-color: #323737; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #313938; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #313938; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #313938; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #313938; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #313938 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #313938 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #313938; + box-shadow: 0 0 0 2px #313938; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #2d3839 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #313938 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #313938 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #313938 !important; } .jumbotron-codelines { background-color: #2c3333 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #313938 !important; color: #555 !important; } /* no border */ @@ -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: #313938; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #53b0b4; @@ -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: #313938; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/ishtar_dark.user.css b/themes/ishtar_dark.user.css index b01e877..301deaa 100644 --- a/themes/ishtar_dark.user.css +++ b/themes/ishtar_dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Ishtar Dark @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #191718; --color-underlinenav-counter-text: #c2c2c2; --color-text-primary: #0f68b4; + --color-alert-warn-bg: #161602; + --color-alert-info-bg: #0d0b0c; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #f5c44377; --color-calendar-graph-day-L2-bg: #f5c443CC; --color-calendar-graph-day-L3-bg: #f5c443FF; @@ -133,9 +136,6 @@ background-color: #221d1b; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #1A1913; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #1A1913; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #1A1913; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #1A1913; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #1A1913 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #1A1913 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #1A1913; + box-shadow: 0 0 0 2px #1A1913; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #1a1a00 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #1A1913 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #1A1913 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #1A1913 !important; } .jumbotron-codelines { background-color: #0d0b0c !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #1A1913 !important; color: #555 !important; } /* no border */ @@ -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: #1A1913; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #f5c443; @@ -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: #1A1913; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/ishtar_light.user.css b/themes/ishtar_light.user.css index 77b2f44..1e06bff 100644 --- a/themes/ishtar_light.user.css +++ b/themes/ishtar_light.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Ishtar Light @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #f6f6f6; --color-underlinenav-counter-text: #252427; --color-text-primary: #0d5fa6; + --color-alert-warn-bg: #fcfdf3; + --color-alert-info-bg: #fffefb; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #f5a82177; --color-calendar-graph-day-L2-bg: #f5a821CC; --color-calendar-graph-day-L3-bg: #f5a821FF; @@ -133,9 +136,6 @@ background-color: #fffef7; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #fffaed; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #fffaed; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #fffaed; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #fffaed; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #fffaed !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #fffaed !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #fffaed; + box-shadow: 0 0 0 2px #fffaed; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #eeeeee !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #fffaed !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #fffaed !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #fffaed !important; } .jumbotron-codelines { background-color: #fffefb !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #fffaed !important; color: #555 !important; } /* no border */ @@ -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: #fffaed; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #f5a821; @@ -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: #fffaed; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/kanna.user.css b/themes/kanna.user.css index 4fd286d..5f88b8a 100644 --- a/themes/kanna.user.css +++ b/themes/kanna.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Kanna @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #1d152d; --color-underlinenav-counter-text: #d0d0d0; --color-text-primary: #FF357C; + --color-alert-warn-bg: #1f1a25; + --color-alert-info-bg: #1a1526; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #46459e77; --color-calendar-graph-day-L2-bg: #46459eCC; --color-calendar-graph-day-L3-bg: #46459eFF; @@ -133,9 +136,6 @@ background-color: #262732; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #231a31; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #231a31; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #231a31; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #231a31; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #231a31 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #231a31 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #231a31; + box-shadow: 0 0 0 2px #231a31; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #221f2e !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #231a31 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #231a31 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #231a31 !important; } .jumbotron-codelines { background-color: #1a1526 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #231a31 !important; color: #555 !important; } /* no border */ @@ -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: #231a31; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #46459e; @@ -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: #231a31; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/konata.user.css b/themes/konata.user.css index decbcc7..286f21b 100644 --- a/themes/konata.user.css +++ b/themes/konata.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Konata @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #6c95ee; --color-underlinenav-counter-text: #f3edff; --color-text-primary: #fffdae; + --color-alert-warn-bg: #7197e4; + --color-alert-info-bg: #618feb; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #60ff6277; --color-calendar-graph-day-L2-bg: #60ff62CC; --color-calendar-graph-day-L3-bg: #60ff62FF; @@ -133,9 +136,6 @@ background-color: #83a0ee; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #6c95ee; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #6c95ee; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #6c95ee; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #6c95ee; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #6c95ee !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #6c95ee !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #6c95ee; + box-shadow: 0 0 0 2px #6c95ee; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #5a86dc !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #6c95ee !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #6c95ee !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #6c95ee !important; } .jumbotron-codelines { background-color: #618feb !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #6c95ee !important; color: #555 !important; } /* no border */ @@ -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: #6c95ee; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #60ff62; @@ -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: #6c95ee; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/megumin.user.css b/themes/megumin.user.css index 5cf622c..09396d0 100644 --- a/themes/megumin.user.css +++ b/themes/megumin.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Megumin @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #2f2329; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #AF5C5A; + --color-alert-warn-bg: #312A26; + --color-alert-info-bg: #2a1f24; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #a7303577; --color-calendar-graph-day-L2-bg: #a73035CC; --color-calendar-graph-day-L3-bg: #a73035FF; @@ -133,9 +136,6 @@ background-color: #2f2329; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #31262b; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #31262b; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #31262b; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #31262b; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #31262b !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #31262b !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #31262b; + box-shadow: 0 0 0 2px #31262b; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #32262c !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #31262b !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #31262b !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #31262b !important; } .jumbotron-codelines { background-color: #2a1f24 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #31262b !important; color: #555 !important; } /* no border */ @@ -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: #31262b; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #a73035; @@ -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: #31262b; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/mioda_ibuki_dark.user.css b/themes/mioda_ibuki_dark.user.css index e49881f..879a6f9 100644 --- a/themes/mioda_ibuki_dark.user.css +++ b/themes/mioda_ibuki_dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Mioda Ibuki Dark @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #343434; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #5ea7ff; + --color-alert-warn-bg: #191a18; + --color-alert-info-bg: #17191b; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #5395b477; --color-calendar-graph-day-L2-bg: #5395b4CC; --color-calendar-graph-day-L3-bg: #5395b4FF; @@ -133,9 +136,6 @@ background-color: #262c32; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #222526; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #222526; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #222526; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #222526; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #222526 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #222526 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #222526; + box-shadow: 0 0 0 2px #222526; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #1e2021 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #222526 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #222526 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #222526 !important; } .jumbotron-codelines { background-color: #17191b !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #222526 !important; color: #555 !important; } /* no border */ @@ -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: #222526; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #5395b4; @@ -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: #222526; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/mioda_ibuki_light.user.css b/themes/mioda_ibuki_light.user.css index 293ef43..d7fa48b 100644 --- a/themes/mioda_ibuki_light.user.css +++ b/themes/mioda_ibuki_light.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Mioda Ibuki Light @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #ecf2f8; --color-underlinenav-counter-text: #272426; --color-text-primary: #4174b3; + --color-alert-warn-bg: #fff0eb; + --color-alert-info-bg: #ffeefd; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #DA46A777; --color-calendar-graph-day-L2-bg: #DA46A7CC; --color-calendar-graph-day-L3-bg: #DA46A7FF; @@ -133,9 +136,6 @@ background-color: #F7E0F3; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #f7dcf3; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #f7dcf3; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #f7dcf3; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #f7dcf3; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #f7dcf3 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #f7dcf3 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #f7dcf3; + box-shadow: 0 0 0 2px #f7dcf3; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #ede1e9 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #f7dcf3 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #f7dcf3 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #f7dcf3 !important; } .jumbotron-codelines { background-color: #ffeefd !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #f7dcf3 !important; color: #555 !important; } /* no border */ @@ -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: #f7dcf3; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #DA46A7; @@ -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: #f7dcf3; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/misato_katsuragi.user.css b/themes/misato_katsuragi.user.css index 953603e..571ac94 100644 --- a/themes/misato_katsuragi.user.css +++ b/themes/misato_katsuragi.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Misato Katsuragi @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #322130; --color-underlinenav-counter-text: #b5a3b0; --color-text-primary: #FF357C; + --color-alert-warn-bg: #413037; + --color-alert-info-bg: #3d2536; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #c2383e77; --color-calendar-graph-day-L2-bg: #c2383eCC; --color-calendar-graph-day-L3-bg: #c2383eFF; @@ -133,9 +136,6 @@ background-color: #341F2D; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #402d41; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #402d41; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #402d41; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #402d41; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #402d41 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #402d41 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #402d41; + box-shadow: 0 0 0 2px #402d41; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #432E3D !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #402d41 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #402d41 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #402d41 !important; } .jumbotron-codelines { background-color: #3d2536 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #402d41 !important; color: #555 !important; } /* no border */ @@ -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: #402d41; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #c2383e; @@ -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: #402d41; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/monika_dark.user.css b/themes/monika_dark.user.css index 20d05ce..54e95ca 100644 --- a/themes/monika_dark.user.css +++ b/themes/monika_dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Monika Dark @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #23271A; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #bca3aa; + --color-alert-warn-bg: #222613; + --color-alert-info-bg: #1D2115; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #388E3C77; --color-calendar-graph-day-L2-bg: #388E3CCC; --color-calendar-graph-day-L3-bg: #388E3CFF; @@ -133,9 +136,6 @@ background-color: #1e3219; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #292D1F; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #292D1F; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #292D1F; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #292D1F; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #292D1F !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #292D1F !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #292D1F; + box-shadow: 0 0 0 2px #292D1F; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #202416 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #292D1F !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #292D1F !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #292D1F !important; } .jumbotron-codelines { background-color: #1D2115 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #292D1F !important; color: #555 !important; } /* no border */ @@ -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: #292D1F; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #388E3C; @@ -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: #292D1F; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/monika_light.user.css b/themes/monika_light.user.css index ae9170d..70b912b 100644 --- a/themes/monika_light.user.css +++ b/themes/monika_light.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Monika Light @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #eaf6eb; --color-underlinenav-counter-text: #252427; --color-text-primary: #8a777d; + --color-alert-warn-bg: #f7fbf0; + --color-alert-info-bg: #f2fff0; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #388E3C77; --color-calendar-graph-day-L2-bg: #388E3CCC; --color-calendar-graph-day-L3-bg: #388E3CFF; @@ -133,9 +136,6 @@ background-color: #d8eed9; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #dcf7e0; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #dcf7e0; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #dcf7e0; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #dcf7e0; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #dcf7e0 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #dcf7e0 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #dcf7e0; + box-shadow: 0 0 0 2px #dcf7e0; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #e2eee3 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #dcf7e0 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #dcf7e0 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #dcf7e0 !important; } .jumbotron-codelines { background-color: #f2fff0 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #dcf7e0 !important; color: #555 !important; } /* no border */ @@ -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: #dcf7e0; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #388E3C; @@ -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: #dcf7e0; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/natsuki_dark.user.css b/themes/natsuki_dark.user.css index b484e06..4abbb1c 100644 --- a/themes/natsuki_dark.user.css +++ b/themes/natsuki_dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Natsuki Dark @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #3d1c31; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #FF9CD6; + --color-alert-warn-bg: #2e1d27; + --color-alert-info-bg: #2f0a27; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #E9468677; --color-calendar-graph-day-L2-bg: #E94686CC; --color-calendar-graph-day-L3-bg: #E94686FF; @@ -133,9 +136,6 @@ background-color: #561b3e; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #4D2339; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #4D2339; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #4D2339; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #4D2339; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #4D2339 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #4D2339 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #4D2339; + box-shadow: 0 0 0 2px #4D2339; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #381927 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #4D2339 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #4D2339 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #4D2339 !important; } .jumbotron-codelines { background-color: #2f0a27 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #4D2339 !important; color: #555 !important; } /* no border */ @@ -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: #4D2339; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #E94686; @@ -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: #4D2339; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/natsuki_light.user.css b/themes/natsuki_light.user.css index 3d5a7ea..1d9f8ae 100644 --- a/themes/natsuki_light.user.css +++ b/themes/natsuki_light.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Natsuki Light @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #FDD8FF; --color-underlinenav-counter-text: #000000; --color-text-primary: #7C75EF; + --color-alert-warn-bg: #FFE4E3; + --color-alert-info-bg: #FFE0F0; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #E9468677; --color-calendar-graph-day-L2-bg: #E94686CC; --color-calendar-graph-day-L3-bg: #E94686FF; @@ -133,9 +136,6 @@ background-color: #e5c2d1; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #ffdce6; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #ffdce6; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #ffdce6; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #ffdce6; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #ffdce6 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #ffdce6 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #ffdce6; + box-shadow: 0 0 0 2px #ffdce6; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #F1D7E6 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #ffdce6 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #ffdce6 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #ffdce6 !important; } .jumbotron-codelines { background-color: #FFE0F0 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #ffdce6 !important; color: #555 !important; } /* no border */ @@ -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: #ffdce6; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #E94686; @@ -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: #ffdce6; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/ram.user.css b/themes/ram.user.css index 0e4d811..fd1d57e 100644 --- a/themes/ram.user.css +++ b/themes/ram.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Ram @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #2c2934; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #F375C8; + --color-alert-warn-bg: #313332; + --color-alert-info-bg: #322c33; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #e594bf77; --color-calendar-graph-day-L2-bg: #e594bfCC; --color-calendar-graph-day-L3-bg: #e594bfFF; @@ -133,9 +136,6 @@ background-color: #373237; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #353139; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #353139; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #353139; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #353139; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #353139 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #353139 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #353139; + box-shadow: 0 0 0 2px #353139; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #362d39 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #353139 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #353139 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #353139 !important; } .jumbotron-codelines { background-color: #322c33 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #353139 !important; color: #555 !important; } /* no border */ @@ -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: #353139; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #e594bf; @@ -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: #353139; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/rem.user.css b/themes/rem.user.css index 4a45f06..cc75eff 100644 --- a/themes/rem.user.css +++ b/themes/rem.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Rem @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #292e34; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #6893f3; + --color-alert-warn-bg: #313332; + --color-alert-info-bg: #2c2d33; + --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; @@ -133,9 +136,6 @@ background-color: #323337; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #313439; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #313439; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #313439; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #313439; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #313439 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #313439 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #313439; + box-shadow: 0 0 0 2px #313439; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #2d3439 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #313439 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #313439 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #313439 !important; } .jumbotron-codelines { background-color: #2c2d33 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #313439 !important; color: #555 !important; } /* no border */ @@ -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: #313439; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #578CDA; @@ -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: #313439; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/rias.user.css b/themes/rias.user.css index e99e4af..8900c38 100644 --- a/themes/rias.user.css +++ b/themes/rias.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Rias @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #491818; --color-underlinenav-counter-text: #fafafa; --color-text-primary: #eea367; + --color-alert-warn-bg: #3e1c13; + --color-alert-info-bg: #3d1313; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #e0394377; --color-calendar-graph-day-L2-bg: #e03943CC; --color-calendar-graph-day-L3-bg: #e03943FF; @@ -133,9 +136,6 @@ background-color: #611c1c; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #491818; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #491818; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #491818; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #491818; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #491818 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #491818 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #491818; + box-shadow: 0 0 0 2px #491818; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #551818 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #491818 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #491818 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #491818 !important; } .jumbotron-codelines { background-color: #3d1313 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #491818 !important; color: #555 !important; } /* no border */ @@ -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: #491818; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #e03943; @@ -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: #491818; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/rory_mercury.user.css b/themes/rory_mercury.user.css index 08044f0..33252cd 100644 --- a/themes/rory_mercury.user.css +++ b/themes/rory_mercury.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Rory Mercury @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #191715; --color-underlinenav-counter-text: #c3c3c3; --color-text-primary: #6b7476; + --color-alert-warn-bg: #1b1d1a; + --color-alert-info-bg: #18181b; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #b5324177; --color-calendar-graph-day-L2-bg: #b53241CC; --color-calendar-graph-day-L3-bg: #b53241FF; @@ -133,9 +136,6 @@ background-color: #1f1a1a; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #1a1a1d; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #1a1a1d; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #1a1a1d; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #1a1a1d; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #1a1a1d !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #1a1a1d !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #1a1a1d; + box-shadow: 0 0 0 2px #1a1a1d; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #261616 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #1a1a1d !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #1a1a1d !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #1a1a1d !important; } .jumbotron-codelines { background-color: #18181b !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #1a1a1d !important; color: #555 !important; } /* no border */ @@ -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: #1a1a1d; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #b53241; @@ -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: #1a1a1d; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/ryuko.user.css b/themes/ryuko.user.css index d2de307..8094c4c 100644 --- a/themes/ryuko.user.css +++ b/themes/ryuko.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Ryuko @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #292e34; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #C1B5C3; + --color-alert-warn-bg: #303638; + --color-alert-info-bg: #2b3238; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #a7303577; --color-calendar-graph-day-L2-bg: #a73035CC; --color-calendar-graph-day-L3-bg: #a73035FF; @@ -133,9 +136,6 @@ background-color: #2b3237; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #2a3037; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #2a3037; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #2a3037; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #2a3037; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #2a3037 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #2a3037 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #2a3037; + box-shadow: 0 0 0 2px #2a3037; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #30383d !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #2a3037 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #2a3037 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #2a3037 !important; } .jumbotron-codelines { background-color: #2b3238 !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #2a3037 !important; color: #555 !important; } /* no border */ @@ -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: #2a3037; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #a73035; @@ -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: #2a3037; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/satsuki.user.css b/themes/satsuki.user.css index d03b1a7..b5131ed 100644 --- a/themes/satsuki.user.css +++ b/themes/satsuki.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Satsuki @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #ECEDF8; --color-underlinenav-counter-text: #252427; --color-text-primary: #cd862f; + --color-alert-warn-bg: #ECEAE8; + --color-alert-info-bg: #e7e6eb; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #275AB377; --color-calendar-graph-day-L2-bg: #275AB3CC; --color-calendar-graph-day-L3-bg: #275AB3FF; @@ -133,9 +136,6 @@ background-color: #CFCFD5; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #e0dfe6; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #e0dfe6; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #e0dfe6; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #e0dfe6; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #e0dfe6 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #e0dfe6 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #e0dfe6; + box-shadow: 0 0 0 2px #e0dfe6; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #dadbe6 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #e0dfe6 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #e0dfe6 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #e0dfe6 !important; } .jumbotron-codelines { background-color: #e7e6eb !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #e0dfe6 !important; color: #555 !important; } /* no border */ @@ -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: #e0dfe6; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #275AB3; @@ -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: #e0dfe6; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/sayori_dark.user.css b/themes/sayori_dark.user.css index 6effdc5..3ccefee 100644 --- a/themes/sayori_dark.user.css +++ b/themes/sayori_dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Sayori Dark @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #1B1D31; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #3F77EF; + --color-alert-warn-bg: #131b2a; + --color-alert-info-bg: #0e1b2f; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #00BCD477; --color-calendar-graph-day-L2-bg: #00BCD4CC; --color-calendar-graph-day-L3-bg: #00BCD4FF; @@ -133,9 +136,6 @@ background-color: #18303f; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #252D3C; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #252D3C; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #252D3C; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #252D3C; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #252D3C !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #252D3C !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #252D3C; + box-shadow: 0 0 0 2px #252D3C; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #1a1c2d !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #252D3C !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #252D3C !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #252D3C !important; } .jumbotron-codelines { background-color: #0e1b2f !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #252D3C !important; color: #555 !important; } /* no border */ @@ -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: #252D3C; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #00BCD4; @@ -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: #252D3C; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/sayori_light.user.css b/themes/sayori_light.user.css index a70a997..0e72498 100644 --- a/themes/sayori_light.user.css +++ b/themes/sayori_light.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Sayori Light @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #eaf0f6; --color-underlinenav-counter-text: #252427; --color-text-primary: #3F77EF; + --color-alert-warn-bg: #f0fbf4; + --color-alert-info-bg: #f0faff; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #00bcd477; --color-calendar-graph-day-L2-bg: #00bcd4CC; --color-calendar-graph-day-L3-bg: #00bcd4FF; @@ -133,9 +136,6 @@ background-color: #d8e6ee; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #dceef7; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #dceef7; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #dceef7; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #dceef7; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #dceef7 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #dceef7 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #dceef7; + box-shadow: 0 0 0 2px #dceef7; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #e2eaee !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #dceef7 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #dceef7 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #dceef7 !important; } .jumbotron-codelines { background-color: #f0faff !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #dceef7 !important; color: #555 !important; } /* no border */ @@ -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: #dceef7; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #00bcd4; @@ -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: #dceef7; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/tohsaka_rin.user.css b/themes/tohsaka_rin.user.css index 11fb1d3..ee5f020 100644 --- a/themes/tohsaka_rin.user.css +++ b/themes/tohsaka_rin.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Tohsaka Rin @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #211D1E; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #e0474b; + --color-alert-warn-bg: #21211f; + --color-alert-info-bg: #1b191a; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #4c969777; --color-calendar-graph-day-L2-bg: #4c9697CC; --color-calendar-graph-day-L3-bg: #4c9697FF; @@ -133,9 +136,6 @@ background-color: #232121; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #22191b; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #22191b; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #22191b; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #22191b; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #22191b !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #22191b !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #22191b; + box-shadow: 0 0 0 2px #22191b; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #211e1e !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #22191b !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #22191b !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #22191b !important; } .jumbotron-codelines { background-color: #1b191a !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #22191b !important; color: #555 !important; } /* no border */ @@ -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: #22191b; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #4c9697; @@ -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: #22191b; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/yuri_dark.user.css b/themes/yuri_dark.user.css index 0982a5e..2024a08 100644 --- a/themes/yuri_dark.user.css +++ b/themes/yuri_dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Yuri Dark @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #392A54; --color-underlinenav-counter-text: #DADADA; --color-text-primary: #7C75EF; + --color-alert-warn-bg: #493458; + --color-alert-info-bg: #442e5c; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #AB47BC77; --color-calendar-graph-day-L2-bg: #AB47BCCC; --color-calendar-graph-day-L3-bg: #AB47BCFF; @@ -133,9 +136,6 @@ background-color: #483967; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #473466; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #473466; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #473466; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #473466; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #473466 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #473466 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #473466; + box-shadow: 0 0 0 2px #473466; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #4d3a63 !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #473466 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #473466 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #473466 !important; } .jumbotron-codelines { background-color: #442e5c !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #473466 !important; color: #555 !important; } /* no border */ @@ -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: #473466; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #AB47BC; @@ -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: #473466; color: #eee; } .select-input__option--is-selected[class*="css-"] { diff --git a/themes/yuri_light.user.css b/themes/yuri_light.user.css index 1a7b134..dd7692c 100644 --- a/themes/yuri_light.user.css +++ b/themes/yuri_light.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Yuri Light @namespace github.com/doki-theme -@version 4.2.0 +@version 4.2.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -46,6 +46,9 @@ --color-calendar-graph-day-bg: #efeaf6; --color-underlinenav-counter-text: #252427; --color-text-primary: #7C75EF; + --color-alert-warn-bg: #faf0fb; + --color-alert-info-bg: #f5f0ff; + --color-alert-error-bg: #ff000022; --color-calendar-graph-day-L1-bg: #ab74cb77; --color-calendar-graph-day-L2-bg: #ab74cbCC; --color-calendar-graph-day-L3-bg: #ab74cbFF; @@ -133,9 +136,6 @@ background-color: #e1d8ee; } - - - /* end doki addons */ /* source #0: "transparent" */ @@ -8449,7 +8449,7 @@ } /* source #5: "#2f363d" */ .CheckRun-search .btn:hover { - background-color: #282828; + background-color: #e4dcf7; } /* source #5: "color: #586069", "none" */ .CheckRun-search .btn[disabled] { @@ -8485,7 +8485,7 @@ } /* source #5: "#2f363d" */ .CheckStep-line:hover { - background-color: #282828; + background-color: #e4dcf7; } /* source #5: "#586069" */ .CheckStep-line.selected { @@ -9222,7 +9222,7 @@ } /* source #5: "#2f363d" */ .MarketplaceJumbotron { - background-color: #282828; + background-color: #e4dcf7; } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { @@ -12625,7 +12625,7 @@ } /* source #6: "rgba(225,228,232,0.31)" */ #uptime-tooltip .tooltip-box .outage-field { - background-color: #282828; + background-color: #e4dcf7; } /* source #6: "#dbab09" */ .layout-content.status.status-index .page-status.status-minor, @@ -15664,7 +15664,7 @@ } /* source #14: "#2f363d" */ .bg-gray-8 { - background-color: #282828 !important; + background-color: #e4dcf7 !important; } /* source #14: "color: #24292e !important" */ .color-gray-9 { @@ -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: #e4dcf7 !important; color: #555 !important; } input[type="checkbox"]:checked { @@ -16505,8 +16505,8 @@ aside.border-top + section.bg-gray-dark:not([class*="js-"]) { } /* Make it more apparent that
is clickable */ .markdown-body details summary:not([aria-haspopup]):hover { - background: #282828; - box-shadow: 0 0 0 2px #282828; + background: #e4dcf7; + box-shadow: 0 0 0 2px #e4dcf7; cursor: pointer; } /* GitHub Bug: Center discussion close icon vertically */ @@ -17092,7 +17092,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, border-color: #e2e3ee !important; } .search-result-group, .gist-quicksearch-result-group { - background: #282828 !important; + background: #e4dcf7 !important; border-color: rgba(68, 68, 68, .5) !important; color: #555 !important; } @@ -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: #e4dcf7 !important; } div#common-issues ul li a:hover, .rss-subscribe:hover { - background-color: #282828 !important; + background-color: #e4dcf7 !important; } .jumbotron-codelines { background-color: #f5f0ff !important; @@ -18764,7 +18764,7 @@ form[action*="/.github/workflows/"] .commit-create { background-size: 8px 10px !important; } .form-select:disabled { - background-color: #282828 !important; + background-color: #e4dcf7 !important; color: #555 !important; } /* no border */ @@ -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: #e4dcf7; } .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { background-color: /*[[base-color]]*/ #ab74cb; @@ -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: #e4dcf7; color: #eee; } .select-input__option--is-selected[class*="css-"] {