Skip to content

Commit

Permalink
Fixed unread notifications look and feel (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled authored Nov 25, 2020
1 parent 95c5952 commit 9a2cc48
Show file tree
Hide file tree
Showing 34 changed files with 68 additions and 32 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
---
# 4.2.5 [Notifications Fix, Part Duex]

- Fixed the GitHub **unread** notifications look and feel.

# 4.2.4 [Notifications Fix]

- Fixed the GitHub notifications look and feel.
Expand Down
1 change: 1 addition & 0 deletions buildSrc/templates/tempCss.css.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
--color-border-primary: {{borderColor}};
--color-border-primary: {{borderColor}};
--color-notifications-row-read-bg: {{codeBlock}};
--color-notifications-row-bg: {{caretRow}};
--color-input-disabled-bg: {{selectionInactive}};
--color-input-disabled-border: {{borderColor}};
}
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.4",
"version": "4.2.5",
"dependencies": {
}
}
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #2a334b;
--color-border-primary: #2a334b;
--color-notifications-row-read-bg: #2e3149;
--color-notifications-row-bg: #2d3047;
--color-input-disabled-bg: #31344b;
--color-input-disabled-border: #2a334b;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #eeeeee;
--color-border-primary: #eeeeee;
--color-notifications-row-read-bg: #f6f6f6;
--color-notifications-row-bg: #f6f6f6;
--color-input-disabled-bg: #fff4f4;
--color-input-disabled-border: #eeeeee;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #F1D7E6;
--color-border-primary: #F1D7E6;
--color-notifications-row-read-bg: #FDD8FF;
--color-notifications-row-bg: #ffdce6;
--color-input-disabled-bg: #FFD9E2;
--color-input-disabled-border: #F1D7E6;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #1c1500;
--color-border-primary: #1c1500;
--color-notifications-row-read-bg: #191715;
--color-notifications-row-bg: #14110d;
--color-input-disabled-bg: #1d1704;
--color-input-disabled-border: #1c1500;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #f1f4e0;
--color-border-primary: #f1f4e0;
--color-notifications-row-read-bg: #F3F2E2;
--color-notifications-row-bg: #FFF6E4;
--color-input-disabled-bg: #FFFFBC;
--color-input-disabled-border: #f1f4e0;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #553a63;
--color-border-primary: #553a63;
--color-notifications-row-read-bg: #402a54;
--color-notifications-row-bg: #543466;
--color-input-disabled-bg: #513466;
--color-input-disabled-border: #553a63;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #e9d8f6;
--color-border-primary: #e9d8f6;
--color-notifications-row-read-bg: #f2eaf6;
--color-notifications-row-bg: #f1dcf7;
--color-input-disabled-bg: #e8d7f1;
--color-input-disabled-border: #e9d8f6;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #2d3839;
--color-border-primary: #2d3839;
--color-notifications-row-read-bg: #293433;
--color-notifications-row-bg: #313938;
--color-input-disabled-bg: #3a4444;
--color-input-disabled-border: #2d3839;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #1a1a00;
--color-border-primary: #1a1a00;
--color-notifications-row-read-bg: #191718;
--color-notifications-row-bg: #1A1913;
--color-input-disabled-bg: #1A1913;
--color-input-disabled-border: #1a1a00;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #eeeeee;
--color-border-primary: #eeeeee;
--color-notifications-row-read-bg: #f6f6f6;
--color-notifications-row-bg: #fffaed;
--color-input-disabled-bg: #fffaed;
--color-input-disabled-border: #eeeeee;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #221f2e;
--color-border-primary: #221f2e;
--color-notifications-row-read-bg: #1d152d;
--color-notifications-row-bg: #231a31;
--color-input-disabled-bg: #231a31;
--color-input-disabled-border: #221f2e;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #5a86dc;
--color-border-primary: #5a86dc;
--color-notifications-row-read-bg: #6c95ee;
--color-notifications-row-bg: #6c95ee;
--color-input-disabled-bg: #6c95ee;
--color-input-disabled-border: #5a86dc;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #32262c;
--color-border-primary: #32262c;
--color-notifications-row-read-bg: #2f2329;
--color-notifications-row-bg: #31262b;
--color-input-disabled-bg: #31262b;
--color-input-disabled-border: #32262c;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #1e2021;
--color-border-primary: #1e2021;
--color-notifications-row-read-bg: #343434;
--color-notifications-row-bg: #222526;
--color-input-disabled-bg: #333333;
--color-input-disabled-border: #1e2021;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #ede1e9;
--color-border-primary: #ede1e9;
--color-notifications-row-read-bg: #ecf2f8;
--color-notifications-row-bg: #f7dcf3;
--color-input-disabled-bg: #f1d7ef;
--color-input-disabled-border: #ede1e9;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #432E3D;
--color-border-primary: #432E3D;
--color-notifications-row-read-bg: #322130;
--color-notifications-row-bg: #402d41;
--color-input-disabled-bg: #4b283c;
--color-input-disabled-border: #432E3D;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #202416;
--color-border-primary: #202416;
--color-notifications-row-read-bg: #23271A;
--color-notifications-row-bg: #292D1F;
--color-input-disabled-bg: #122D13;
--color-input-disabled-border: #202416;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #e2eee3;
--color-border-primary: #e2eee3;
--color-notifications-row-read-bg: #eaf6eb;
--color-notifications-row-bg: #dcf7e0;
--color-input-disabled-bg: #d8f1d7;
--color-input-disabled-border: #e2eee3;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #381927;
--color-border-primary: #381927;
--color-notifications-row-read-bg: #3d1c31;
--color-notifications-row-bg: #4D2339;
--color-input-disabled-bg: #6F3654;
--color-input-disabled-border: #381927;
}
Expand Down
3 changes: 2 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.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #F1D7E6;
--color-border-primary: #F1D7E6;
--color-notifications-row-read-bg: #FDD8FF;
--color-notifications-row-bg: #ffdce6;
--color-input-disabled-bg: #FFD9E2;
--color-input-disabled-border: #F1D7E6;
}
Expand Down
3 changes: 2 additions & 1 deletion themes/ram.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Ram
@namespace github.com/doki-theme
@version 4.2.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #362d39;
--color-border-primary: #362d39;
--color-notifications-row-read-bg: #2c2934;
--color-notifications-row-bg: #353139;
--color-input-disabled-bg: #413a44;
--color-input-disabled-border: #362d39;
}
Expand Down
3 changes: 2 additions & 1 deletion themes/rem.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Rem
@namespace github.com/doki-theme
@version 4.2.4
@version 4.2.5
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -59,6 +59,7 @@
--color-border-primary: #2d3439;
--color-border-primary: #2d3439;
--color-notifications-row-read-bg: #292e34;
--color-notifications-row-bg: #313439;
--color-input-disabled-bg: #3a3f44;
--color-input-disabled-border: #2d3439;
}
Expand Down
Loading

0 comments on commit 9a2cc48

Please sign in to comment.