Skip to content

Commit 1838e4e

Browse files
authored
v5.0.0 [Echidna, Yukino, Kurisu, Asuna, Umi, & Konata] (#27)
* Added v7 themes * Added v7 themes * I forgot I did this
1 parent c4ab5e2 commit 1838e4e

53 files changed

Lines changed: 107393 additions & 2804 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
Changelog
22
---
3+
4+
# 5.0.0 [Echidna, Yukino, Kurisu, Asuna, Umi, & Konata]
5+
6+
## 5 New Themes!
7+
8+
Love Live! series:
9+
10+
- Sonoda Umi (Dark)
11+
12+
From the OreGairu series:
13+
14+
- Yukinoshita Yukino (Dark)
15+
16+
Addition to Re:Zero series:
17+
18+
- Echidna (Dark)
19+
20+
From the Steins Gate series:
21+
22+
- Makise Kurisu (Dark)
23+
24+
Addition to the Sword Art Online series:
25+
26+
- Yuuki Asuna (Dark)
27+
28+
![v12 Girls](https://doki.assets.unthrottled.io/misc/v12_girls.png)
29+
30+
## Other Stuff
31+
32+
### Updates
33+
34+
- Konata's theme is now a bit darker to aid in usability
35+
36+
### Miscellaneous
37+
38+
- "Last Name First Name"'d Misato.
39+
40+
341
# 4.2.7 [Actions & Discussions fix]
442

543
- Fixed small issues with the Actions and Discussions tab
49 KB
Loading
76.4 KB
Loading
45.8 KB
Loading
53.4 KB
Loading
73.2 KB
Loading
76.6 KB
Loading
43.7 KB
Loading

buildSrc/templates/tempCss.css.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@
141141
background-color: {{accentColor}}A7;
142142
}
143143

144+
.btn-primary:hover {
145+
background-color: {{accentColor}}CC !important;
146+
background-image: none !important;
147+
}
148+
144149
.btn {
145150
box-shadow: none !important;
146151
}
@@ -15915,7 +15920,7 @@
1591515920
/* source #14: "#0366d6" */
1591615921
.dropdown-item:focus, .dropdown-item:hover {
1591715922
background-color: /*[[base-color]]*/ {{accentColor}};
15918-
color: #fff;
15923+
color: {{defaultButtonColor|selectionForeground}};
1591915924
background-image: none;
1592015925
}
1592115926
/* source #14: "none" */
@@ -17931,7 +17936,7 @@ html[prefix] .site-header-nav .dropdown-menu a:hover {
1793117936
.filter-item.selected p, .filter-item:hover .marketplace-plan-per-time,
1793217937
.feature-preview-dialog .text-white,
1793317938
.oauth-permissions-details .permission-summary em.highlight, .btn-primary {
17934-
color: #f0f0f0;
17939+
color: {{defaultButtonColor|selectionForeground}};
1793517940
}
1793617941
ul.repo-stats li a:hover, .minibutton.danger:hover, #gist-form label,
1793717942
.subnav li a:hover, .filters li.selected a, .filters li a:hover, .code-list em,
@@ -19229,12 +19234,12 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover {
1922919234
--ghd-code-color: #ccc;
1923019235
}
1923119236
.pl-c, .pl-c span {
19232-
color: {{commentColor}} !important;
19237+
color: {{comments}} !important;
1923319238
font-style: italic !important;
1923419239
}
1923519240
/* comment */
1923619241
.pl-c1 {
19237-
color: {{commentColor}} !important;
19242+
color: {{comments}} !important;
1923819243
}
1923919244
/* constant */
1924019245
.pl-cce {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "2d1112ac-04ab-4f78-82c4-22e5e2c1754b",
3+
"overrides": {},
4+
"laf": {},
5+
"syntax": {},
6+
"colors": {
7+
"defaultButtonColor": "#222222"
8+
}
9+
}

0 commit comments

Comments
 (0)