Skip to content

Commit 6b6293b

Browse files
authored
v12 - NekoPara Release (#47)
1 parent 99c56d5 commit 6b6293b

File tree

13 files changed

+60
-7
lines changed

13 files changed

+60
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
# 12.0.0 [NekoPara Release]
4+
5+
## 3 New Themes!!
6+
7+
- Chocola (Dark)
8+
- Vanilla (Dark)
9+
- Coconut (Dark)
10+
11+
![v17 Girls](https://doki.assets.unthrottled.io/misc/v17_girls.png)
12+
313
# 11.0.0 [Hanekawa, Shima Rin, Nagatoro, Yumeko, & Yuno]
414

515
## 5 New Themes!

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ You can choose themes from various, Anime, Manga, or Visual Novels:
104104
- Lucky Star
105105
- Miss Kobayashi's Dragon Maid
106106
- Monogatari
107+
- NekoPara
107108
- Neon Genesis Evangelion
108109
- OreGairu
109110
- Quintessential Quintuplets

albums/complete_theme_album.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@ Quintessential Quintuplets
1717

1818
![nakano_miku_dark code](../screenshots/quintuplets/nakano_miku_dark_code.png)
1919

20+
21+
NekoPara
22+
---
23+
24+
### Chocola
25+
26+
![chocola_dark code](../screenshots/nekoPara/chocola_dark_code.png)
27+
28+
### Vanilla
29+
30+
![vanilla_dark code](../screenshots/nekoPara/vanilla_dark_code.png)
31+
32+
33+
### Coconut
34+
35+
![coconut_dark code](../screenshots/nekoPara/coconut_dark_code.png)
36+
37+
2038
Type-Moon
2139
---
2240

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "93035c21-9eb7-4b0e-92d0-35d66d16c8e0",
3+
"backgrounds": {
4+
"default": {
5+
"anchor": "right"
6+
}
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "432fdab1-b8fa-412e-8cca-1844f18a1a43",
3+
"backgrounds": {
4+
"default": {
5+
"anchor": "right"
6+
}
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "31d5574d-f56b-408f-81dc-9d44feeb62c2",
3+
"backgrounds": {
4+
"default": {
5+
"anchor": "right"
6+
}
7+
}
8+
}

buildSrc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/lodash": "^4.14.155",
1414
"@types/xml2js": "^0.4.5",
1515
"copy-webpack-plugin": "^6.0.2",
16-
"doki-build-source": "1.3.0",
16+
"doki-build-source": "1.4.0",
1717
"jest": "^26.0.1",
1818
"rimraf": "^3.0.2",
1919
"ts-jest": "^26.1.0",

buildSrc/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,10 +1894,10 @@ dir-glob@^3.0.1:
18941894
dependencies:
18951895
path-type "^4.0.0"
18961896

1897-
doki-build-source@1.3.0:
1898-
version "1.3.0"
1899-
resolved "https://registry.yarnpkg.com/doki-build-source/-/doki-build-source-1.3.0.tgz#b7516a96317ff559737f6e87fc81b931bbb1977c"
1900-
integrity sha512-3Z+BMS0p/FGOlCwuhBauAYeV+DXAF+5HdkMCVSYCYZkbLsqfsymnBM7Unw+vbrHJfI14P0gDuOTbgKOHX9V4Gw==
1897+
doki-build-source@1.4.0:
1898+
version "1.4.0"
1899+
resolved "https://registry.yarnpkg.com/doki-build-source/-/doki-build-source-1.4.0.tgz#93121324c155b8e755415503b72f007828817b2a"
1900+
integrity sha512-Mt11nNgcE0qSqRX4IysOH9U+G/MEjMLp/TX+x3xZJakAWcOOABIH/911bdgj7+buZoPIbzXsBdky5nnCdSHsYg==
19011901

19021902
domain-browser@^1.1.1:
19031903
version "1.2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doki-theme-hyper",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "The Doki Theme for Hyper",
55
"main": "build/index.js",
66
"repository": "https://github.com/doki-theme/doki-theme-hyper.git",
283 KB
Loading

0 commit comments

Comments
 (0)