From 38fb51c940c1659f63180cc1f0b3b15864ec33cf Mon Sep 17 00:00:00 2001 From: Alex Simons Date: Sat, 12 Dec 2020 15:26:12 -0600 Subject: [PATCH] Actions & Discussions Fixes (#25) --- CHANGELOG.md | 5 +++++ buildSrc/templates/tempCss.css.txt | 4 ++++ package.json | 2 +- themes/aqua.user.css | 6 +++++- themes/asuna.user.css | 6 +++++- themes/beatrice.user.css | 6 +++++- themes/darkness_dark.user.css | 6 +++++- themes/darkness_light.user.css | 6 +++++- themes/emilia_dark.user.css | 6 +++++- themes/emilia_light.user.css | 6 +++++- themes/hatsune_miku.user.css | 6 +++++- themes/ishtar_dark.user.css | 6 +++++- themes/ishtar_light.user.css | 6 +++++- themes/kanna.user.css | 6 +++++- themes/konata.user.css | 6 +++++- themes/megumin.user.css | 6 +++++- themes/mioda_ibuki_dark.user.css | 6 +++++- themes/mioda_ibuki_light.user.css | 6 +++++- themes/misato_katsuragi.user.css | 6 +++++- themes/monika_dark.user.css | 6 +++++- themes/monika_light.user.css | 6 +++++- themes/natsuki_dark.user.css | 6 +++++- themes/natsuki_light.user.css | 6 +++++- themes/ram.user.css | 6 +++++- themes/rem.user.css | 6 +++++- themes/rias.user.css | 6 +++++- themes/rory_mercury.user.css | 6 +++++- themes/ryuko.user.css | 6 +++++- themes/satsuki.user.css | 6 +++++- themes/sayori_dark.user.css | 6 +++++- themes/sayori_light.user.css | 6 +++++- themes/tohsaka_rin.user.css | 6 +++++- themes/yuri_dark.user.css | 6 +++++- themes/yuri_light.user.css | 6 +++++- 34 files changed, 165 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1767f..4ae21dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ Changelog --- +# 4.2.7 [Actions & Discussions fix] + +- Fixed small issues with the Actions and Discussions tab + + # 4.2.6 [Organization Avatar Fix] - Fixed the GitHub organization avatar backgrounds. diff --git a/buildSrc/templates/tempCss.css.txt b/buildSrc/templates/tempCss.css.txt index 8f3738a..00f5da1 100644 --- a/buildSrc/templates/tempCss.css.txt +++ b/buildSrc/templates/tempCss.css.txt @@ -47,6 +47,10 @@ --color-bg-canvas-inset: {{baseBackground}}; --color-bg-primary: {{baseBackground}}; --color-calendar-graph-day-bg: {{codeBlock}}; + --color-workflow-card-bg: {{codeBlock}}; + --color-bg-tertiary: {{textEditorBackground}}; + --color-bg-secondary: {{caretRow}}; + --color-bg-discussions-row-emoji-box: {{buttonColor}}; --color-underlinenav-counter-text: {{foregroundColor}}; --color-text-primary: {{keyColor}}; --color-alert-warn-bg: {{nonProjectFileScopeColor}}; diff --git a/package.json b/package.json index d954638..713b43d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doki-theme-github", - "version": "4.2.6", + "version": "4.2.7", "dependencies": { } } diff --git a/themes/aqua.user.css b/themes/aqua.user.css index 45ab133..b7ac542 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #282b42; --color-bg-primary: #282b42; --color-calendar-graph-day-bg: #2e3149; + --color-workflow-card-bg: #2e3149; + --color-bg-tertiary: #262940; + --color-bg-secondary: #2d3047; + --color-bg-discussions-row-emoji-box: #31374b; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #6893f3; --color-alert-warn-bg: #2e3242; diff --git a/themes/asuna.user.css b/themes/asuna.user.css index 7224776..bbbad44 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #ffffff; --color-bg-primary: #ffffff; --color-calendar-graph-day-bg: #f6f6f6; + --color-workflow-card-bg: #f6f6f6; + --color-bg-tertiary: #fcfcfc; + --color-bg-secondary: #f6f6f6; + --color-bg-discussions-row-emoji-box: #f9f2f2; --color-underlinenav-counter-text: #252427; --color-text-primary: #0d5fa6; --color-alert-warn-bg: #fcfdf3; diff --git a/themes/beatrice.user.css b/themes/beatrice.user.css index 28a0ba5..447268c 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #ffe4f1; --color-bg-primary: #ffe4f1; --color-calendar-graph-day-bg: #FDD8FF; + --color-workflow-card-bg: #FDD8FF; + --color-bg-tertiary: #FFE5F1; + --color-bg-secondary: #ffdce6; + --color-bg-discussions-row-emoji-box: #e5c5d3; --color-underlinenav-counter-text: #000000; --color-text-primary: #7C75EF; --color-alert-warn-bg: #FFE4E3; diff --git a/themes/darkness_dark.user.css b/themes/darkness_dark.user.css index bd6f664..00e2be1 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #080703; --color-bg-primary: #080703; --color-calendar-graph-day-bg: #191715; + --color-workflow-card-bg: #191715; + --color-bg-tertiary: #0a0904; + --color-bg-secondary: #14110d; + --color-bg-discussions-row-emoji-box: #1e1c19; --color-underlinenav-counter-text: #c3c3c3; --color-text-primary: #3492b1; --color-alert-warn-bg: #161602; diff --git a/themes/darkness_light.user.css b/themes/darkness_light.user.css index 10329a1..ea57c54 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #fefefa; --color-bg-primary: #fefefa; --color-calendar-graph-day-bg: #F3F2E2; + --color-workflow-card-bg: #F3F2E2; + --color-bg-tertiary: #FFFEF9; + --color-bg-secondary: #FFF6E4; + --color-bg-discussions-row-emoji-box: #fffef7; --color-underlinenav-counter-text: #000000; --color-text-primary: #3492b1; --color-alert-warn-bg: #fffaf0; diff --git a/themes/emilia_dark.user.css b/themes/emilia_dark.user.css index eb2439e..3960b68 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #4e3162; --color-bg-primary: #4e3162; --color-calendar-graph-day-bg: #402a54; + --color-workflow-card-bg: #402a54; + --color-bg-tertiary: #492d5a; + --color-bg-secondary: #543466; + --color-bg-discussions-row-emoji-box: #553967; --color-underlinenav-counter-text: #DADADA; --color-text-primary: #a475ef; --color-alert-warn-bg: #4d3458; diff --git a/themes/emilia_light.user.css b/themes/emilia_light.user.css index 16e3d96..5e9c838 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #fcf3ff; --color-bg-primary: #fcf3ff; --color-calendar-graph-day-bg: #f2eaf6; + --color-workflow-card-bg: #f2eaf6; + --color-bg-tertiary: #fbf0ff; + --color-bg-secondary: #f1dcf7; + --color-bg-discussions-row-emoji-box: #e7d8ee; --color-underlinenav-counter-text: #252427; --color-text-primary: #7C75EF; --color-alert-warn-bg: #fbf0f4; diff --git a/themes/hatsune_miku.user.css b/themes/hatsune_miku.user.css index a134cba..6d053ca 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #293030; --color-bg-primary: #293030; --color-calendar-graph-day-bg: #293433; + --color-workflow-card-bg: #293433; + --color-bg-tertiary: #2f3635; + --color-bg-secondary: #313938; + --color-bg-discussions-row-emoji-box: #323737; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #68f3e7; --color-alert-warn-bg: #313332; diff --git a/themes/ishtar_dark.user.css b/themes/ishtar_dark.user.css index b4e7d4e..6b0f3cf 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #0f0d0e; --color-bg-primary: #0f0d0e; --color-calendar-graph-day-bg: #191718; + --color-workflow-card-bg: #191718; + --color-bg-tertiary: #110F10; + --color-bg-secondary: #1A1913; + --color-bg-discussions-row-emoji-box: #221d1b; --color-underlinenav-counter-text: #c2c2c2; --color-text-primary: #0f6ab7; --color-alert-warn-bg: #161602; diff --git a/themes/ishtar_light.user.css b/themes/ishtar_light.user.css index 98f1e3e..3263d0d 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #fffffc; --color-bg-primary: #fffffc; --color-calendar-graph-day-bg: #f6f6f6; + --color-workflow-card-bg: #f6f6f6; + --color-bg-tertiary: #fffefb; + --color-bg-secondary: #fffaed; + --color-bg-discussions-row-emoji-box: #fffef7; --color-underlinenav-counter-text: #252427; --color-text-primary: #0d5fa6; --color-alert-warn-bg: #fcfdf3; diff --git a/themes/kanna.user.css b/themes/kanna.user.css index ea0d1a1..9acd262 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #1b1529; --color-bg-primary: #1b1529; --color-calendar-graph-day-bg: #1d152d; + --color-workflow-card-bg: #1d152d; + --color-bg-tertiary: #1a1426; + --color-bg-secondary: #231a31; + --color-bg-discussions-row-emoji-box: #262732; --color-underlinenav-counter-text: #d0d0d0; --color-text-primary: #FF357C; --color-alert-warn-bg: #1f1a25; diff --git a/themes/konata.user.css b/themes/konata.user.css index 7f2cd0e..dfd9947 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #6192ee; --color-bg-primary: #6192ee; --color-calendar-graph-day-bg: #6c95ee; + --color-workflow-card-bg: #6c95ee; + --color-bg-tertiary: #608ee9; + --color-bg-secondary: #6c95ee; + --color-bg-discussions-row-emoji-box: #83a0ee; --color-underlinenav-counter-text: #f3edff; --color-text-primary: #fffdae; --color-alert-warn-bg: #7197e4; diff --git a/themes/megumin.user.css b/themes/megumin.user.css index 5f7dccb..020892c 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #271c21; --color-bg-primary: #271c21; --color-calendar-graph-day-bg: #2f2329; + --color-workflow-card-bg: #2f2329; + --color-bg-tertiary: #2c2126; + --color-bg-secondary: #31262b; + --color-bg-discussions-row-emoji-box: #2f2329; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #AF5C5A; --color-alert-warn-bg: #312A26; diff --git a/themes/mioda_ibuki_dark.user.css b/themes/mioda_ibuki_dark.user.css index e737360..30f95a6 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #141617; --color-bg-primary: #141617; --color-calendar-graph-day-bg: #343434; + --color-workflow-card-bg: #343434; + --color-bg-tertiary: #191b1d; + --color-bg-secondary: #222526; + --color-bg-discussions-row-emoji-box: #262c32; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #5ea7ff; --color-alert-warn-bg: #191a18; diff --git a/themes/mioda_ibuki_light.user.css b/themes/mioda_ibuki_light.user.css index c1e3437..fcb59db 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #ffedfe; --color-bg-primary: #ffedfe; --color-calendar-graph-day-bg: #ecf2f8; + --color-workflow-card-bg: #ecf2f8; + --color-bg-tertiary: #ffeefd; + --color-bg-secondary: #f7dcf3; + --color-bg-discussions-row-emoji-box: #F7E0F3; --color-underlinenav-counter-text: #272426; --color-text-primary: #4174b3; --color-alert-warn-bg: #fff0eb; diff --git a/themes/misato_katsuragi.user.css b/themes/misato_katsuragi.user.css index 1b72b57..0d740b0 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #3a2333; --color-bg-primary: #3a2333; --color-calendar-graph-day-bg: #322130; + --color-workflow-card-bg: #322130; + --color-bg-tertiary: #382536; + --color-bg-secondary: #402d41; + --color-bg-discussions-row-emoji-box: #341F2D; --color-underlinenav-counter-text: #b5a3b0; --color-text-primary: #FF357C; --color-alert-warn-bg: #413037; diff --git a/themes/monika_dark.user.css b/themes/monika_dark.user.css index 71f7f70..6ac4d7f 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #1A1E12; --color-bg-primary: #1A1E12; --color-calendar-graph-day-bg: #23271A; + --color-workflow-card-bg: #23271A; + --color-bg-tertiary: #1d2115; + --color-bg-secondary: #292D1F; + --color-bg-discussions-row-emoji-box: #1e3219; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #bca3aa; --color-alert-warn-bg: #222613; diff --git a/themes/monika_light.user.css b/themes/monika_light.user.css index b811fc7..ea5f993 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #f3fff4; --color-bg-primary: #f3fff4; --color-calendar-graph-day-bg: #eaf6eb; + --color-workflow-card-bg: #eaf6eb; + --color-bg-tertiary: #f2fff0; + --color-bg-secondary: #dcf7e0; + --color-bg-discussions-row-emoji-box: #d8eed9; --color-underlinenav-counter-text: #252427; --color-text-primary: #8a777d; --color-alert-warn-bg: #f7fbf0; diff --git a/themes/natsuki_dark.user.css b/themes/natsuki_dark.user.css index 3471cc3..8a83a8c 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #310a29; --color-bg-primary: #310a29; --color-calendar-graph-day-bg: #3d1c31; + --color-workflow-card-bg: #3d1c31; + --color-bg-tertiary: #35102c; + --color-bg-secondary: #4D2339; + --color-bg-discussions-row-emoji-box: #561b3e; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #FF9CD6; --color-alert-warn-bg: #2e1d27; diff --git a/themes/natsuki_light.user.css b/themes/natsuki_light.user.css index 464fdba..23527c2 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #ffe4f1; --color-bg-primary: #ffe4f1; --color-calendar-graph-day-bg: #FDD8FF; + --color-workflow-card-bg: #FDD8FF; + --color-bg-tertiary: #FFE5F1; + --color-bg-secondary: #ffdce6; + --color-bg-discussions-row-emoji-box: #e5c2d1; --color-underlinenav-counter-text: #000000; --color-text-primary: #7C75EF; --color-alert-warn-bg: #FFE4E3; diff --git a/themes/ram.user.css b/themes/ram.user.css index 59278a2..ead7893 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #302930; --color-bg-primary: #302930; --color-calendar-graph-day-bg: #2c2934; + --color-workflow-card-bg: #2c2934; + --color-bg-tertiary: #342f36; + --color-bg-secondary: #353139; + --color-bg-discussions-row-emoji-box: #373237; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #F375C8; --color-alert-warn-bg: #313332; diff --git a/themes/rem.user.css b/themes/rem.user.css index f701075..b68319e 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #292A30; --color-bg-primary: #292A30; --color-calendar-graph-day-bg: #292e34; + --color-workflow-card-bg: #292e34; + --color-bg-tertiary: #2f3036; + --color-bg-secondary: #313439; + --color-bg-discussions-row-emoji-box: #323337; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #6893f3; --color-alert-warn-bg: #313332; diff --git a/themes/rias.user.css b/themes/rias.user.css index 5ef3931..94e7895 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #401112; --color-bg-primary: #401112; --color-calendar-graph-day-bg: #491818; + --color-workflow-card-bg: #491818; + --color-bg-tertiary: #3E1010; + --color-bg-secondary: #491818; + --color-bg-discussions-row-emoji-box: #611c1c; --color-underlinenav-counter-text: #fafafa; --color-text-primary: #eea367; --color-alert-warn-bg: #3e1c13; diff --git a/themes/rory_mercury.user.css b/themes/rory_mercury.user.css index 359d022..5dc2082 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #161619; --color-bg-primary: #161619; --color-calendar-graph-day-bg: #191715; + --color-workflow-card-bg: #191715; + --color-bg-tertiary: #141417; + --color-bg-secondary: #1a1a1d; + --color-bg-discussions-row-emoji-box: #1f1a1a; --color-underlinenav-counter-text: #c3c3c3; --color-text-primary: #6b7476; --color-alert-warn-bg: #1b1d1a; diff --git a/themes/ryuko.user.css b/themes/ryuko.user.css index 3afa06d..67b67a6 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #2f363c; --color-bg-primary: #2f363c; --color-calendar-graph-day-bg: #292e34; + --color-workflow-card-bg: #292e34; + --color-bg-tertiary: #2b3238; + --color-bg-secondary: #2a3037; + --color-bg-discussions-row-emoji-box: #2b3237; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #C1B5C3; --color-alert-warn-bg: #303638; diff --git a/themes/satsuki.user.css b/themes/satsuki.user.css index 1bef3fa..3ee920d 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #eae9ee; --color-bg-primary: #eae9ee; --color-calendar-graph-day-bg: #ECEDF8; + --color-workflow-card-bg: #ECEDF8; + --color-bg-tertiary: #e7e6eb; + --color-bg-secondary: #e0dfe6; + --color-bg-discussions-row-emoji-box: #CFCFD5; --color-underlinenav-counter-text: #252427; --color-text-primary: #cd862f; --color-alert-warn-bg: #ECEAE8; diff --git a/themes/sayori_dark.user.css b/themes/sayori_dark.user.css index 0e4193f..57f5027 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #0E1D31; --color-bg-primary: #0E1D31; --color-calendar-graph-day-bg: #1B1D31; + --color-workflow-card-bg: #1B1D31; + --color-bg-tertiary: #111b2d; + --color-bg-secondary: #252D3C; + --color-bg-discussions-row-emoji-box: #18303f; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #3F77EF; --color-alert-warn-bg: #131b2a; diff --git a/themes/sayori_light.user.css b/themes/sayori_light.user.css index 5991777..57ec9a7 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #f3faff; --color-bg-primary: #f3faff; --color-calendar-graph-day-bg: #eaf0f6; + --color-workflow-card-bg: #eaf0f6; + --color-bg-tertiary: #f0faff; + --color-bg-secondary: #dceef7; + --color-bg-discussions-row-emoji-box: #d8e6ee; --color-underlinenav-counter-text: #252427; --color-text-primary: #3F77EF; --color-alert-warn-bg: #f0fbf4; diff --git a/themes/tohsaka_rin.user.css b/themes/tohsaka_rin.user.css index 731018d..0bd8fcb 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #191718; --color-bg-primary: #191718; --color-calendar-graph-day-bg: #211D1E; + --color-workflow-card-bg: #211D1E; + --color-bg-tertiary: #161415; + --color-bg-secondary: #22191b; + --color-bg-discussions-row-emoji-box: #232121; --color-underlinenav-counter-text: #bbbbbb; --color-text-primary: #e0474b; --color-alert-warn-bg: #21211f; diff --git a/themes/yuri_dark.user.css b/themes/yuri_dark.user.css index 75d7c64..a85ba42 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #493162; --color-bg-primary: #493162; --color-calendar-graph-day-bg: #392A54; + --color-workflow-card-bg: #392A54; + --color-bg-tertiary: #422D5A; + --color-bg-secondary: #473466; + --color-bg-discussions-row-emoji-box: #483967; --color-underlinenav-counter-text: #DADADA; --color-text-primary: #7C75EF; --color-alert-warn-bg: #493458; diff --git a/themes/yuri_light.user.css b/themes/yuri_light.user.css index 4b6f631..adb19f5 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.6 +@version 4.2.7 @description Browse code with your waifu. @author Unthrottled @license MIT @@ -47,6 +47,10 @@ --color-bg-canvas-inset: #f7f3ff; --color-bg-primary: #f7f3ff; --color-calendar-graph-day-bg: #efeaf6; + --color-workflow-card-bg: #efeaf6; + --color-bg-tertiary: #f3f0ff; + --color-bg-secondary: #e4dcf7; + --color-bg-discussions-row-emoji-box: #e1d8ee; --color-underlinenav-counter-text: #252427; --color-text-primary: #7C75EF; --color-alert-warn-bg: #faf0fb;