Skip to content

Commit

Permalink
Fixed organization avatars (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled authored Dec 3, 2020
1 parent 9a2cc48 commit 33cfef9
Show file tree
Hide file tree
Showing 34 changed files with 101 additions and 32 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
---
# 4.2.6 [Organization Avatar Fix]

- Fixed the GitHub organization avatar backgrounds.


# 4.2.5 [Notifications Fix, Part Duex]

- Fixed the GitHub **unread** notifications look and feel.
Expand Down
2 changes: 2 additions & 0 deletions buildSrc/templates/tempCss.css.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: {{textEditorBackground}};
--color-avatar-bg: {{textEditorBackground}};
--color-avatar-border: #00000000;
--color-bg-canvas: {{baseBackground}};
--color-bg-canvas-inset: {{baseBackground}};
--color-bg-primary: {{baseBackground}};
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.2.5",
"version": "4.2.6",
"dependencies": {
}
}
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #262940;
--color-avatar-bg: #262940;
--color-avatar-border: #00000000;
--color-bg-canvas: #282b42;
--color-bg-canvas-inset: #282b42;
--color-bg-primary: #282b42;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #fcfcfc;
--color-avatar-bg: #fcfcfc;
--color-avatar-border: #00000000;
--color-bg-canvas: #ffffff;
--color-bg-canvas-inset: #ffffff;
--color-bg-primary: #ffffff;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #FFE5F1;
--color-avatar-bg: #FFE5F1;
--color-avatar-border: #00000000;
--color-bg-canvas: #ffe4f1;
--color-bg-canvas-inset: #ffe4f1;
--color-bg-primary: #ffe4f1;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #0a0904;
--color-avatar-bg: #0a0904;
--color-avatar-border: #00000000;
--color-bg-canvas: #080703;
--color-bg-canvas-inset: #080703;
--color-bg-primary: #080703;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #FFFEF9;
--color-avatar-bg: #FFFEF9;
--color-avatar-border: #00000000;
--color-bg-canvas: #fefefa;
--color-bg-canvas-inset: #fefefa;
--color-bg-primary: #fefefa;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #492d5a;
--color-avatar-bg: #492d5a;
--color-avatar-border: #00000000;
--color-bg-canvas: #4e3162;
--color-bg-canvas-inset: #4e3162;
--color-bg-primary: #4e3162;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #fbf0ff;
--color-avatar-bg: #fbf0ff;
--color-avatar-border: #00000000;
--color-bg-canvas: #fcf3ff;
--color-bg-canvas-inset: #fcf3ff;
--color-bg-primary: #fcf3ff;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #2f3635;
--color-avatar-bg: #2f3635;
--color-avatar-border: #00000000;
--color-bg-canvas: #293030;
--color-bg-canvas-inset: #293030;
--color-bg-primary: #293030;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #110F10;
--color-avatar-bg: #110F10;
--color-avatar-border: #00000000;
--color-bg-canvas: #0f0d0e;
--color-bg-canvas-inset: #0f0d0e;
--color-bg-primary: #0f0d0e;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #fffefb;
--color-avatar-bg: #fffefb;
--color-avatar-border: #00000000;
--color-bg-canvas: #fffffc;
--color-bg-canvas-inset: #fffffc;
--color-bg-primary: #fffffc;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #1a1426;
--color-avatar-bg: #1a1426;
--color-avatar-border: #00000000;
--color-bg-canvas: #1b1529;
--color-bg-canvas-inset: #1b1529;
--color-bg-primary: #1b1529;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #608ee9;
--color-avatar-bg: #608ee9;
--color-avatar-border: #00000000;
--color-bg-canvas: #6192ee;
--color-bg-canvas-inset: #6192ee;
--color-bg-primary: #6192ee;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #2c2126;
--color-avatar-bg: #2c2126;
--color-avatar-border: #00000000;
--color-bg-canvas: #271c21;
--color-bg-canvas-inset: #271c21;
--color-bg-primary: #271c21;
Expand Down
4 changes: 3 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.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #191b1d;
--color-avatar-bg: #191b1d;
--color-avatar-border: #00000000;
--color-bg-canvas: #141617;
--color-bg-canvas-inset: #141617;
--color-bg-primary: #141617;
Expand Down
4 changes: 3 additions & 1 deletion themes/mioda_ibuki_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Mioda Ibuki Light
@namespace github.com/doki-theme
@version 4.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #ffeefd;
--color-avatar-bg: #ffeefd;
--color-avatar-border: #00000000;
--color-bg-canvas: #ffedfe;
--color-bg-canvas-inset: #ffedfe;
--color-bg-primary: #ffedfe;
Expand Down
4 changes: 3 additions & 1 deletion themes/misato_katsuragi.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Misato Katsuragi
@namespace github.com/doki-theme
@version 4.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #382536;
--color-avatar-bg: #382536;
--color-avatar-border: #00000000;
--color-bg-canvas: #3a2333;
--color-bg-canvas-inset: #3a2333;
--color-bg-primary: #3a2333;
Expand Down
4 changes: 3 additions & 1 deletion themes/monika_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Monika Dark
@namespace github.com/doki-theme
@version 4.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #1d2115;
--color-avatar-bg: #1d2115;
--color-avatar-border: #00000000;
--color-bg-canvas: #1A1E12;
--color-bg-canvas-inset: #1A1E12;
--color-bg-primary: #1A1E12;
Expand Down
4 changes: 3 additions & 1 deletion themes/monika_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Monika Light
@namespace github.com/doki-theme
@version 4.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #f2fff0;
--color-avatar-bg: #f2fff0;
--color-avatar-border: #00000000;
--color-bg-canvas: #f3fff4;
--color-bg-canvas-inset: #f3fff4;
--color-bg-primary: #f3fff4;
Expand Down
4 changes: 3 additions & 1 deletion themes/natsuki_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Natsuki Dark
@namespace github.com/doki-theme
@version 4.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #35102c;
--color-avatar-bg: #35102c;
--color-avatar-border: #00000000;
--color-bg-canvas: #310a29;
--color-bg-canvas-inset: #310a29;
--color-bg-primary: #310a29;
Expand Down
4 changes: 3 additions & 1 deletion themes/natsuki_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Natsuki Light
@namespace github.com/doki-theme
@version 4.2.5
@version 4.2.6
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -41,6 +41,8 @@
/* Doki addons */
:root {
--color-previewable-comment-form-bg: #FFE5F1;
--color-avatar-bg: #FFE5F1;
--color-avatar-border: #00000000;
--color-bg-canvas: #ffe4f1;
--color-bg-canvas-inset: #ffe4f1;
--color-bg-primary: #ffe4f1;
Expand Down
Loading

0 comments on commit 33cfef9

Please sign in to comment.