Skip to content

Commit

Permalink
Patched new GitHub CSS (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled authored Nov 6, 2020
1 parent 3f83a25 commit 7ad9998
Show file tree
Hide file tree
Showing 34 changed files with 261 additions and 32 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---

# 4.2.0 [Github Updates]

- Fixed patching issues with new GitHub Upgrade.
- Changed the GitHub Contribution Coloring.

# 4.1.0 [GitHub Update Fixes]

- Fixed issues with new GitHub styles. [See issue for more details](https://github.com/doki-theme/doki-theme-github/issues/13)
Expand Down
7 changes: 7 additions & 0 deletions buildSrc/templates/tempCss.css.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: {{textEditorBackground}};
--color-bg-canvas: {{baseBackground}};
--color-bg-primary: {{baseBackground}};
--color-calendar-graph-day-bg: {{codeBlock}};
--color-underlinenav-counter-text: {{foregroundColor}};
--color-text-primary: {{keyColor}};
--color-calendar-graph-day-L1-bg: {{accentColor}}77;
--color-calendar-graph-day-L2-bg: {{accentColor}}CC;
--color-calendar-graph-day-L3-bg: {{accentColor}}FF;
--color-calendar-graph-day-L4-bg: {{stopColor}};
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
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": "4.1.1",
"version": "4.2.0",
"dependencies": {
}
}
9 changes: 8 additions & 1 deletion 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 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #262940;
--color-bg-canvas: #282b42;
--color-bg-primary: #282b42;
--color-calendar-graph-day-bg: #2e3149;
--color-underlinenav-counter-text: #bbbbbb;
--color-text-primary: #6893f3;
--color-calendar-graph-day-L1-bg: #578CDA77;
--color-calendar-graph-day-L2-bg: #578CDACC;
--color-calendar-graph-day-L3-bg: #578CDAFF;
--color-calendar-graph-day-L4-bg: #688dee;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion themes/asuna.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Asuna
@namespace github.com/doki-theme
@version 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #fcfcfc;
--color-bg-canvas: #ffffff;
--color-bg-primary: #ffffff;
--color-calendar-graph-day-bg: #f6f6f6;
--color-underlinenav-counter-text: #252427;
--color-text-primary: #0d5fa6;
--color-calendar-graph-day-L1-bg: #a61d0d77;
--color-calendar-graph-day-L2-bg: #a61d0dCC;
--color-calendar-graph-day-L3-bg: #a61d0dFF;
--color-calendar-graph-day-L4-bg: #ec081e;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion 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 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #FFE5F1;
--color-bg-canvas: #ffe4f1;
--color-bg-primary: #ffe4f1;
--color-calendar-graph-day-bg: #FDD8FF;
--color-underlinenav-counter-text: #000000;
--color-text-primary: #7C75EF;
--color-calendar-graph-day-L1-bg: #78A5EB77;
--color-calendar-graph-day-L2-bg: #78A5EBCC;
--color-calendar-graph-day-L3-bg: #78A5EBFF;
--color-calendar-graph-day-L4-bg: #fbadff;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion 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 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #0a0904;
--color-bg-canvas: #080703;
--color-bg-primary: #080703;
--color-calendar-graph-day-bg: #191715;
--color-underlinenav-counter-text: #c3c3c3;
--color-text-primary: #3492b1;
--color-calendar-graph-day-L1-bg: #e9974577;
--color-calendar-graph-day-L2-bg: #e99745CC;
--color-calendar-graph-day-L3-bg: #e99745FF;
--color-calendar-graph-day-L4-bg: #ee6a12;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion 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 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #FFFEF9;
--color-bg-canvas: #fefefa;
--color-bg-primary: #fefefa;
--color-calendar-graph-day-bg: #F3F2E2;
--color-underlinenav-counter-text: #000000;
--color-text-primary: #3492b1;
--color-calendar-graph-day-L1-bg: #F5C83C77;
--color-calendar-graph-day-L2-bg: #F5C83CCC;
--color-calendar-graph-day-L3-bg: #F5C83CFF;
--color-calendar-graph-day-L4-bg: #FCFFA5;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion 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 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #492d5a;
--color-bg-canvas: #4e3162;
--color-bg-primary: #4e3162;
--color-calendar-graph-day-bg: #402a54;
--color-underlinenav-counter-text: #DADADA;
--color-text-primary: #a475ef;
--color-calendar-graph-day-L1-bg: #a53ba077;
--color-calendar-graph-day-L2-bg: #a53ba0CC;
--color-calendar-graph-day-L3-bg: #a53ba0FF;
--color-calendar-graph-day-L4-bg: #F667FF;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion 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 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #fbf0ff;
--color-bg-canvas: #fcf3ff;
--color-bg-primary: #fcf3ff;
--color-calendar-graph-day-bg: #f2eaf6;
--color-underlinenav-counter-text: #252427;
--color-text-primary: #7C75EF;
--color-calendar-graph-day-L1-bg: #82357d77;
--color-calendar-graph-day-L2-bg: #82357dCC;
--color-calendar-graph-day-L3-bg: #82357dFF;
--color-calendar-graph-day-L4-bg: #e984ed;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion 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 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #2f3635;
--color-bg-canvas: #293030;
--color-bg-primary: #293030;
--color-calendar-graph-day-bg: #293433;
--color-underlinenav-counter-text: #bbbbbb;
--color-text-primary: #68f3e7;
--color-calendar-graph-day-L1-bg: #53b0b477;
--color-calendar-graph-day-L2-bg: #53b0b4CC;
--color-calendar-graph-day-L3-bg: #53b0b4FF;
--color-calendar-graph-day-L4-bg: #68eede;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion 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 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #110F10;
--color-bg-canvas: #0f0d0e;
--color-bg-primary: #0f0d0e;
--color-calendar-graph-day-bg: #191718;
--color-underlinenav-counter-text: #c2c2c2;
--color-text-primary: #0f68b4;
--color-calendar-graph-day-L1-bg: #f5c44377;
--color-calendar-graph-day-L2-bg: #f5c443CC;
--color-calendar-graph-day-L3-bg: #f5c443FF;
--color-calendar-graph-day-L4-bg: #fec144;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion 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 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #fffefb;
--color-bg-canvas: #fffffc;
--color-bg-primary: #fffffc;
--color-calendar-graph-day-bg: #f6f6f6;
--color-underlinenav-counter-text: #252427;
--color-text-primary: #0d5fa6;
--color-calendar-graph-day-L1-bg: #f5a82177;
--color-calendar-graph-day-L2-bg: #f5a821CC;
--color-calendar-graph-day-L3-bg: #f5a821FF;
--color-calendar-graph-day-L4-bg: #ec081e;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion 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 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #1a1426;
--color-bg-canvas: #1b1529;
--color-bg-primary: #1b1529;
--color-calendar-graph-day-bg: #1d152d;
--color-underlinenav-counter-text: #d0d0d0;
--color-text-primary: #FF357C;
--color-calendar-graph-day-L1-bg: #46459e77;
--color-calendar-graph-day-L2-bg: #46459eCC;
--color-calendar-graph-day-L3-bg: #46459eFF;
--color-calendar-graph-day-L4-bg: #344acb;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion themes/konata.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Konata
@namespace github.com/doki-theme
@version 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #608ee9;
--color-bg-canvas: #6192ee;
--color-bg-primary: #6192ee;
--color-calendar-graph-day-bg: #6c95ee;
--color-underlinenav-counter-text: #f3edff;
--color-text-primary: #fffdae;
--color-calendar-graph-day-L1-bg: #60ff6277;
--color-calendar-graph-day-L2-bg: #60ff62CC;
--color-calendar-graph-day-L3-bg: #60ff62FF;
--color-calendar-graph-day-L4-bg: #98ff3d;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion themes/megumin.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Megumin
@namespace github.com/doki-theme
@version 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #2c2126;
--color-bg-canvas: #271c21;
--color-bg-primary: #271c21;
--color-calendar-graph-day-bg: #2f2329;
--color-underlinenav-counter-text: #bbbbbb;
--color-text-primary: #AF5C5A;
--color-calendar-graph-day-L1-bg: #a7303577;
--color-calendar-graph-day-L2-bg: #a73035CC;
--color-calendar-graph-day-L3-bg: #a73035FF;
--color-calendar-graph-day-L4-bg: #ee2e37;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
9 changes: 8 additions & 1 deletion themes/mioda_ibuki_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Mioda Ibuki Dark
@namespace github.com/doki-theme
@version 4.1.1
@version 4.2.0
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -42,8 +42,15 @@
:root {
--color-previewable-comment-form-bg: #191b1d;
--color-bg-canvas: #141617;
--color-bg-primary: #141617;
--color-calendar-graph-day-bg: #343434;
--color-underlinenav-counter-text: #bbbbbb;
--color-text-primary: #5ea7ff;
--color-calendar-graph-day-L1-bg: #5395b477;
--color-calendar-graph-day-L2-bg: #5395b4CC;
--color-calendar-graph-day-L3-bg: #5395b4FF;
--color-calendar-graph-day-L4-bg: #68c4ee;
--color-verified-badge-bg: #00000000;
}

.suggester li:hover .octicon,
Expand Down
Loading

0 comments on commit 7ad9998

Please sign in to comment.