Skip to content

Commit 593dd69

Browse files
committed
Themed direct user mentions
1 parent 526643d commit 593dd69

69 files changed

Lines changed: 204 additions & 67 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
---
33

4+
# 13.0.1 [User Mentions]
5+
6+
- Updated the color of direct user mentions to be themed.
47

58
# 13.0.0 [Only for Onii-Chan]
69

buildSrc/assets/templates/tempCss.css.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
--color-workflow-card-bg: {{codeBlock}} !important;
5757
--color-bg-tertiary: {{textEditorBackground}} !important;
5858
--color-bg-secondary: {{caretRow}} !important;
59+
--color-user-mention-bg: {{searchBackground}} !important;
60+
--color-user-mention-fg: {{searchForeground}} !important;
5961
--color-search-hover-hl: {{foldedTextBackground}} !important;
6062
--color-checks-step-header-open-bg: {{caretRow}} !important;
6163
--color-bg-discussions-row-emoji-box: {{buttonColor}} !important;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doki-theme-github",
3-
"version": "13.0.0",
3+
"version": "13.0.1",
44
"dependencies": {
55
}
66
}

themes/aqua.user.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Aqua
33
@namespace github.com/doki-theme
4-
@version 12.0.0
4+
@version 13.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -56,6 +56,8 @@
5656
--color-workflow-card-bg: #2e3149 !important;
5757
--color-bg-tertiary: #262940 !important;
5858
--color-bg-secondary: #2d3047 !important;
59+
--color-user-mention-bg: #28734B !important;
60+
--color-user-mention-fg: #fbfbfb !important;
5961
--color-search-hover-hl: #2e3149 !important;
6062
--color-checks-step-header-open-bg: #2d3047 !important;
6163
--color-bg-discussions-row-emoji-box: #31374b !important;

themes/astolfo.user.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Astolfo
33
@namespace github.com/doki-theme
4-
@version 12.0.0
4+
@version 13.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -56,6 +56,8 @@
5656
--color-workflow-card-bg: #201d1d !important;
5757
--color-bg-tertiary: #1a1c19 !important;
5858
--color-bg-secondary: #20221f !important;
59+
--color-user-mention-bg: #65395B !important;
60+
--color-user-mention-fg: #fbfbfb !important;
5961
--color-search-hover-hl: #211D1E !important;
6062
--color-checks-step-header-open-bg: #20221f !important;
6163
--color-bg-discussions-row-emoji-box: #242422 !important;

themes/asuna_dark.user.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Asuna Dark
33
@namespace github.com/doki-theme
4-
@version 12.0.0
4+
@version 13.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -56,6 +56,8 @@
5656
--color-workflow-card-bg: #232323 !important;
5757
--color-bg-tertiary: #1b1b1b !important;
5858
--color-bg-secondary: #1f1f1f !important;
59+
--color-user-mention-bg: #A8A117 !important;
60+
--color-user-mention-fg: #0e0505 !important;
5961
--color-search-hover-hl: #212121 !important;
6062
--color-checks-step-header-open-bg: #1f1f1f !important;
6163
--color-bg-discussions-row-emoji-box: #272524 !important;

themes/asuna_light.user.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Asuna Light
33
@namespace github.com/doki-theme
4-
@version 12.0.0
4+
@version 13.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -56,6 +56,8 @@
5656
--color-workflow-card-bg: #f6f6f6 !important;
5757
--color-bg-tertiary: #fcfcfc !important;
5858
--color-bg-secondary: #f6f6f6 !important;
59+
--color-user-mention-bg: #F8E728 !important;
60+
--color-user-mention-fg: #393d45 !important;
5961
--color-search-hover-hl: #f6f6f6 !important;
6062
--color-checks-step-header-open-bg: #f6f6f6 !important;
6163
--color-bg-discussions-row-emoji-box: #f9f2f2 !important;

themes/azuki.user.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Azuki
33
@namespace github.com/doki-theme
4-
@version 12.0.0
4+
@version 13.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -56,6 +56,8 @@
5656
--color-workflow-card-bg: #3b2b21 !important;
5757
--color-bg-tertiary: #2e221f !important;
5858
--color-bg-secondary: #382a26 !important;
59+
--color-user-mention-bg: #542626 !important;
60+
--color-user-mention-fg: #fbfbfb !important;
5961
--color-search-hover-hl: #3b2c27 !important;
6062
--color-checks-step-header-open-bg: #382a26 !important;
6163
--color-bg-discussions-row-emoji-box: #48403d !important;

themes/beatrice.user.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Beatrice
33
@namespace github.com/doki-theme
4-
@version 12.0.0
4+
@version 13.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -56,6 +56,8 @@
5656
--color-workflow-card-bg: #FDD8FF !important;
5757
--color-bg-tertiary: #FFE5F1 !important;
5858
--color-bg-secondary: #ffdce6 !important;
59+
--color-user-mention-bg: #dc99bb !important;
60+
--color-user-mention-fg: #ffffff !important;
5961
--color-search-hover-hl: #F1E5FA !important;
6062
--color-checks-step-header-open-bg: #ffdce6 !important;
6163
--color-bg-discussions-row-emoji-box: #e5c5d3 !important;

themes/chocola.user.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Chocola
33
@namespace github.com/doki-theme
4-
@version 12.0.0
4+
@version 13.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -56,6 +56,8 @@
5656
--color-workflow-card-bg: #4d2d3c !important;
5757
--color-bg-tertiary: #2c2729 !important;
5858
--color-bg-secondary: #352f31 !important;
59+
--color-user-mention-bg: #235E52 !important;
60+
--color-user-mention-fg: #fefefe !important;
5961
--color-search-hover-hl: #393336 !important;
6062
--color-checks-step-header-open-bg: #352f31 !important;
6163
--color-bg-discussions-row-emoji-box: #46393e !important;

0 commit comments

Comments
 (0)