diff --git a/CHANGELOG.md b/CHANGELOG.md index bbfda0a..fe7bfc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog --- +# 4.2.2 [Tooltip Fix] + +- Fixed the tool tip overlay color. + # 4.2.1 [GitHub Update Maintenance] - Fixed more small issues with GitHub Style Upgrades diff --git a/buildSrc/templates/tempCss.css.txt b/buildSrc/templates/tempCss.css.txt index baf9777..d994577 100644 --- a/buildSrc/templates/tempCss.css.txt +++ b/buildSrc/templates/tempCss.css.txt @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: {{accentColor}}FF; --color-calendar-graph-day-L4-bg: {{stopColor}}; --color-verified-badge-bg: #00000000; + --color-bg-overlay: {{secondaryBackground}}; } .suggester li:hover .octicon, diff --git a/package.json b/package.json index 4bdaefa..6b57e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doki-theme-github", - "version": "4.2.1", + "version": "4.2.2", "dependencies": { } } diff --git a/themes/aqua.user.css b/themes/aqua.user.css index e84fe97..121714a 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #578CDAFF; --color-calendar-graph-day-L4-bg: #688dee; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #242942; } .suggester li:hover .octicon, diff --git a/themes/asuna.user.css b/themes/asuna.user.css index 7761ac4..1f6a010 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #a61d0dFF; --color-calendar-graph-day-L4-bg: #ec081e; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #fcfcfc; } .suggester li:hover .octicon, diff --git a/themes/beatrice.user.css b/themes/beatrice.user.css index 678acd1..6bceb38 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #78A5EBFF; --color-calendar-graph-day-L4-bg: #fbadff; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #f3cfe0; } .suggester li:hover .octicon, diff --git a/themes/darkness_dark.user.css b/themes/darkness_dark.user.css index 815997c..7f19355 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #e99745FF; --color-calendar-graph-day-L4-bg: #ee6a12; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #100d03; } .suggester li:hover .octicon, diff --git a/themes/darkness_light.user.css b/themes/darkness_light.user.css index 20833ee..7d8109d 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #F5C83CFF; --color-calendar-graph-day-L4-bg: #FCFFA5; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #fffff7; } .suggester li:hover .octicon, diff --git a/themes/emilia_dark.user.css b/themes/emilia_dark.user.css index 64b295b..28386cd 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #a53ba0FF; --color-calendar-graph-day-L4-bg: #F667FF; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #4e2d62; } .suggester li:hover .octicon, diff --git a/themes/emilia_light.user.css b/themes/emilia_light.user.css index c53171a..dba2a38 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #82357dFF; --color-calendar-graph-day-L4-bg: #e984ed; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #faecff; } .suggester li:hover .octicon, diff --git a/themes/hatsune_miku.user.css b/themes/hatsune_miku.user.css index 51fd51c..3b84760 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #53b0b4FF; --color-calendar-graph-day-L4-bg: #68eede; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #313939; } .suggester li:hover .octicon, diff --git a/themes/ishtar_dark.user.css b/themes/ishtar_dark.user.css index 301deaa..20bb162 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #f5c443FF; --color-calendar-graph-day-L4-bg: #fec144; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #0a0a06; } .suggester li:hover .octicon, diff --git a/themes/ishtar_light.user.css b/themes/ishtar_light.user.css index 1e06bff..3bffe42 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #f5a821FF; --color-calendar-graph-day-L4-bg: #ec081e; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #fcfcfa; } .suggester li:hover .octicon, diff --git a/themes/kanna.user.css b/themes/kanna.user.css index 5f88b8a..1d52dfa 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #46459eFF; --color-calendar-graph-day-L4-bg: #344acb; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #150f20; } .suggester li:hover .octicon, diff --git a/themes/konata.user.css b/themes/konata.user.css index 286f21b..be50e5c 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #60ff62FF; --color-calendar-graph-day-L4-bg: #98ff3d; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #5c89e8; } .suggester li:hover .octicon, diff --git a/themes/megumin.user.css b/themes/megumin.user.css index 09396d0..fe91503 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #a73035FF; --color-calendar-graph-day-L4-bg: #ee2e37; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #2f2329; } .suggester li:hover .octicon, diff --git a/themes/mioda_ibuki_dark.user.css b/themes/mioda_ibuki_dark.user.css index 879a6f9..9514b89 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #5395b4FF; --color-calendar-graph-day-L4-bg: #68c4ee; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #1a1e20; } .suggester li:hover .octicon, diff --git a/themes/mioda_ibuki_light.user.css b/themes/mioda_ibuki_light.user.css index d7fa48b..f171e29 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #DA46A7FF; --color-calendar-graph-day-L4-bg: #469fda; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #FFEAF9; } .suggester li:hover .octicon, diff --git a/themes/misato_katsuragi.user.css b/themes/misato_katsuragi.user.css index 571ac94..e97e8cb 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #c2383eFF; --color-calendar-graph-day-L4-bg: #ec1f62; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #382639; } .suggester li:hover .octicon, diff --git a/themes/monika_dark.user.css b/themes/monika_dark.user.css index 54e95ca..7fd8c9c 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #388E3CFF; --color-calendar-graph-day-L4-bg: #FFFA11; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #1a1e12; } .suggester li:hover .octicon, diff --git a/themes/monika_light.user.css b/themes/monika_light.user.css index 70b912b..8c4ac07 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #388E3CFF; --color-calendar-graph-day-L4-bg: #5EEF1B; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #edffec; } .suggester li:hover .octicon, diff --git a/themes/natsuki_dark.user.css b/themes/natsuki_dark.user.css index 4abbb1c..702f1a3 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #E94686FF; --color-calendar-graph-day-L4-bg: #F650FF; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #330A2B; } .suggester li:hover .octicon, diff --git a/themes/natsuki_light.user.css b/themes/natsuki_light.user.css index 1d9f8ae..6d0db25 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #E94686FF; --color-calendar-graph-day-L4-bg: #fbadff; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #f3cfe0; } .suggester li:hover .octicon, diff --git a/themes/ram.user.css b/themes/ram.user.css index fd1d57e..35b986f 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #e594bfFF; --color-calendar-graph-day-L4-bg: #e565ee; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #373139; } .suggester li:hover .octicon, diff --git a/themes/rem.user.css b/themes/rem.user.css index cc75eff..3493d16 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #578CDAFF; --color-calendar-graph-day-L4-bg: #688dee; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #313239; } .suggester li:hover .octicon, diff --git a/themes/rias.user.css b/themes/rias.user.css index 8900c38..ce90ad8 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #e03943FF; --color-calendar-graph-day-L4-bg: #ec081e; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #401010; } .suggester li:hover .octicon, diff --git a/themes/rory_mercury.user.css b/themes/rory_mercury.user.css index 33252cd..83f1dba 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #b53241FF; --color-calendar-graph-day-L4-bg: #ee2726; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #111114; } .suggester li:hover .octicon, diff --git a/themes/ryuko.user.css b/themes/ryuko.user.css index 8094c4c..64e832a 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #a73035FF; --color-calendar-graph-day-L4-bg: #ee2726; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #282f35; } .suggester li:hover .octicon, diff --git a/themes/satsuki.user.css b/themes/satsuki.user.css index b5131ed..8899bfc 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #275AB3FF; --color-calendar-graph-day-L4-bg: #7aa9ed; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #efeef3; } .suggester li:hover .octicon, diff --git a/themes/sayori_dark.user.css b/themes/sayori_dark.user.css index 3ccefee..12b959f 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #00BCD4FF; --color-calendar-graph-day-L4-bg: #11FFFD; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #131d2d; } .suggester li:hover .octicon, diff --git a/themes/sayori_light.user.css b/themes/sayori_light.user.css index 0e72498..47fc27d 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #00bcd4FF; --color-calendar-graph-day-L4-bg: #3DFFF3; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #ecfbff; } .suggester li:hover .octicon, diff --git a/themes/tohsaka_rin.user.css b/themes/tohsaka_rin.user.css index ee5f020..b3b8b94 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #4c9697FF; --color-calendar-graph-day-L4-bg: #ee2726; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #151314; } .suggester li:hover .octicon, diff --git a/themes/yuri_dark.user.css b/themes/yuri_dark.user.css index 2024a08..8ba1833 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #AB47BCFF; --color-calendar-graph-day-L4-bg: #F667FF; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #412D62; } .suggester li:hover .octicon, diff --git a/themes/yuri_light.user.css b/themes/yuri_light.user.css index dd7692c..1a9420c 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.1 +@version 4.2.2 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -54,6 +54,7 @@ --color-calendar-graph-day-L3-bg: #ab74cbFF; --color-calendar-graph-day-L4-bg: #f595ff; --color-verified-badge-bg: #00000000; + --color-bg-overlay: #f5ecff; } .suggester li:hover .octicon,