Skip to content

Commit

Permalink
v13 - NekoPara OneeSan Vol. (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled authored Aug 7, 2021
1 parent 6a0e29e commit 8fbc98f
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

# 13.0.0 [NekoPara OneeSan Vol.]

## 4 New Themes!!

- Maple (Light/Dark)
- Cinnamon (Dark)
- Azuki (Dark)

![v18 Girls](https://doki.assets.unthrottled.io/misc/v18_girls.png)

# 12.0.0 [NekoPara Release]

## 3 New Themes!!
Expand Down
13 changes: 13 additions & 0 deletions albums/complete_theme_album.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ NekoPara

![coconut_dark code](../screenshots/nekoPara/coconut_dark_code.png)

### Maple

![maple_dark code](../screenshots/nekoPara/maple_dark_code.png)
![maple_light code](../screenshots/nekoPara/maple_light_code.png)

### Cinnamon

![cinnamon_dark code](../screenshots/nekoPara/cinnamon_dark_code.png)

### Azuki

![azuki_dark code](../screenshots/nekoPara/azuki_dark_code.png)


Type-Moon
---
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "83e94920-9ae2-4838-9b85-4c3fa22b67b8",
"backgrounds": {
"default": {
"anchor": "right"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "84dc0d3c-1c83-4dde-87b9-e1ea27cd34b0",
"backgrounds": {
"default": {
"anchor": "right"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "13407818-da66-432b-94e3-fd2192e98118",
"backgrounds": {
"default": {
"anchor": "right"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "ea7a8b00-2d86-4e06-81a2-5c14a46264d5",
"backgrounds": {
"default": {
"anchor": "right"
}
}
}
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-hyper",
"version": "12.0.0",
"version": "13.0.0",
"description": "The Doki Theme for Hyper",
"main": "build/index.js",
"repository": "https://github.com/doki-theme/doki-theme-hyper.git",
Expand Down
Binary file added screenshots/nekoPara/azuki_dark_code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/nekoPara/cinnamon_dark_code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/nekoPara/maple_dark_code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/nekoPara/maple_light_code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const themes = Object.values(DokiThemeDefinitions)
};
});

export const VERSION = "v12.0.0";
export const VERSION = "v13.0.0";
const icon = path.resolve(__dirname, "..", "assets", "Doki-Theme.png");
const showAbout = () => {
const appName = "Doki Theme";
Expand Down

0 comments on commit 8fbc98f

Please sign in to comment.