Skip to content

Commit 81fd865

Browse files
committed
v0.10.0 - Jahy-sama Will Not Be Discouraged!
1 parent c48467a commit 81fd865

76 files changed

Lines changed: 149 additions & 84 deletions

File tree

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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Changelog
33

44
# Unreleased
55

6+
# 0.10.0 [Jahy-sama will not be discouraged!]
7+
8+
**1 New Theme!**
9+
10+
Featuring the Dark World's Second in Command: Jahy!
11+
12+
![v21 Girl](https://doki.assets.unthrottled.io/misc/v21_girl.png)
13+
614
# 0.9.0 [KillLaKill Alt. Themes & Only for Onii-Chan]
715

816
## KillLaKill Alt. Themes
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"id": "91d0931d-3e1d-4101-b923-278ce264f0f5",
3+
"overrides": {},
4+
"laf": {},
5+
"syntax": {},
6+
"colors": {}
7+
}

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.6.0",
16+
"doki-build-source": "1.7.0",
1717
"jest": "^26.0.1",
1818
"rimraf": "^3.0.2",
1919
"ts-jest": "^26.1.0",

buildSrc/syncedAssets.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"doki-theme/.project": "b8f0c256a6e0c970ece6591dab458b49",
3-
"doki-theme/artifacts.jar": "2580791e13b39c09ee23f67c0427e979",
4-
"doki-theme/content.jar": "447f20e5f37ee742dfe5a25d1fa15bf8",
3+
"doki-theme/artifacts.jar": "0f6a93e1b815fa4bda514320f770ef7a",
4+
"doki-theme/content.jar": "b329241a73abc8f2e6cc35d76bb1702a",
55
"doki-theme/features/DokiThemeEclipse_0.1.0.jar": "a4df86f6e5e5340ee36b7d535bfe7162",
66
"doki-theme/index.html": "e230fa38da6ec0dd29e305e294bfcd33",
7-
"doki-theme/site.xml": "f5ade97498076f3ee92e373bdb25fb68",
7+
"doki-theme/site.xml": "d1ba1130bec1f2b720ba51dda4c54631",
88
"doki-theme/src/main.js": "a38fde7b7434df9dea29825cbfaf72dd",
99
"doki-theme/features/io.unthrottled.doki.theme.eclipse_0.1.0.jar": "99897529f88f0a4478a39be4172260c3",
1010
"doki-theme/plugins/doki-theme-eclipse_0.1.0.jar": "0b3c473e0f5affe05cafe63433d34930",
@@ -24,5 +24,7 @@
2424
"doki-theme/features/io.unthrottled.doki.theme.eclipse_0.8.0.jar": "d7979f5765bd0ec35a0fbf997891718b",
2525
"doki-theme/plugins/doki-theme-eclipse_0.8.0.jar": "23ed543b6e12d197ac0eed8a78deccf0",
2626
"doki-theme/features/io.unthrottled.doki.theme.eclipse_0.9.0.jar": "9bf91c9e47d83317e71e5fe5e4384795",
27-
"doki-theme/plugins/doki-theme-eclipse_0.9.0.jar": "d9d613848cf637e7faf96520997f9bcc"
27+
"doki-theme/plugins/doki-theme-eclipse_0.9.0.jar": "d9d613848cf637e7faf96520997f9bcc",
28+
"doki-theme/features/io.unthrottled.doki.theme.eclipse_0.10.0.jar": "05b8592e0d638e8dcf561b50e87123dd",
29+
"doki-theme/plugins/doki-theme-eclipse_0.10.0.jar": "d7200aabb5fff7708ea5802a043acd28"
2830
}

buildSrc/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,10 +1876,10 @@ dir-glob@^3.0.1:
18761876
dependencies:
18771877
path-type "^4.0.0"
18781878

1879-
doki-build-source@1.6.0:
1880-
version "1.6.0"
1881-
resolved "https://registry.yarnpkg.com/doki-build-source/-/doki-build-source-1.6.0.tgz#5c39cf71e135714ae891301c56c648cc9447ac2a"
1882-
integrity sha512-jyP9xCNam3fq68lR1G2JVfCV9HSQX0ygfG9RAi2IohIUJNYE9YGDJk5YDxQ7uxEERSLXg/NjMpCOwFFswcBi5A==
1879+
doki-build-source@1.7.0:
1880+
version "1.7.0"
1881+
resolved "https://registry.yarnpkg.com/doki-build-source/-/doki-build-source-1.7.0.tgz#d90402b8f02e80d8b0376d86d48e57ba7be991e8"
1882+
integrity sha512-E2PCaT2lNAEZVHhl6cDRah9KqWf/M6S59YgfwHU7N3HBtDl6ld8U6Np9f5UUQPtquLb47UC2R+CvN2t8SKXRhw==
18831883

18841884
domain-browser@^1.1.1:
18851885
version "1.2.0"

devStyleThemes/BlendS: Maika/Maika.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<colorTheme id="6994" name="Maika" modified="2021-09-28T22:12:55.192Z" author="Alex Simons (Unthrottled)">
2+
<colorTheme id="6994" name="Maika" modified="2021-10-27T22:49:33.681Z" author="Alex Simons (Unthrottled)">
33
<searchResultIndication color="#310e32" />
44
<filteredSearchResultIndication color="#310e32" />
55
<occurrenceIndication color="#2a0930" underline="true" />

devStyleThemes/BunnySenpai: Mai Dark/Mai Dark.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<colorTheme id="6969" name="Mai Dark" modified="2021-09-28T22:12:55.192Z" author="Alex Simons (Unthrottled)">
2+
<colorTheme id="6969" name="Mai Dark" modified="2021-10-27T22:49:33.682Z" author="Alex Simons (Unthrottled)">
33
<searchResultIndication color="#2e3149" />
44
<filteredSearchResultIndication color="#2e3149" />
55
<occurrenceIndication color="#2d3049" underline="true" />

devStyleThemes/BunnySenpai: Mai Light/Mai Light.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<colorTheme id="7009" name="Mai Light" modified="2021-09-28T22:12:55.193Z" author="Alex Simons (Unthrottled)">
2+
<colorTheme id="7010" name="Mai Light" modified="2021-10-27T22:49:33.682Z" author="Alex Simons (Unthrottled)">
33
<searchResultIndication color="#f0e8e7" />
44
<filteredSearchResultIndication color="#f0e8e7" />
55
<occurrenceIndication color="#eaecf6" underline="true" />

devStyleThemes/DDLC: Monika Dark/Monika Dark.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<colorTheme id="7028" name="Monika Dark" modified="2021-09-28T22:12:55.203Z" author="Alex Simons (Unthrottled)">
2+
<colorTheme id="7029" name="Monika Dark" modified="2021-10-27T22:49:33.694Z" author="Alex Simons (Unthrottled)">
33
<searchResultIndication color="#252D19" />
44
<filteredSearchResultIndication color="#252D19" />
55
<occurrenceIndication color="#23271A" underline="true" />

devStyleThemes/DDLC: Monika Light/Monika Light.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<colorTheme id="7010" name="Monika Light" modified="2021-09-28T22:12:55.203Z" author="Alex Simons (Unthrottled)">
2+
<colorTheme id="7011" name="Monika Light" modified="2021-10-27T22:49:33.694Z" author="Alex Simons (Unthrottled)">
33
<searchResultIndication color="#def6f3" />
44
<filteredSearchResultIndication color="#def6f3" />
55
<occurrenceIndication color="#eaf6eb" underline="true" />

0 commit comments

Comments
 (0)