Skip to content

Commit

Permalink
Merge pull request #22 from doki-theme/misato
Browse files Browse the repository at this point in the history
Misato Katsuragi
  • Loading branch information
Unthrottled authored Jul 13, 2020
2 parents 75a3fbd + 0497b85 commit 66b047c
Show file tree
Hide file tree
Showing 23 changed files with 56 additions and 59 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

# 4.0.0 [Misato Katsuragi]

- Added Neon Genesis Evangelion's `Misato Katsuragi` as a dark theme!

![The New Woman](https://doki.assets.unthrottled.io/misc/v9_girl.png?version=1)


# 3.2.0 [Many Small Improvements]

- Notification toasts now appear in front of the sticker, so you can actually read it :)
Expand Down
7 changes: 7 additions & 0 deletions albums/complete_theme_album.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ DanganRonpa
![ibuki_dark code](../screenshots/danganronpa/ibuki_dark_code.png)
![ibuki_dark code](../screenshots/danganronpa/ibuki_dark_wallpaper.png)

Neon Genesis Evangelion
---

### Misato Katsuragi
![misato_dark code](../screenshots/eva/misato_dark_code.png)
![misato_dark code](../screenshots/eva/misato_dark_wallpaper.png)

Miscellaneous
---

Expand Down
8 changes: 8 additions & 0 deletions albums/eva_album.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Neon Genesis Evangelion
---

### Misato Katsuragi
![misato_dark code](../screenshots/eva/misato_dark_code.png)
![misato_dark code](../screenshots/eva/misato_dark_wallpaper.png)


2 changes: 2 additions & 0 deletions albums/grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Themes grouped by album

[DanganRonpa Album](dr_themes.md)

[Neon Genesis Evangelion](eva_album.md)

[Kill La Kill Album](klk_album.md)

[KonoSuba Album](ks_album.md)
Expand Down
1 change: 1 addition & 0 deletions buildSrc/GroupMappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const GroupToNameMapping: StringDictonary<string> = {
"KonoSuba": "KonoSuba: ",
"Mistress": "Miss: ",
"DanganRonpa": "DR: ",
"Evangelion": "EVA: ",
"Miscellaneous": "Misc: ",
"High School DxD" : "DxD: ",
"Sword Art Online" : "SAO: ",
Expand Down
19 changes: 17 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "doki-theme",
"displayName": "The Doki Theme",
"description": "Code with your waifu.",
"description": "A bunch of themes with cute anime girls. Code with your waifu!",
"publisher": "unthrottled",
"version": "3.2.0",
"version": "4.0.0",
"license": "MIT",
"icon": "Doki-Theme.png",
"galleryBanner": {
Expand All @@ -24,12 +24,17 @@
"Themes",
"Other"
],
"keywords": [
"Anime",
"Otaku"
],
"activationEvents": [
"*",
"onCommand:extension.doki.changelog",
"onCommand:extension.remove.sticker",
"onCommand:extension.theme.Mioda Ibuki Dark",
"onCommand:extension.theme.Mioda Ibuki Light",
"onCommand:extension.theme.Misato Katsuragi",
"onCommand:extension.theme.Rias",
"onCommand:extension.theme.Ryuko",
"onCommand:extension.theme.Satsuki",
Expand Down Expand Up @@ -81,6 +86,10 @@
"command": "extension.theme.Mioda Ibuki Light",
"title": "Doki-Theme: Install Mioda Ibuki Light's Stickers"
},
{
"command": "extension.theme.Misato Katsuragi",
"title": "Doki-Theme: Install Misato Katsuragi's Stickers"
},
{
"command": "extension.theme.Rias",
"title": "Doki-Theme: Install Rias's Stickers"
Expand Down Expand Up @@ -219,6 +228,12 @@
"path": "./generatedThemes/Mioda Ibuki Light.theme.json",
"uiTheme": "vs"
},
{
"id": "8e8773ee-4bbb-4812-b311-005f04f6bb20",
"label": "Doki Theme: EVA: Misato",
"path": "./generatedThemes/Misato Katsuragi.theme.json",
"uiTheme": "vs-dark"
},
{
"id": "c5e92ad9-2fa0-491e-b92a-48ab92d13597",
"label": "Doki Theme: DxD: Rias",
Expand Down
Binary file added screenshots/eva/misato_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/eva/misato_dark_wallpaper.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/NotificationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { VSCodeGlobals } from "./VSCodeGlobals";
import { attemptToGreetUser } from "./WelcomeService";

const SAVED_VERSION = "doki.theme.version";
const DOKI_THEME_VERSION = "v3.2.0";
const DOKI_THEME_VERSION = "v4.0.0";

export function attemptToNotifyUpdates(context: vscode.ExtensionContext) {
const savedVersion = VSCodeGlobals.globalState.get(SAVED_VERSION);
Expand Down
3 changes: 3 additions & 0 deletions src/RESTClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { Transform as Stream } from 'stream';
export const performGet = (url: string): Promise<Stream> => {
return new Promise((resolve, reject) => {
https.get(url, {
headers: {
'user-agent': 'vs-code',
},
timeout: 10000,
}, (res) => {
const inputStream = new Stream();
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "8e8773ee-4bbb-4812-b311-005f04f6bb20",
"overrides": {},
"laf": {},
"syntax": {},
"colors": {
"selectionBackground":"#5a293f",
"selectionInactive":"#4b283c"
}
}
Binary file removed themes/definitions/mistress/cleo/cleo.png
Binary file not shown.
7 changes: 0 additions & 7 deletions themes/definitions/mistress/cleo/cleo.vsCode.definition.json

This file was deleted.

Binary file removed themes/definitions/mistress/eleniel/eleniel.png
Binary file not shown.

This file was deleted.

Binary file removed themes/definitions/mistress/neera/neera.png
Binary file not shown.

This file was deleted.

Binary file removed themes/definitions/mistress/sanya/sanya.png
Binary file not shown.
14 changes: 0 additions & 14 deletions themes/definitions/mistress/sanya/sanya.vsCode.definition.json

This file was deleted.

Binary file removed themes/definitions/mistress/syrena/syrena.png
Binary file not shown.

This file was deleted.

Binary file removed themes/definitions/mistress/wyla/wyla.png
Binary file not shown.
14 changes: 0 additions & 14 deletions themes/definitions/mistress/wyla/wyla.vsCode.definition.json

This file was deleted.

0 comments on commit 66b047c

Please sign in to comment.