Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---

# 4.2.2 [Tooltip Fix]

- Fixed the tool tip overlay color.

# 4.2.1 [GitHub Update Maintenance]

- Fixed more small issues with GitHub Style Upgrades
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 @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: {{accentColor}}FF;
--color-calendar-graph-day-L4-bg: {{stopColor}};
--color-verified-badge-bg: #00000000;
--color-bg-overlay: {{secondaryBackground}};
}

.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.2.1",
"version": "4.2.2",
"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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #578CDAFF;
--color-calendar-graph-day-L4-bg: #688dee;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #242942;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #a61d0dFF;
--color-calendar-graph-day-L4-bg: #ec081e;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #fcfcfc;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #78A5EBFF;
--color-calendar-graph-day-L4-bg: #fbadff;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #f3cfe0;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #e99745FF;
--color-calendar-graph-day-L4-bg: #ee6a12;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #100d03;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #F5C83CFF;
--color-calendar-graph-day-L4-bg: #FCFFA5;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #fffff7;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #a53ba0FF;
--color-calendar-graph-day-L4-bg: #F667FF;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #4e2d62;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #82357dFF;
--color-calendar-graph-day-L4-bg: #e984ed;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #faecff;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #53b0b4FF;
--color-calendar-graph-day-L4-bg: #68eede;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #313939;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #f5c443FF;
--color-calendar-graph-day-L4-bg: #fec144;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #0a0a06;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #f5a821FF;
--color-calendar-graph-day-L4-bg: #ec081e;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #fcfcfa;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #46459eFF;
--color-calendar-graph-day-L4-bg: #344acb;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #150f20;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #60ff62FF;
--color-calendar-graph-day-L4-bg: #98ff3d;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #5c89e8;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #a73035FF;
--color-calendar-graph-day-L4-bg: #ee2e37;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #2f2329;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #5395b4FF;
--color-calendar-graph-day-L4-bg: #68c4ee;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #1a1e20;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #DA46A7FF;
--color-calendar-graph-day-L4-bg: #469fda;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #FFEAF9;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #c2383eFF;
--color-calendar-graph-day-L4-bg: #ec1f62;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #382639;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #388E3CFF;
--color-calendar-graph-day-L4-bg: #FFFA11;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #1a1e12;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #388E3CFF;
--color-calendar-graph-day-L4-bg: #5EEF1B;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #edffec;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #E94686FF;
--color-calendar-graph-day-L4-bg: #F650FF;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #330A2B;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #E94686FF;
--color-calendar-graph-day-L4-bg: #fbadff;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #f3cfe0;
}

.suggester li:hover .octicon,
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.1
@version 4.2.2
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -54,6 +54,7 @@
--color-calendar-graph-day-L3-bg: #e594bfFF;
--color-calendar-graph-day-L4-bg: #e565ee;
--color-verified-badge-bg: #00000000;
--color-bg-overlay: #373139;
}

.suggester li:hover .octicon,
Expand Down
Loading