-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v12 - [Nino, Nakano Miku, Gray, & Tohru] (#67)
* Added v10 girls * More visible bracket matching (fixes #58) * Updated changelog and bumped version to v12.0.0 * Updated the new Girls' background anchoring * Added screenshots. * Added notes about usability * Typing R hard
- Loading branch information
1 parent
5f600ae
commit 781f768
Showing
63 changed files
with
401 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
### Hatsune Miku | ||
![miku code](../screenshots/miscellaneous/miku_code.png) | ||
![miku_secondary code](../screenshots/miscellaneous/miku_secondary_code.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
### Miia | ||
|
||
![miia_dark code](../screenshots/monsterMusume/miia_dark_code.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### Nakano Nino | ||
|
||
![nino_dark code](../screenshots/quintuplets/nino_dark_code.png) | ||
|
||
### Nakano Miku | ||
|
||
![nakano_miku_dark code](../screenshots/quintuplets/nakano_miku_dark_code.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
buildSrc/assets/themes/blendS/maika/dark/maika.dark.vsCode.definition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"id": "6106e529-efef-444d-9db0-a9b0b444cf1b", | ||
"overrides": {}, | ||
"laf": {}, | ||
"syntax": {}, | ||
"colors": {}, | ||
"backgrounds": { | ||
"default": { | ||
"anchor": "right" | ||
} | ||
}, | ||
"laf": {}, | ||
"syntax": {}, | ||
"colors": {} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
}, | ||
"syntax": {}, | ||
"colors": {} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
buildSrc/assets/themes/dragonMaid/tohru/light/tohru.light.vsCode.definition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"id": "2d049451-6e89-4325-af38-6ce889991e5b", | ||
"overrides": {}, | ||
"laf": {}, | ||
"syntax": {}, | ||
"backgrounds": { | ||
"default": { | ||
"anchor": "right" | ||
} | ||
}, | ||
"colors": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
buildSrc/assets/themes/eva/rei/dark/rei.dark.vsCode.definition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"id": "c262185d-9682-413b-9143-85a2dda76b2f", | ||
"overrides": {}, | ||
"laf": {}, | ||
"syntax": {}, | ||
"colors": {}, | ||
"backgrounds": { | ||
"default": { | ||
"anchor": "right" | ||
} | ||
}, | ||
"laf": {}, | ||
"syntax": {}, | ||
"colors": {} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ | |
}, | ||
"syntax": {}, | ||
"colors": { | ||
"constantsColor":"&htmlTagColor&" | ||
"constantsColor": "&htmlTagColor&" | ||
} | ||
} | ||
} |
Oops, something went wrong.