diff --git a/CHANGELOG.md b/CHANGELOG.md index 431c55b..2de73b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ Changelog --- +# 4.2.4 [Notifications Fix] + +- Fixed the GitHub notifications look and feel. # 4.2.3 [Dashboard Fix] diff --git a/buildSrc/templates/tempCss.css.txt b/buildSrc/templates/tempCss.css.txt index e583acf..1c3a864 100644 --- a/buildSrc/templates/tempCss.css.txt +++ b/buildSrc/templates/tempCss.css.txt @@ -58,6 +58,9 @@ --color-bg-overlay: {{secondaryBackground}}; --color-border-primary: {{borderColor}}; --color-border-primary: {{borderColor}}; + --color-notifications-row-read-bg: {{codeBlock}}; + --color-input-disabled-bg: {{selectionInactive}}; + --color-input-disabled-border: {{borderColor}}; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: {{foregroundColor}}94 !important; + background: {{buttonColor}}94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/package.json b/package.json index 1c07ab3..2a88e8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doki-theme-github", - "version": "4.2.3", + "version": "4.2.4", "dependencies": { } } diff --git a/themes/aqua.user.css b/themes/aqua.user.css index d83dbff..15afad6 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #242942; --color-border-primary: #2a334b; --color-border-primary: #2a334b; + --color-notifications-row-read-bg: #2e3149; + --color-input-disabled-bg: #31344b; + --color-input-disabled-border: #2a334b; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #bbbbbb94 !important; + background: #31374b94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/asuna.user.css b/themes/asuna.user.css index 9f11f3b..15b0f7d 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #fcfcfc; --color-border-primary: #eeeeee; --color-border-primary: #eeeeee; + --color-notifications-row-read-bg: #f6f6f6; + --color-input-disabled-bg: #fff4f4; + --color-input-disabled-border: #eeeeee; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #25242794 !important; + background: #f9f2f294 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/beatrice.user.css b/themes/beatrice.user.css index f0163c1..450b64c 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #f3cfe0; --color-border-primary: #F1D7E6; --color-border-primary: #F1D7E6; + --color-notifications-row-read-bg: #FDD8FF; + --color-input-disabled-bg: #FFD9E2; + --color-input-disabled-border: #F1D7E6; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #00000094 !important; + background: #e5c5d394 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/darkness_dark.user.css b/themes/darkness_dark.user.css index b479e99..75021df 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #100d03; --color-border-primary: #1c1500; --color-border-primary: #1c1500; + --color-notifications-row-read-bg: #191715; + --color-input-disabled-bg: #1d1704; + --color-input-disabled-border: #1c1500; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #c3c3c394 !important; + background: #1e1c1994 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/darkness_light.user.css b/themes/darkness_light.user.css index 3b8d551..cd080ad 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #fffff7; --color-border-primary: #f1f4e0; --color-border-primary: #f1f4e0; + --color-notifications-row-read-bg: #F3F2E2; + --color-input-disabled-bg: #FFFFBC; + --color-input-disabled-border: #f1f4e0; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #00000094 !important; + background: #fffef794 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/emilia_dark.user.css b/themes/emilia_dark.user.css index 44e1f69..dca5a45 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #4e2d62; --color-border-primary: #553a63; --color-border-primary: #553a63; + --color-notifications-row-read-bg: #402a54; + --color-input-disabled-bg: #513466; + --color-input-disabled-border: #553a63; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #DADADA94 !important; + background: #55396794 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/emilia_light.user.css b/themes/emilia_light.user.css index 80019ee..70f761d 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #faecff; --color-border-primary: #e9d8f6; --color-border-primary: #e9d8f6; + --color-notifications-row-read-bg: #f2eaf6; + --color-input-disabled-bg: #e8d7f1; + --color-input-disabled-border: #e9d8f6; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #25242794 !important; + background: #e7d8ee94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/hatsune_miku.user.css b/themes/hatsune_miku.user.css index 57fac33..439cb59 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #313939; --color-border-primary: #2d3839; --color-border-primary: #2d3839; + --color-notifications-row-read-bg: #293433; + --color-input-disabled-bg: #3a4444; + --color-input-disabled-border: #2d3839; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #bbbbbb94 !important; + background: #32373794 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/ishtar_dark.user.css b/themes/ishtar_dark.user.css index 0d82939..ff90695 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #0a0a06; --color-border-primary: #1a1a00; --color-border-primary: #1a1a00; + --color-notifications-row-read-bg: #191718; + --color-input-disabled-bg: #1A1913; + --color-input-disabled-border: #1a1a00; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #c2c2c294 !important; + background: #221d1b94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/ishtar_light.user.css b/themes/ishtar_light.user.css index 6797ba9..550d84d 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #fcfcfa; --color-border-primary: #eeeeee; --color-border-primary: #eeeeee; + --color-notifications-row-read-bg: #f6f6f6; + --color-input-disabled-bg: #fffaed; + --color-input-disabled-border: #eeeeee; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #25242794 !important; + background: #fffef794 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/kanna.user.css b/themes/kanna.user.css index bcefa70..99229bb 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #150f20; --color-border-primary: #221f2e; --color-border-primary: #221f2e; + --color-notifications-row-read-bg: #1d152d; + --color-input-disabled-bg: #231a31; + --color-input-disabled-border: #221f2e; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #d0d0d094 !important; + background: #26273294 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/konata.user.css b/themes/konata.user.css index 3cfe529..0fadc7f 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #5c89e8; --color-border-primary: #5a86dc; --color-border-primary: #5a86dc; + --color-notifications-row-read-bg: #6c95ee; + --color-input-disabled-bg: #6c95ee; + --color-input-disabled-border: #5a86dc; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #f3edff94 !important; + background: #83a0ee94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/megumin.user.css b/themes/megumin.user.css index 3c4f7c2..d2eacff 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #2f2329; --color-border-primary: #32262c; --color-border-primary: #32262c; + --color-notifications-row-read-bg: #2f2329; + --color-input-disabled-bg: #31262b; + --color-input-disabled-border: #32262c; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #bbbbbb94 !important; + background: #2f232994 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/mioda_ibuki_dark.user.css b/themes/mioda_ibuki_dark.user.css index 28a357e..1797d62 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #1a1e20; --color-border-primary: #1e2021; --color-border-primary: #1e2021; + --color-notifications-row-read-bg: #343434; + --color-input-disabled-bg: #333333; + --color-input-disabled-border: #1e2021; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #bbbbbb94 !important; + background: #262c3294 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/mioda_ibuki_light.user.css b/themes/mioda_ibuki_light.user.css index d36f406..cff3c1b 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #FFEAF9; --color-border-primary: #ede1e9; --color-border-primary: #ede1e9; + --color-notifications-row-read-bg: #ecf2f8; + --color-input-disabled-bg: #f1d7ef; + --color-input-disabled-border: #ede1e9; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #27242694 !important; + background: #F7E0F394 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/misato_katsuragi.user.css b/themes/misato_katsuragi.user.css index 6731e8a..01e98c9 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #382639; --color-border-primary: #432E3D; --color-border-primary: #432E3D; + --color-notifications-row-read-bg: #322130; + --color-input-disabled-bg: #4b283c; + --color-input-disabled-border: #432E3D; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #b5a3b094 !important; + background: #341F2D94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/monika_dark.user.css b/themes/monika_dark.user.css index 148aefb..11d8c55 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #1a1e12; --color-border-primary: #202416; --color-border-primary: #202416; + --color-notifications-row-read-bg: #23271A; + --color-input-disabled-bg: #122D13; + --color-input-disabled-border: #202416; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #bbbbbb94 !important; + background: #1e321994 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/monika_light.user.css b/themes/monika_light.user.css index 8970d9a..6b9070d 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #edffec; --color-border-primary: #e2eee3; --color-border-primary: #e2eee3; + --color-notifications-row-read-bg: #eaf6eb; + --color-input-disabled-bg: #d8f1d7; + --color-input-disabled-border: #e2eee3; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #25242794 !important; + background: #d8eed994 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/natsuki_dark.user.css b/themes/natsuki_dark.user.css index 6434921..a656406 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #330A2B; --color-border-primary: #381927; --color-border-primary: #381927; + --color-notifications-row-read-bg: #3d1c31; + --color-input-disabled-bg: #6F3654; + --color-input-disabled-border: #381927; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #bbbbbb94 !important; + background: #561b3e94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/natsuki_light.user.css b/themes/natsuki_light.user.css index ad00ad1..d2222a6 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #f3cfe0; --color-border-primary: #F1D7E6; --color-border-primary: #F1D7E6; + --color-notifications-row-read-bg: #FDD8FF; + --color-input-disabled-bg: #FFD9E2; + --color-input-disabled-border: #F1D7E6; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #00000094 !important; + background: #e5c2d194 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/ram.user.css b/themes/ram.user.css index 8408162..576b92d 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #373139; --color-border-primary: #362d39; --color-border-primary: #362d39; + --color-notifications-row-read-bg: #2c2934; + --color-input-disabled-bg: #413a44; + --color-input-disabled-border: #362d39; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #bbbbbb94 !important; + background: #37323794 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/rem.user.css b/themes/rem.user.css index 6e4c3b6..3212b2f 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #313239; --color-border-primary: #2d3439; --color-border-primary: #2d3439; + --color-notifications-row-read-bg: #292e34; + --color-input-disabled-bg: #3a3f44; + --color-input-disabled-border: #2d3439; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #bbbbbb94 !important; + background: #32333794 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/rias.user.css b/themes/rias.user.css index 69e4674..837e871 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #401010; --color-border-primary: #551818; --color-border-primary: #551818; + --color-notifications-row-read-bg: #491818; + --color-input-disabled-bg: #491818; + --color-input-disabled-border: #551818; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #fafafa94 !important; + background: #611c1c94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/rory_mercury.user.css b/themes/rory_mercury.user.css index 658f24b..e868bfe 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #111114; --color-border-primary: #261616; --color-border-primary: #261616; + --color-notifications-row-read-bg: #191715; + --color-input-disabled-bg: #1e1e21; + --color-input-disabled-border: #261616; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #c3c3c394 !important; + background: #1f1a1a94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/ryuko.user.css b/themes/ryuko.user.css index 8d72243..167e6d1 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #282f35; --color-border-primary: #30383d; --color-border-primary: #30383d; + --color-notifications-row-read-bg: #292e34; + --color-input-disabled-bg: #292e34; + --color-input-disabled-border: #30383d; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #bbbbbb94 !important; + background: #2b323794 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/satsuki.user.css b/themes/satsuki.user.css index 27b0f7d..0babc24 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #efeef3; --color-border-primary: #dadbe6; --color-border-primary: #dadbe6; + --color-notifications-row-read-bg: #ECEDF8; + --color-input-disabled-bg: #d1d0dc; + --color-input-disabled-border: #dadbe6; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #25242794 !important; + background: #CFCFD594 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/sayori_dark.user.css b/themes/sayori_dark.user.css index f220a56..54ebfd3 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #131d2d; --color-border-primary: #1a1c2d; --color-border-primary: #1a1c2d; + --color-notifications-row-read-bg: #1B1D31; + --color-input-disabled-bg: #1d274b; + --color-input-disabled-border: #1a1c2d; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #bbbbbb94 !important; + background: #18303f94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/sayori_light.user.css b/themes/sayori_light.user.css index a8217c3..98ccf1f 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #ecfbff; --color-border-primary: #e2eaee; --color-border-primary: #e2eaee; + --color-notifications-row-read-bg: #eaf0f6; + --color-input-disabled-bg: #d7e3f1; + --color-input-disabled-border: #e2eaee; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #25242794 !important; + background: #d8e6ee94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/tohsaka_rin.user.css b/themes/tohsaka_rin.user.css index a4e63b7..e142a45 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #151314; --color-border-primary: #211e1e; --color-border-primary: #211e1e; + --color-notifications-row-read-bg: #211D1E; + --color-input-disabled-bg: #241B1D; + --color-input-disabled-border: #211e1e; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #bbbbbb94 !important; + background: #23212194 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/yuri_dark.user.css b/themes/yuri_dark.user.css index 2a22680..0b925c1 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #412D62; --color-border-primary: #4d3a63; --color-border-primary: #4d3a63; + --color-notifications-row-read-bg: #392A54; + --color-input-disabled-bg: #473466; + --color-input-disabled-border: #4d3a63; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #DADADA94 !important; + background: #48396794 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray { diff --git a/themes/yuri_light.user.css b/themes/yuri_light.user.css index 81b1dc9..32a8802 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.3 +@version 4.2.4 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -58,6 +58,9 @@ --color-bg-overlay: #f5ecff; --color-border-primary: #e2e3ee; --color-border-primary: #e2e3ee; + --color-notifications-row-read-bg: #efeaf6; + --color-input-disabled-bg: #ded7f1; + --color-input-disabled-border: #e2e3ee; } .suggester li:hover .octicon, @@ -17689,7 +17692,7 @@ ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, .state-widget .ahead .bar, .render-shell > .slider .dragger:hover, .render-shell > .slider .dragger:active, .issues-reset-query-icon, .projects-reset-query-icon { - background: #25242794 !important; + background: #e1d8ee94 !important; } /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ .Counter--gray {