From 114e8b4f9faeadd62616c5d3b9383726fb57209e Mon Sep 17 00:00:00 2001 From: Alex Simons Date: Tue, 18 May 2021 06:02:58 -0500 Subject: [PATCH] Updated finder line hover color (#40) --- CHANGELOG.md | 4 ++++ buildSrc/assets/templates/tempCss.css.txt | 1 + package.json | 2 +- themes/aqua.user.css | 3 ++- themes/astolfo.user.css | 3 ++- themes/asuna_dark.user.css | 3 ++- themes/asuna_light.user.css | 3 ++- themes/beatrice.user.css | 3 ++- themes/darkness_dark.user.css | 3 ++- themes/darkness_light.user.css | 3 ++- themes/echidna.user.css | 3 ++- themes/emilia_dark.user.css | 3 ++- themes/emilia_light.user.css | 3 ++- themes/gray.user.css | 3 ++- themes/hatsune_miku.user.css | 3 ++- themes/ishtar_dark.user.css | 3 ++- themes/ishtar_light.user.css | 3 ++- themes/kanna.user.css | 3 ++- themes/katsuragi_misato.user.css | 3 ++- themes/konata.user.css | 3 ++- themes/mai_dark.user.css | 3 ++- themes/mai_light.user.css | 3 ++- themes/maika.user.css | 3 ++- themes/makise_kurisu.user.css | 3 ++- themes/megumin.user.css | 3 ++- themes/miia.user.css | 3 ++- themes/mioda_ibuki_dark.user.css | 3 ++- themes/mioda_ibuki_light.user.css | 3 ++- themes/monika_dark.user.css | 3 ++- themes/monika_light.user.css | 3 ++- themes/nakano_miku.user.css | 3 ++- themes/nakano_nino.user.css | 3 ++- themes/natsuki_dark.user.css | 3 ++- themes/natsuki_light.user.css | 3 ++- themes/ram.user.css | 3 ++- themes/rei.user.css | 3 ++- themes/rem.user.css | 3 ++- themes/rias_crimson.user.css | 3 ++- themes/rias_onyx.user.css | 3 ++- themes/rory_mercury.user.css | 3 ++- themes/ryuko.user.css | 3 ++- themes/satsuki.user.css | 3 ++- themes/sayori_dark.user.css | 3 ++- themes/sayori_light.user.css | 3 ++- themes/sonoda_umi.user.css | 3 ++- themes/tohru.user.css | 3 ++- themes/tohsaka_rin.user.css | 3 ++- themes/yukinoshita_yukino.user.css | 3 ++- themes/yuri_dark.user.css | 3 ++- themes/yuri_light.user.css | 3 ++- themes/zero_two_dark.user.css | 3 ++- themes/zero_two_light.user.css | 3 ++- 52 files changed, 104 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c617a9..cd0242f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog --- +# 8.0.1 [Maintentance] + +- Fixed the list line hover color from the `file finder` feature. + # 8.0.0 [Nino, Nakano Miku, Gray, Miia, & Tohru] ## 5 New Themes diff --git a/buildSrc/assets/templates/tempCss.css.txt b/buildSrc/assets/templates/tempCss.css.txt index 9788d7d..ae3e138 100644 --- a/buildSrc/assets/templates/tempCss.css.txt +++ b/buildSrc/assets/templates/tempCss.css.txt @@ -52,6 +52,7 @@ --color-workflow-card-bg: {{codeBlock}} !important; --color-bg-tertiary: {{textEditorBackground}} !important; --color-bg-secondary: {{caretRow}} !important; + --color-search-hover-hl: {{foldedTextBackground}} !important; --color-checks-step-header-open-bg: {{caretRow}} !important; --color-bg-discussions-row-emoji-box: {{buttonColor}} !important; --color-current-user-tip-border: {{buttonColor}} !important; diff --git a/package.json b/package.json index a7d27e4..4a045b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doki-theme-github", - "version": "8.0.0", + "version": "8.0.1", "dependencies": { } } diff --git a/themes/aqua.user.css b/themes/aqua.user.css index 3e576c5..cb14ab0 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #2e3149 !important; --color-bg-tertiary: #262940 !important; --color-bg-secondary: #2d3047 !important; + --color-search-hover-hl: #2e3149 !important; --color-checks-step-header-open-bg: #2d3047 !important; --color-bg-discussions-row-emoji-box: #31374b !important; --color-current-user-tip-border: #31374b !important; diff --git a/themes/astolfo.user.css b/themes/astolfo.user.css index d452541..d0ffde0 100644 --- a/themes/astolfo.user.css +++ b/themes/astolfo.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Astolfo @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #201d1d !important; --color-bg-tertiary: #1a1c19 !important; --color-bg-secondary: #20221f !important; + --color-search-hover-hl: #211D1E !important; --color-checks-step-header-open-bg: #20221f !important; --color-bg-discussions-row-emoji-box: #242422 !important; --color-current-user-tip-border: #242422 !important; diff --git a/themes/asuna_dark.user.css b/themes/asuna_dark.user.css index e572304..2f736fc 100644 --- a/themes/asuna_dark.user.css +++ b/themes/asuna_dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Asuna Dark @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #232323 !important; --color-bg-tertiary: #1b1b1b !important; --color-bg-secondary: #1f1f1f !important; + --color-search-hover-hl: #212121 !important; --color-checks-step-header-open-bg: #1f1f1f !important; --color-bg-discussions-row-emoji-box: #272524 !important; --color-current-user-tip-border: #272524 !important; diff --git a/themes/asuna_light.user.css b/themes/asuna_light.user.css index e4fbfe7..031ee24 100644 --- a/themes/asuna_light.user.css +++ b/themes/asuna_light.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Asuna Light @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #f6f6f6 !important; --color-bg-tertiary: #fcfcfc !important; --color-bg-secondary: #f6f6f6 !important; + --color-search-hover-hl: #f6f6f6 !important; --color-checks-step-header-open-bg: #f6f6f6 !important; --color-bg-discussions-row-emoji-box: #f9f2f2 !important; --color-current-user-tip-border: #f9f2f2 !important; diff --git a/themes/beatrice.user.css b/themes/beatrice.user.css index fb32c0c..79f7823 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #FDD8FF !important; --color-bg-tertiary: #FFE5F1 !important; --color-bg-secondary: #ffdce6 !important; + --color-search-hover-hl: #F1E5FA !important; --color-checks-step-header-open-bg: #ffdce6 !important; --color-bg-discussions-row-emoji-box: #e5c5d3 !important; --color-current-user-tip-border: #e5c5d3 !important; diff --git a/themes/darkness_dark.user.css b/themes/darkness_dark.user.css index 847d80f..eefd622 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #191715 !important; --color-bg-tertiary: #0a0904 !important; --color-bg-secondary: #14110d !important; + --color-search-hover-hl: #191813 !important; --color-checks-step-header-open-bg: #14110d !important; --color-bg-discussions-row-emoji-box: #1e1c19 !important; --color-current-user-tip-border: #1e1c19 !important; diff --git a/themes/darkness_light.user.css b/themes/darkness_light.user.css index 102fcc3..9b89007 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #f4f3ee !important; --color-bg-tertiary: #FFFEF9 !important; --color-bg-secondary: #FFF6E4 !important; + --color-search-hover-hl: #F3F2E2 !important; --color-checks-step-header-open-bg: #FFF6E4 !important; --color-bg-discussions-row-emoji-box: #fffef7 !important; --color-current-user-tip-border: #fffef7 !important; diff --git a/themes/echidna.user.css b/themes/echidna.user.css index a52d544..dd6200b 100644 --- a/themes/echidna.user.css +++ b/themes/echidna.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Echidna @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #1e1b20 !important; --color-bg-tertiary: #121014 !important; --color-bg-secondary: #1a171c !important; + --color-search-hover-hl: #1b181d !important; --color-checks-step-header-open-bg: #1a171c !important; --color-bg-discussions-row-emoji-box: #212425 !important; --color-current-user-tip-border: #212425 !important; diff --git a/themes/emilia_dark.user.css b/themes/emilia_dark.user.css index 29f64b3..76b97ec 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #442a55 !important; --color-bg-tertiary: #492d5a !important; --color-bg-secondary: #543466 !important; + --color-search-hover-hl: #402a54 !important; --color-checks-step-header-open-bg: #543466 !important; --color-bg-discussions-row-emoji-box: #553967 !important; --color-current-user-tip-border: #553967 !important; diff --git a/themes/emilia_light.user.css b/themes/emilia_light.user.css index f850e93..9e590c6 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #f2eaf6 !important; --color-bg-tertiary: #fbf0ff !important; --color-bg-secondary: #f1dcf7 !important; + --color-search-hover-hl: #f2e5f6 !important; --color-checks-step-header-open-bg: #f1dcf7 !important; --color-bg-discussions-row-emoji-box: #e7d8ee !important; --color-current-user-tip-border: #e7d8ee !important; diff --git a/themes/gray.user.css b/themes/gray.user.css index b579e12..e9db073 100644 --- a/themes/gray.user.css +++ b/themes/gray.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Gray @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #323f41 !important; --color-bg-tertiary: #35393b !important; --color-bg-secondary: #353d41 !important; + --color-search-hover-hl: #3c4443 !important; --color-checks-step-header-open-bg: #353d41 !important; --color-bg-discussions-row-emoji-box: #414648 !important; --color-current-user-tip-border: #414648 !important; diff --git a/themes/hatsune_miku.user.css b/themes/hatsune_miku.user.css index b627b96..76f0375 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #2b3231 !important; --color-bg-tertiary: #2f3635 !important; --color-bg-secondary: #313938 !important; + --color-search-hover-hl: #273431 !important; --color-checks-step-header-open-bg: #313938 !important; --color-bg-discussions-row-emoji-box: #323737 !important; --color-current-user-tip-border: #323737 !important; diff --git a/themes/ishtar_dark.user.css b/themes/ishtar_dark.user.css index 3f5033d..290ee74 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #191718 !important; --color-bg-tertiary: #110F10 !important; --color-bg-secondary: #1A1913 !important; + --color-search-hover-hl: #191718 !important; --color-checks-step-header-open-bg: #1A1913 !important; --color-bg-discussions-row-emoji-box: #221d1b !important; --color-current-user-tip-border: #221d1b !important; diff --git a/themes/ishtar_light.user.css b/themes/ishtar_light.user.css index d7f3811..917b632 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #f6f6f6 !important; --color-bg-tertiary: #fffefb !important; --color-bg-secondary: #fffaed !important; + --color-search-hover-hl: #f6f6f6 !important; --color-checks-step-header-open-bg: #fffaed !important; --color-bg-discussions-row-emoji-box: #fffef7 !important; --color-current-user-tip-border: #fffef7 !important; diff --git a/themes/kanna.user.css b/themes/kanna.user.css index 181af06..6e7073b 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #1d152d !important; --color-bg-tertiary: #1a1426 !important; --color-bg-secondary: #231a31 !important; + --color-search-hover-hl: #251832 !important; --color-checks-step-header-open-bg: #231a31 !important; --color-bg-discussions-row-emoji-box: #262732 !important; --color-current-user-tip-border: #262732 !important; diff --git a/themes/katsuragi_misato.user.css b/themes/katsuragi_misato.user.css index 2a087b8..5d94a6b 100644 --- a/themes/katsuragi_misato.user.css +++ b/themes/katsuragi_misato.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Katsuragi Misato @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #322130 !important; --color-bg-tertiary: #382536 !important; --color-bg-secondary: #402d41 !important; + --color-search-hover-hl: #322130 !important; --color-checks-step-header-open-bg: #402d41 !important; --color-bg-discussions-row-emoji-box: #341F2D !important; --color-current-user-tip-border: #341F2D !important; diff --git a/themes/konata.user.css b/themes/konata.user.css index 0f976db..da712e7 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #3e5f99 !important; --color-bg-tertiary: #355082 !important; --color-bg-secondary: #3d5d96 !important; + --color-search-hover-hl: #3b5a91 !important; --color-checks-step-header-open-bg: #3d5d96 !important; --color-bg-discussions-row-emoji-box: #4e608d !important; --color-current-user-tip-border: #4e608d !important; diff --git a/themes/mai_dark.user.css b/themes/mai_dark.user.css index 440468a..45a2403 100644 --- a/themes/mai_dark.user.css +++ b/themes/mai_dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Mai Dark @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #2d3049 !important; --color-bg-tertiary: #242448 !important; --color-bg-secondary: #2d2d52 !important; + --color-search-hover-hl: #2e3149 !important; --color-checks-step-header-open-bg: #2d2d52 !important; --color-bg-discussions-row-emoji-box: #2f3357 !important; --color-current-user-tip-border: #2f3357 !important; diff --git a/themes/mai_light.user.css b/themes/mai_light.user.css index 6f2b574..5888aae 100644 --- a/themes/mai_light.user.css +++ b/themes/mai_light.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Mai Light @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #eaecf6 !important; --color-bg-tertiary: #FAF2F1 !important; --color-bg-secondary: #f1ecf2 !important; + --color-search-hover-hl: #f0e8e7 !important; --color-checks-step-header-open-bg: #f1ecf2 !important; --color-bg-discussions-row-emoji-box: #d7dcf1 !important; --color-current-user-tip-border: #d7dcf1 !important; diff --git a/themes/maika.user.css b/themes/maika.user.css index 66db78e..edc72c4 100644 --- a/themes/maika.user.css +++ b/themes/maika.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Maika @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #2a0930 !important; --color-bg-tertiary: #24062f !important; --color-bg-secondary: #2e0639 !important; + --color-search-hover-hl: #310e32 !important; --color-checks-step-header-open-bg: #2e0639 !important; --color-bg-discussions-row-emoji-box: #2e1738 !important; --color-current-user-tip-border: #2e1738 !important; diff --git a/themes/makise_kurisu.user.css b/themes/makise_kurisu.user.css index f560994..5eb1ebf 100644 --- a/themes/makise_kurisu.user.css +++ b/themes/makise_kurisu.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Makise Kurisu @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #231314 !important; --color-bg-tertiary: #170a0b !important; --color-bg-secondary: #210e0f !important; + --color-search-hover-hl: #231010 !important; --color-checks-step-header-open-bg: #210e0f !important; --color-bg-discussions-row-emoji-box: #241919 !important; --color-current-user-tip-border: #241919 !important; diff --git a/themes/megumin.user.css b/themes/megumin.user.css index 2ef0c7e..efafd59 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #2f2329 !important; --color-bg-tertiary: #2c2126 !important; --color-bg-secondary: #31262b !important; + --color-search-hover-hl: #33282d !important; --color-checks-step-header-open-bg: #31262b !important; --color-bg-discussions-row-emoji-box: #2f2329 !important; --color-current-user-tip-border: #2f2329 !important; diff --git a/themes/miia.user.css b/themes/miia.user.css index a332d8b..832767b 100644 --- a/themes/miia.user.css +++ b/themes/miia.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Miia @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #3c1623 !important; --color-bg-tertiary: #310e19 !important; --color-bg-secondary: #3a1020 !important; + --color-search-hover-hl: #38101e !important; --color-checks-step-header-open-bg: #3a1020 !important; --color-bg-discussions-row-emoji-box: #541827 !important; --color-current-user-tip-border: #541827 !important; diff --git a/themes/mioda_ibuki_dark.user.css b/themes/mioda_ibuki_dark.user.css index 7e96181..79bd227 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #1f2123 !important; --color-bg-tertiary: #191b1d !important; --color-bg-secondary: #222526 !important; + --color-search-hover-hl: #343434 !important; --color-checks-step-header-open-bg: #222526 !important; --color-bg-discussions-row-emoji-box: #262c32 !important; --color-current-user-tip-border: #262c32 !important; diff --git a/themes/mioda_ibuki_light.user.css b/themes/mioda_ibuki_light.user.css index 74a5c32..dd571af 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #ecf2f8 !important; --color-bg-tertiary: #ffeefd !important; --color-bg-secondary: #f7dcf3 !important; + --color-search-hover-hl: #f9e8f7 !important; --color-checks-step-header-open-bg: #f7dcf3 !important; --color-bg-discussions-row-emoji-box: #F7E0F3 !important; --color-current-user-tip-border: #F7E0F3 !important; diff --git a/themes/monika_dark.user.css b/themes/monika_dark.user.css index 8e1b2ee..1b2691a 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #23271A !important; --color-bg-tertiary: #1d2115 !important; --color-bg-secondary: #292D1F !important; + --color-search-hover-hl: #252D19 !important; --color-checks-step-header-open-bg: #292D1F !important; --color-bg-discussions-row-emoji-box: #1e3219 !important; --color-current-user-tip-border: #1e3219 !important; diff --git a/themes/monika_light.user.css b/themes/monika_light.user.css index 22fce9f..c4ca75e 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #eaf6eb !important; --color-bg-tertiary: #f2fff0 !important; --color-bg-secondary: #dcf7e0 !important; + --color-search-hover-hl: #def6f3 !important; --color-checks-step-header-open-bg: #dcf7e0 !important; --color-bg-discussions-row-emoji-box: #d8eed9 !important; --color-current-user-tip-border: #d8eed9 !important; diff --git a/themes/nakano_miku.user.css b/themes/nakano_miku.user.css index 166390d..808b7fd 100644 --- a/themes/nakano_miku.user.css +++ b/themes/nakano_miku.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Nakano Miku @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #234b52 !important; --color-bg-tertiary: #244158 !important; --color-bg-secondary: #25475f !important; + --color-search-hover-hl: #274862 !important; --color-checks-step-header-open-bg: #25475f !important; --color-bg-discussions-row-emoji-box: #27575d !important; --color-current-user-tip-border: #27575d !important; diff --git a/themes/nakano_nino.user.css b/themes/nakano_nino.user.css index b6f912a..7162d16 100644 --- a/themes/nakano_nino.user.css +++ b/themes/nakano_nino.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Nakano Nino @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #232024 !important; --color-bg-tertiary: #1f1b20 !important; --color-bg-secondary: #272328 !important; + --color-search-hover-hl: #252126 !important; --color-checks-step-header-open-bg: #272328 !important; --color-bg-discussions-row-emoji-box: #2d2330 !important; --color-current-user-tip-border: #2d2330 !important; diff --git a/themes/natsuki_dark.user.css b/themes/natsuki_dark.user.css index 1b62511..b2e9200 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #3d1c31 !important; --color-bg-tertiary: #35102c !important; --color-bg-secondary: #4D2339 !important; + --color-search-hover-hl: #441a35 !important; --color-checks-step-header-open-bg: #4D2339 !important; --color-bg-discussions-row-emoji-box: #561b3e !important; --color-current-user-tip-border: #561b3e !important; diff --git a/themes/natsuki_light.user.css b/themes/natsuki_light.user.css index b83628d..23c7c88 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #FDD8FF !important; --color-bg-tertiary: #FFE5F1 !important; --color-bg-secondary: #ffdce6 !important; + --color-search-hover-hl: #F1E5FA !important; --color-checks-step-header-open-bg: #ffdce6 !important; --color-bg-discussions-row-emoji-box: #e5c2d1 !important; --color-current-user-tip-border: #e5c2d1 !important; diff --git a/themes/ram.user.css b/themes/ram.user.css index 7e744e2..93e9884 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #322a32 !important; --color-bg-tertiary: #342f36 !important; --color-bg-secondary: #353139 !important; + --color-search-hover-hl: #322634 !important; --color-checks-step-header-open-bg: #353139 !important; --color-bg-discussions-row-emoji-box: #373237 !important; --color-current-user-tip-border: #373237 !important; diff --git a/themes/rei.user.css b/themes/rei.user.css index 8d8928d..2444bc4 100644 --- a/themes/rei.user.css +++ b/themes/rei.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Rei @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #1b242e !important; --color-bg-tertiary: #191b1f !important; --color-bg-secondary: #1f2125 !important; + --color-search-hover-hl: #232529 !important; --color-checks-step-header-open-bg: #1f2125 !important; --color-bg-discussions-row-emoji-box: #212122 !important; --color-current-user-tip-border: #212122 !important; diff --git a/themes/rem.user.css b/themes/rem.user.css index 6305309..0161e61 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #2b2c32 !important; --color-bg-tertiary: #2f3036 !important; --color-bg-secondary: #313439 !important; + --color-search-hover-hl: #272e34 !important; --color-checks-step-header-open-bg: #313439 !important; --color-bg-discussions-row-emoji-box: #323337 !important; --color-current-user-tip-border: #323337 !important; diff --git a/themes/rias_crimson.user.css b/themes/rias_crimson.user.css index 2e05f9e..e6b88bf 100644 --- a/themes/rias_crimson.user.css +++ b/themes/rias_crimson.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Rias Crimson @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #491818 !important; --color-bg-tertiary: #3E1010 !important; --color-bg-secondary: #491818 !important; + --color-search-hover-hl: #491818 !important; --color-checks-step-header-open-bg: #491818 !important; --color-bg-discussions-row-emoji-box: #611c1c !important; --color-current-user-tip-border: #611c1c !important; diff --git a/themes/rias_onyx.user.css b/themes/rias_onyx.user.css index a7abcf2..32f42da 100644 --- a/themes/rias_onyx.user.css +++ b/themes/rias_onyx.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Rias Onyx @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #1d0406 !important; --color-bg-tertiary: #100000 !important; --color-bg-secondary: #1e0607 !important; + --color-search-hover-hl: #280a0b !important; --color-checks-step-header-open-bg: #1e0607 !important; --color-bg-discussions-row-emoji-box: #2b0808 !important; --color-current-user-tip-border: #2b0808 !important; diff --git a/themes/rory_mercury.user.css b/themes/rory_mercury.user.css index aacdf91..7b4a58b 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #191715 !important; --color-bg-tertiary: #141417 !important; --color-bg-secondary: #1a1a1d !important; + --color-search-hover-hl: #191813 !important; --color-checks-step-header-open-bg: #1a1a1d !important; --color-bg-discussions-row-emoji-box: #1f1a1a !important; --color-current-user-tip-border: #1f1a1a !important; diff --git a/themes/ryuko.user.css b/themes/ryuko.user.css index 62863c7..eaba4b4 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #292e34 !important; --color-bg-tertiary: #2b3238 !important; --color-bg-secondary: #2a3037 !important; + --color-search-hover-hl: #272e34 !important; --color-checks-step-header-open-bg: #2a3037 !important; --color-bg-discussions-row-emoji-box: #2b3237 !important; --color-current-user-tip-border: #2b3237 !important; diff --git a/themes/satsuki.user.css b/themes/satsuki.user.css index d2241e1..f9f3e48 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #ECEDF8 !important; --color-bg-tertiary: #e7e6eb !important; --color-bg-secondary: #e0dfe6 !important; + --color-search-hover-hl: #e0dfe6 !important; --color-checks-step-header-open-bg: #e0dfe6 !important; --color-bg-discussions-row-emoji-box: #CFCFD5 !important; --color-current-user-tip-border: #CFCFD5 !important; diff --git a/themes/sayori_dark.user.css b/themes/sayori_dark.user.css index 7467aab..a34566e 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #1B1D31 !important; --color-bg-tertiary: #111b2d !important; --color-bg-secondary: #252D3C !important; + --color-search-hover-hl: #1b2346 !important; --color-checks-step-header-open-bg: #252D3C !important; --color-bg-discussions-row-emoji-box: #18303f !important; --color-current-user-tip-border: #18303f !important; diff --git a/themes/sayori_light.user.css b/themes/sayori_light.user.css index 9eb7881..5c7d5f5 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #eaf0f6 !important; --color-bg-tertiary: #f0faff !important; --color-bg-secondary: #dceef7 !important; + --color-search-hover-hl: #e5edf6 !important; --color-checks-step-header-open-bg: #dceef7 !important; --color-bg-discussions-row-emoji-box: #d8e6ee !important; --color-current-user-tip-border: #d8e6ee !important; diff --git a/themes/sonoda_umi.user.css b/themes/sonoda_umi.user.css index faeba6f..674d7d3 100644 --- a/themes/sonoda_umi.user.css +++ b/themes/sonoda_umi.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Sonoda Umi @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #181a47 !important; --color-bg-tertiary: #15173c !important; --color-bg-secondary: #181A46 !important; + --color-search-hover-hl: #251832 !important; --color-checks-step-header-open-bg: #181A46 !important; --color-bg-discussions-row-emoji-box: #202440 !important; --color-current-user-tip-border: #202440 !important; diff --git a/themes/tohru.user.css b/themes/tohru.user.css index d038c17..8d95948 100644 --- a/themes/tohru.user.css +++ b/themes/tohru.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Tohru @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #f9da7d !important; --color-bg-tertiary: #ffe090 !important; --color-bg-secondary: #ffe797 !important; + --color-search-hover-hl: #ffe692 !important; --color-checks-step-header-open-bg: #ffe797 !important; --color-bg-discussions-row-emoji-box: #ffce85 !important; --color-current-user-tip-border: #ffce85 !important; diff --git a/themes/tohsaka_rin.user.css b/themes/tohsaka_rin.user.css index 9757ba4..12d6948 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #211D1E !important; --color-bg-tertiary: #161415 !important; --color-bg-secondary: #22191b !important; + --color-search-hover-hl: #211D1E !important; --color-checks-step-header-open-bg: #22191b !important; --color-bg-discussions-row-emoji-box: #232121 !important; --color-current-user-tip-border: #232121 !important; diff --git a/themes/yukinoshita_yukino.user.css b/themes/yukinoshita_yukino.user.css index d093539..29e3d0e 100644 --- a/themes/yukinoshita_yukino.user.css +++ b/themes/yukinoshita_yukino.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Yukinoshita Yukino @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #25272c !important; --color-bg-tertiary: #1f2126 !important; --color-bg-secondary: #23252a !important; + --color-search-hover-hl: #25272d !important; --color-checks-step-header-open-bg: #23252a !important; --color-bg-discussions-row-emoji-box: #2f3136 !important; --color-current-user-tip-border: #2f3136 !important; diff --git a/themes/yuri_dark.user.css b/themes/yuri_dark.user.css index 72bbec7..b4c299d 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #3e2955 !important; --color-bg-tertiary: #422D5A !important; --color-bg-secondary: #473466 !important; + --color-search-hover-hl: #3C1D55 !important; --color-checks-step-header-open-bg: #473466 !important; --color-bg-discussions-row-emoji-box: #483967 !important; --color-current-user-tip-border: #483967 !important; diff --git a/themes/yuri_light.user.css b/themes/yuri_light.user.css index 4d3fca2..d1ea94c 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 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #efeaf6 !important; --color-bg-tertiary: #f3f0ff !important; --color-bg-secondary: #e4dcf7 !important; + --color-search-hover-hl: #eae5f6 !important; --color-checks-step-header-open-bg: #e4dcf7 !important; --color-bg-discussions-row-emoji-box: #e1d8ee !important; --color-current-user-tip-border: #e1d8ee !important; diff --git a/themes/zero_two_dark.user.css b/themes/zero_two_dark.user.css index f89de33..d034812 100644 --- a/themes/zero_two_dark.user.css +++ b/themes/zero_two_dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Zero Two Dark @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #3c1616 !important; --color-bg-tertiary: #310f0f !important; --color-bg-secondary: #3c1414 !important; + --color-search-hover-hl: #3c1515 !important; --color-checks-step-header-open-bg: #3c1414 !important; --color-bg-discussions-row-emoji-box: #541819 !important; --color-current-user-tip-border: #541819 !important; diff --git a/themes/zero_two_light.user.css b/themes/zero_two_light.user.css index 3123849..d121298 100644 --- a/themes/zero_two_light.user.css +++ b/themes/zero_two_light.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Doki-Theme: Zero Two Light @namespace github.com/doki-theme -@version 8.0.0 +@version 8.0.1 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -52,6 +52,7 @@ --color-workflow-card-bg: #f6f6f6 !important; --color-bg-tertiary: #fcfcfc !important; --color-bg-secondary: #f6f6f6 !important; + --color-search-hover-hl: #f6f6f6 !important; --color-checks-step-header-open-bg: #f6f6f6 !important; --color-bg-discussions-row-emoji-box: #f0f0f0 !important; --color-current-user-tip-border: #f0f0f0 !important;