diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de73b0..9c8b3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Changelog --- +# 4.2.5 [Notifications Fix, Part Duex] + +- Fixed the GitHub **unread** notifications look and feel. + # 4.2.4 [Notifications Fix] - Fixed the GitHub notifications look and feel. diff --git a/buildSrc/templates/tempCss.css.txt b/buildSrc/templates/tempCss.css.txt index 1c3a864..35f0962 100644 --- a/buildSrc/templates/tempCss.css.txt +++ b/buildSrc/templates/tempCss.css.txt @@ -59,6 +59,7 @@ --color-border-primary: {{borderColor}}; --color-border-primary: {{borderColor}}; --color-notifications-row-read-bg: {{codeBlock}}; + --color-notifications-row-bg: {{caretRow}}; --color-input-disabled-bg: {{selectionInactive}}; --color-input-disabled-border: {{borderColor}}; } diff --git a/package.json b/package.json index 2a88e8c..c3a58a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doki-theme-github", - "version": "4.2.4", + "version": "4.2.5", "dependencies": { } } diff --git a/themes/aqua.user.css b/themes/aqua.user.css index 15afad6..ed2fd9e 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #2a334b; --color-border-primary: #2a334b; --color-notifications-row-read-bg: #2e3149; + --color-notifications-row-bg: #2d3047; --color-input-disabled-bg: #31344b; --color-input-disabled-border: #2a334b; } diff --git a/themes/asuna.user.css b/themes/asuna.user.css index 15b0f7d..9aea31a 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #eeeeee; --color-border-primary: #eeeeee; --color-notifications-row-read-bg: #f6f6f6; + --color-notifications-row-bg: #f6f6f6; --color-input-disabled-bg: #fff4f4; --color-input-disabled-border: #eeeeee; } diff --git a/themes/beatrice.user.css b/themes/beatrice.user.css index 450b64c..157817d 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #F1D7E6; --color-border-primary: #F1D7E6; --color-notifications-row-read-bg: #FDD8FF; + --color-notifications-row-bg: #ffdce6; --color-input-disabled-bg: #FFD9E2; --color-input-disabled-border: #F1D7E6; } diff --git a/themes/darkness_dark.user.css b/themes/darkness_dark.user.css index 75021df..41ecac4 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #1c1500; --color-border-primary: #1c1500; --color-notifications-row-read-bg: #191715; + --color-notifications-row-bg: #14110d; --color-input-disabled-bg: #1d1704; --color-input-disabled-border: #1c1500; } diff --git a/themes/darkness_light.user.css b/themes/darkness_light.user.css index cd080ad..dc7cdb4 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #f1f4e0; --color-border-primary: #f1f4e0; --color-notifications-row-read-bg: #F3F2E2; + --color-notifications-row-bg: #FFF6E4; --color-input-disabled-bg: #FFFFBC; --color-input-disabled-border: #f1f4e0; } diff --git a/themes/emilia_dark.user.css b/themes/emilia_dark.user.css index dca5a45..493fe2c 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #553a63; --color-border-primary: #553a63; --color-notifications-row-read-bg: #402a54; + --color-notifications-row-bg: #543466; --color-input-disabled-bg: #513466; --color-input-disabled-border: #553a63; } diff --git a/themes/emilia_light.user.css b/themes/emilia_light.user.css index 70f761d..3b7103e 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #e9d8f6; --color-border-primary: #e9d8f6; --color-notifications-row-read-bg: #f2eaf6; + --color-notifications-row-bg: #f1dcf7; --color-input-disabled-bg: #e8d7f1; --color-input-disabled-border: #e9d8f6; } diff --git a/themes/hatsune_miku.user.css b/themes/hatsune_miku.user.css index 439cb59..76c44ca 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #2d3839; --color-border-primary: #2d3839; --color-notifications-row-read-bg: #293433; + --color-notifications-row-bg: #313938; --color-input-disabled-bg: #3a4444; --color-input-disabled-border: #2d3839; } diff --git a/themes/ishtar_dark.user.css b/themes/ishtar_dark.user.css index ff90695..9ccefa9 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #1a1a00; --color-border-primary: #1a1a00; --color-notifications-row-read-bg: #191718; + --color-notifications-row-bg: #1A1913; --color-input-disabled-bg: #1A1913; --color-input-disabled-border: #1a1a00; } diff --git a/themes/ishtar_light.user.css b/themes/ishtar_light.user.css index 550d84d..421a906 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #eeeeee; --color-border-primary: #eeeeee; --color-notifications-row-read-bg: #f6f6f6; + --color-notifications-row-bg: #fffaed; --color-input-disabled-bg: #fffaed; --color-input-disabled-border: #eeeeee; } diff --git a/themes/kanna.user.css b/themes/kanna.user.css index 99229bb..56bdd90 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #221f2e; --color-border-primary: #221f2e; --color-notifications-row-read-bg: #1d152d; + --color-notifications-row-bg: #231a31; --color-input-disabled-bg: #231a31; --color-input-disabled-border: #221f2e; } diff --git a/themes/konata.user.css b/themes/konata.user.css index 0fadc7f..54eff6f 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #5a86dc; --color-border-primary: #5a86dc; --color-notifications-row-read-bg: #6c95ee; + --color-notifications-row-bg: #6c95ee; --color-input-disabled-bg: #6c95ee; --color-input-disabled-border: #5a86dc; } diff --git a/themes/megumin.user.css b/themes/megumin.user.css index d2eacff..88704a0 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #32262c; --color-border-primary: #32262c; --color-notifications-row-read-bg: #2f2329; + --color-notifications-row-bg: #31262b; --color-input-disabled-bg: #31262b; --color-input-disabled-border: #32262c; } diff --git a/themes/mioda_ibuki_dark.user.css b/themes/mioda_ibuki_dark.user.css index 1797d62..1a6d406 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #1e2021; --color-border-primary: #1e2021; --color-notifications-row-read-bg: #343434; + --color-notifications-row-bg: #222526; --color-input-disabled-bg: #333333; --color-input-disabled-border: #1e2021; } diff --git a/themes/mioda_ibuki_light.user.css b/themes/mioda_ibuki_light.user.css index cff3c1b..7a74971 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #ede1e9; --color-border-primary: #ede1e9; --color-notifications-row-read-bg: #ecf2f8; + --color-notifications-row-bg: #f7dcf3; --color-input-disabled-bg: #f1d7ef; --color-input-disabled-border: #ede1e9; } diff --git a/themes/misato_katsuragi.user.css b/themes/misato_katsuragi.user.css index 01e98c9..6c91899 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #432E3D; --color-border-primary: #432E3D; --color-notifications-row-read-bg: #322130; + --color-notifications-row-bg: #402d41; --color-input-disabled-bg: #4b283c; --color-input-disabled-border: #432E3D; } diff --git a/themes/monika_dark.user.css b/themes/monika_dark.user.css index 11d8c55..dee1b05 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #202416; --color-border-primary: #202416; --color-notifications-row-read-bg: #23271A; + --color-notifications-row-bg: #292D1F; --color-input-disabled-bg: #122D13; --color-input-disabled-border: #202416; } diff --git a/themes/monika_light.user.css b/themes/monika_light.user.css index 6b9070d..c613c8e 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #e2eee3; --color-border-primary: #e2eee3; --color-notifications-row-read-bg: #eaf6eb; + --color-notifications-row-bg: #dcf7e0; --color-input-disabled-bg: #d8f1d7; --color-input-disabled-border: #e2eee3; } diff --git a/themes/natsuki_dark.user.css b/themes/natsuki_dark.user.css index a656406..7bb20d4 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #381927; --color-border-primary: #381927; --color-notifications-row-read-bg: #3d1c31; + --color-notifications-row-bg: #4D2339; --color-input-disabled-bg: #6F3654; --color-input-disabled-border: #381927; } diff --git a/themes/natsuki_light.user.css b/themes/natsuki_light.user.css index d2222a6..edc832f 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #F1D7E6; --color-border-primary: #F1D7E6; --color-notifications-row-read-bg: #FDD8FF; + --color-notifications-row-bg: #ffdce6; --color-input-disabled-bg: #FFD9E2; --color-input-disabled-border: #F1D7E6; } diff --git a/themes/ram.user.css b/themes/ram.user.css index 576b92d..56a22a2 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #362d39; --color-border-primary: #362d39; --color-notifications-row-read-bg: #2c2934; + --color-notifications-row-bg: #353139; --color-input-disabled-bg: #413a44; --color-input-disabled-border: #362d39; } diff --git a/themes/rem.user.css b/themes/rem.user.css index 3212b2f..6032e70 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #2d3439; --color-border-primary: #2d3439; --color-notifications-row-read-bg: #292e34; + --color-notifications-row-bg: #313439; --color-input-disabled-bg: #3a3f44; --color-input-disabled-border: #2d3439; } diff --git a/themes/rias.user.css b/themes/rias.user.css index 837e871..7f28363 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #551818; --color-border-primary: #551818; --color-notifications-row-read-bg: #491818; + --color-notifications-row-bg: #491818; --color-input-disabled-bg: #491818; --color-input-disabled-border: #551818; } diff --git a/themes/rory_mercury.user.css b/themes/rory_mercury.user.css index e868bfe..46067f0 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #261616; --color-border-primary: #261616; --color-notifications-row-read-bg: #191715; + --color-notifications-row-bg: #1a1a1d; --color-input-disabled-bg: #1e1e21; --color-input-disabled-border: #261616; } diff --git a/themes/ryuko.user.css b/themes/ryuko.user.css index 167e6d1..023868c 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #30383d; --color-border-primary: #30383d; --color-notifications-row-read-bg: #292e34; + --color-notifications-row-bg: #2a3037; --color-input-disabled-bg: #292e34; --color-input-disabled-border: #30383d; } diff --git a/themes/satsuki.user.css b/themes/satsuki.user.css index 0babc24..bd11e58 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #dadbe6; --color-border-primary: #dadbe6; --color-notifications-row-read-bg: #ECEDF8; + --color-notifications-row-bg: #e0dfe6; --color-input-disabled-bg: #d1d0dc; --color-input-disabled-border: #dadbe6; } diff --git a/themes/sayori_dark.user.css b/themes/sayori_dark.user.css index 54ebfd3..a2e6183 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #1a1c2d; --color-border-primary: #1a1c2d; --color-notifications-row-read-bg: #1B1D31; + --color-notifications-row-bg: #252D3C; --color-input-disabled-bg: #1d274b; --color-input-disabled-border: #1a1c2d; } diff --git a/themes/sayori_light.user.css b/themes/sayori_light.user.css index 98ccf1f..2f371ca 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #e2eaee; --color-border-primary: #e2eaee; --color-notifications-row-read-bg: #eaf0f6; + --color-notifications-row-bg: #dceef7; --color-input-disabled-bg: #d7e3f1; --color-input-disabled-border: #e2eaee; } diff --git a/themes/tohsaka_rin.user.css b/themes/tohsaka_rin.user.css index e142a45..4bbbe95 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #211e1e; --color-border-primary: #211e1e; --color-notifications-row-read-bg: #211D1E; + --color-notifications-row-bg: #22191b; --color-input-disabled-bg: #241B1D; --color-input-disabled-border: #211e1e; } diff --git a/themes/yuri_dark.user.css b/themes/yuri_dark.user.css index 0b925c1..67640a3 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #4d3a63; --color-border-primary: #4d3a63; --color-notifications-row-read-bg: #392A54; + --color-notifications-row-bg: #473466; --color-input-disabled-bg: #473466; --color-input-disabled-border: #4d3a63; } diff --git a/themes/yuri_light.user.css b/themes/yuri_light.user.css index 32a8802..c1e5e8b 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.4 +@version 4.2.5 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -59,6 +59,7 @@ --color-border-primary: #e2e3ee; --color-border-primary: #e2e3ee; --color-notifications-row-read-bg: #efeaf6; + --color-notifications-row-bg: #e4dcf7; --color-input-disabled-bg: #ded7f1; --color-input-disabled-border: #e2e3ee; }