Skip to content

Commit

Permalink
Updated to new GitHub Styles. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled authored Feb 26, 2021
1 parent 45d9a54 commit 7bfaab2
Show file tree
Hide file tree
Showing 43 changed files with 129 additions and 82 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
---

# 6.0.1 [GitHub updates]

- Updated the coloring of:
- Issue Links
- Popup box shadow

# 6.0.0 [Zero Two & Sakurajima Mai]

## 4 New Themes
Expand Down
3 changes: 2 additions & 1 deletion buildSrc/templates/tempCss.css.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: {{buttonColor}} !important;
--color-underlinenav-counter-text: {{foregroundColor}} !important;
--color-text-primary: {{keyColor}} !important;
--color-text-link: {{accentColor}} !important;
--color-shadow-large: 0 8px 24px {{accentColor}}22 !important;
--color-alert-warn-bg: {{nonProjectFileScopeColor}} !important;
--color-alert-info-bg: {{headerColor}} !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: {{secondaryBackground}} !important;
--color-border-primary: {{borderColor}} !important;
--color-border-primary: {{borderColor}} !important;
--color-notifications-row-read-bg: {{codeBlock}} !important;
--color-notifications-row-bg: {{caretRow}} !important;
--color-input-disabled-bg: {{selectionInactive}} !important;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doki-theme-github",
"version": "6.0.0",
"version": "6.0.1",
"dependencies": {
}
}
5 changes: 3 additions & 2 deletions themes/aqua.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Aqua
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #31374b !important;
--color-underlinenav-counter-text: #bbbbbb !important;
--color-text-primary: #6893f3 !important;
--color-text-link: #578CDA !important;
--color-shadow-large: 0 8px 24px #578CDA22 !important;
--color-alert-warn-bg: #2e3242 !important;
--color-alert-info-bg: #2a2d44 !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #242942 !important;
--color-border-primary: #2a334b !important;
--color-border-primary: #2a334b !important;
--color-notifications-row-read-bg: #2e3149 !important;
--color-notifications-row-bg: #2d3047 !important;
--color-input-disabled-bg: #31344b !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/asuna_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Asuna Dark
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #272524 !important;
--color-underlinenav-counter-text: #bbbbbb !important;
--color-text-primary: #3B82BD !important;
--color-text-link: #99202c !important;
--color-shadow-large: 0 8px 24px #99202c22 !important;
--color-alert-warn-bg: #20221c !important;
--color-alert-info-bg: #1e1e1e !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #1c1c1c !important;
--color-border-primary: #2a2929 !important;
--color-border-primary: #2a2929 !important;
--color-notifications-row-read-bg: #232323 !important;
--color-notifications-row-bg: #1f1f1f !important;
--color-input-disabled-bg: #222222 !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/asuna_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Asuna Light
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #f9f2f2 !important;
--color-underlinenav-counter-text: #252427 !important;
--color-text-primary: #0d5fa6 !important;
--color-text-link: #a61d0d !important;
--color-shadow-large: 0 8px 24px #a61d0d22 !important;
--color-alert-warn-bg: #fcfdf3 !important;
--color-alert-info-bg: #fdfdfd !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #fcfcfc !important;
--color-border-primary: #eeeeee !important;
--color-border-primary: #eeeeee !important;
--color-notifications-row-read-bg: #f6f6f6 !important;
--color-notifications-row-bg: #f6f6f6 !important;
--color-input-disabled-bg: #fff4f4 !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/beatrice.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Beatrice
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #e5c5d3 !important;
--color-underlinenav-counter-text: #000000 !important;
--color-text-primary: #7C75EF !important;
--color-text-link: #78A5EB !important;
--color-shadow-large: 0 8px 24px #78A5EB22 !important;
--color-alert-warn-bg: #FFE4E3 !important;
--color-alert-info-bg: #FFE0F0 !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #f3cfe0 !important;
--color-border-primary: #F1D7E6 !important;
--color-border-primary: #F1D7E6 !important;
--color-notifications-row-read-bg: #FDD8FF !important;
--color-notifications-row-bg: #ffdce6 !important;
--color-input-disabled-bg: #FFD9E2 !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/darkness_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Darkness Dark
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #1e1c19 !important;
--color-underlinenav-counter-text: #c3c3c3 !important;
--color-text-primary: #3492b1 !important;
--color-text-link: #e99745 !important;
--color-shadow-large: 0 8px 24px #e9974522 !important;
--color-alert-warn-bg: #161602 !important;
--color-alert-info-bg: #090802 !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #100d03 !important;
--color-border-primary: #1c1500 !important;
--color-border-primary: #1c1500 !important;
--color-notifications-row-read-bg: #191715 !important;
--color-notifications-row-bg: #14110d !important;
--color-input-disabled-bg: #1d1704 !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/darkness_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Darkness Light
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #fffef7 !important;
--color-underlinenav-counter-text: #000000 !important;
--color-text-primary: #3492b1 !important;
--color-text-link: #F5C83C !important;
--color-shadow-large: 0 8px 24px #F5C83C22 !important;
--color-alert-warn-bg: #fffaf0 !important;
--color-alert-info-bg: #FFFEF9 !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #fffff7 !important;
--color-border-primary: #f1f4e0 !important;
--color-border-primary: #f1f4e0 !important;
--color-notifications-row-read-bg: #f4f3ee !important;
--color-notifications-row-bg: #FFF6E4 !important;
--color-input-disabled-bg: #FFFFBC !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/echidna.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Echidna
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #212425 !important;
--color-underlinenav-counter-text: #a8a8a8 !important;
--color-text-primary: #BD93F9 !important;
--color-text-link: #ECECEC !important;
--color-shadow-large: 0 8px 24px #ECECEC22 !important;
--color-alert-warn-bg: #191a18 !important;
--color-alert-info-bg: #171519 !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #110f13 !important;
--color-border-primary: #1e2021 !important;
--color-border-primary: #1e2021 !important;
--color-notifications-row-read-bg: #1e1b20 !important;
--color-notifications-row-bg: #1a171c !important;
--color-input-disabled-bg: #1f1c21 !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/emilia_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Emilia Dark
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #553967 !important;
--color-underlinenav-counter-text: #DADADA !important;
--color-text-primary: #a475ef !important;
--color-text-link: #a53ba0 !important;
--color-shadow-large: 0 8px 24px #a53ba022 !important;
--color-alert-warn-bg: #4d3458 !important;
--color-alert-info-bg: #4c2e5c !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #4e2d62 !important;
--color-border-primary: #553a63 !important;
--color-border-primary: #553a63 !important;
--color-notifications-row-read-bg: #442a55 !important;
--color-notifications-row-bg: #543466 !important;
--color-input-disabled-bg: #513466 !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/emilia_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Emilia Light
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #e7d8ee !important;
--color-underlinenav-counter-text: #252427 !important;
--color-text-primary: #7C75EF !important;
--color-text-link: #82357d !important;
--color-shadow-large: 0 8px 24px #82357d22 !important;
--color-alert-warn-bg: #fbf0f4 !important;
--color-alert-info-bg: #fbf0ff !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #faecff !important;
--color-border-primary: #e9d8f6 !important;
--color-border-primary: #e9d8f6 !important;
--color-notifications-row-read-bg: #f2eaf6 !important;
--color-notifications-row-bg: #f1dcf7 !important;
--color-input-disabled-bg: #e8d7f1 !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/hatsune_miku.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Hatsune Miku
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #323737 !important;
--color-underlinenav-counter-text: #bbbbbb !important;
--color-text-primary: #68f3e7 !important;
--color-text-link: #53b0b4 !important;
--color-shadow-large: 0 8px 24px #53b0b422 !important;
--color-alert-warn-bg: #313332 !important;
--color-alert-info-bg: #2c3333 !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #313939 !important;
--color-border-primary: #2d3839 !important;
--color-border-primary: #2d3839 !important;
--color-notifications-row-read-bg: #2b3231 !important;
--color-notifications-row-bg: #313938 !important;
--color-input-disabled-bg: #3a4444 !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/ishtar_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Ishtar Dark
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #221d1b !important;
--color-underlinenav-counter-text: #c2c2c2 !important;
--color-text-primary: #0f6ab7 !important;
--color-text-link: #f5c443 !important;
--color-shadow-large: 0 8px 24px #f5c44322 !important;
--color-alert-warn-bg: #161602 !important;
--color-alert-info-bg: #0d0b0c !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #0a0a06 !important;
--color-border-primary: #1a1a00 !important;
--color-border-primary: #1a1a00 !important;
--color-notifications-row-read-bg: #191718 !important;
--color-notifications-row-bg: #1A1913 !important;
--color-input-disabled-bg: #1A1913 !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/ishtar_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Ishtar Light
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #fffef7 !important;
--color-underlinenav-counter-text: #252427 !important;
--color-text-primary: #0d5fa6 !important;
--color-text-link: #f5a821 !important;
--color-shadow-large: 0 8px 24px #f5a82122 !important;
--color-alert-warn-bg: #fcfdf3 !important;
--color-alert-info-bg: #fffefb !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #fcfcfa !important;
--color-border-primary: #eeeeee !important;
--color-border-primary: #eeeeee !important;
--color-notifications-row-read-bg: #f6f6f6 !important;
--color-notifications-row-bg: #fffaed !important;
--color-input-disabled-bg: #fffaed !important;
Expand Down
5 changes: 3 additions & 2 deletions themes/kanna.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Kanna
@namespace github.com/doki-theme
@version 6.0.0
@version 6.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -53,6 +53,8 @@
--color-bg-discussions-row-emoji-box: #262732 !important;
--color-underlinenav-counter-text: #d0d0d0 !important;
--color-text-primary: #FF357C !important;
--color-text-link: #46459e !important;
--color-shadow-large: 0 8px 24px #46459e22 !important;
--color-alert-warn-bg: #1f1a25 !important;
--color-alert-info-bg: #1a1526 !important;
--color-alert-error-bg: #ff000022 !important;
Expand All @@ -63,7 +65,6 @@
--color-verified-badge-bg: #00000000 !important;
--color-bg-overlay: #150f20 !important;
--color-border-primary: #221f2e !important;
--color-border-primary: #221f2e !important;
--color-notifications-row-read-bg: #1d152d !important;
--color-notifications-row-bg: #231a31 !important;
--color-input-disabled-bg: #231a31 !important;
Expand Down
Loading

0 comments on commit 7bfaab2

Please sign in to comment.