Skip to content

Commit

Permalink
v78 - [The Boys] (#142)
Browse files Browse the repository at this point in the history
* v78 - [The Boys]

* Punctuation is hard
  • Loading branch information
Unthrottled authored Apr 4, 2022
1 parent bcd43b5 commit ce9522d
Show file tree
Hide file tree
Showing 14 changed files with 170 additions and 20 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

# 78.0-1.0.2 [The Boys]

I'm trying to bring in a bit of inclusion.

**4 New Dark Themes!**

- I can already hear you now, "Rimiru Tempest, from 'That Time I Got Reincarnated as a Slime', is not a boy. They are the best genderless slime, get your facts correct." Yeah well....shut up.
- Next, is one of the S ranked heroes in the 'One Punch Man' universe, Genos.
- After that, is the smug smile of Yukihira Soma from Shokugeki no Soma.
- Lastly, I am going to be honest, I haven't seen Haikyu. I just wanted a Indigo & Orange based theme. So here is Hinata Shoyo.

![v78 Bois](https://doki.assets.unthrottled.io/misc/v78_bois.png)

### Other Stuff

- Updated some of Rory, Ram, & Rem's syntax highlighting colors to be more usable.

# 74.2.1.0.2 [Unsupported Status Help]

- Added some guidance to users who will have issues with removing the [Unsupported] warning when installing assets.
Expand Down
27 changes: 11 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ Steps demonstrated:

## About!

This plugin is for serious Otaku programmers.
Code with your waifu. With over **60** themes,
I think you will find best girl.
Cute themes based on cute anime characters. With over **60** themes, the one you like the best, is probably here.

You can choose themes from various, Anime, Manga, or Visual Novels:
You can choose themes based on characters from these various Anime, Manga, or Visual Novels:

<details>
<summary>All Featured Titles</summary>

- AzurLane
- Blend S
Expand All @@ -43,6 +44,7 @@ You can choose themes from various, Anime, Manga, or Visual Novels:
- Fate
- Future Diary
- Gate
- Haikyu!!
- High School DxD
- Jahy-sama Will Not Be Discouraged!
- Kakegurui
Expand All @@ -54,16 +56,20 @@ You can choose themes from various, Anime, Manga, or Visual Novels:
- Monogatari
- NekoPara
- Neon Genesis Evangelion
- One Punch Man
- OreGairu
- OreImo
- Quintessential Quintuplets
- Rascal does not dream of bunny girl senpai
- Re:Zero
- Rising of the Shield Hero
- Shokugeki no Soma
- Steins Gate
- Sword Art Online
- That Time I Got Reincarnated as a Slime
- Toaru Majutsu no Index
- Yuru Camp
</details>

---

Expand Down Expand Up @@ -226,18 +232,7 @@ I think your voice needs to be heard! You probably have good ideas, so feel free

Help make this plugin better!

## Even more Doki-Theme!

![Intellij](./readmeStuff/intellij.png)
## JetBrains IDEs

Do you also develop using JetBrain's products (Intellij, CLion, Pycharm, etc)?
Then be sure to install also install [the Doki Theme there as well!](https://github.com/doki-theme/doki-theme-jetbrains)

![Hyper.js Terminal](./readmeStuff/hyper.png)
## Hyper.js

Enhance your command line experience! Install [the Doki Theme for Hyper!](https://github.com/doki-theme/doki-theme-hyper)
## [Even more Doki-Theme!](https://doki-theme.unthrottled.io/products)

---

Expand Down
28 changes: 28 additions & 0 deletions albums/complete_theme_album.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ Rising of the Shield Hero

![raphtalia_dark code](../screenshots/shieldHero/raphtalia_dark_code.png)

That Time I Got Reincarnated As A Slime
---

### Rimiru Tempest

![rimiru_dark code](../screenshots/slime/rimiru_dark_code.png)

A Certain Scientific RailGun
---
Expand Down Expand Up @@ -110,6 +116,28 @@ Jahy-sama Will Not Be Discouraged!
![jahy_dark_smol_code](../screenshots/jahySama/jahy_dark_smol_code.png)


One Punch Man
---

### Genos

![genos_dark code](../screenshots/onePunch/genos_dark_code.png)

Haikyu
---

### Hinata Shoyo

![shoyo_dark code](../screenshots/haikyu/shoyo_dark_code.png)

Shokugeki no Soma
---

### Yukihira Soma

![soma_dark code](../screenshots/shokugeki/soma_dark_code.png)



Don't Toy With Me, Miss Nagatoro
---
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "44ed0d2d-cce8-4707-a0cf-5150e1b31c16",
"overrides": {},
"laf": {
"extends": "dark",
"ui": {
"editor.selectionBackground": "&selectionBackground&",
"selection.background": "&selectionBackground&"
}
},
"syntax": {},
"colors": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "22d0250f-a33b-409a-9cef-22f5eb69fc3d",
"overrides": {},
"laf": {
"extends": "dark-contrast",
"ui": {
"editor.selectionBackground": "&selectionBackground&",
"selection.background": "&selectionBackground&"
}
},
"syntax": {},
"colors": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": "fb25d871-4a7c-49f5-9426-1f7eb00c2699",
"overrides": {},
"laf": {},
"syntax": {},
"colors": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "5ca2846d-31a9-40b3-8908-965dad3c127d",
"overrides": {},
"laf": {
"extends": "dark-contrast",
"ui": {
"editor.selectionBackground": "&selectionBackground&",
"selection.background": "&selectionBackground&"
}
},
"syntax": {},
"colors": {}
}
2 changes: 1 addition & 1 deletion buildSrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/lodash": "^4.14.155",
"@types/xml2js": "^0.4.5",
"copy-webpack-plugin": "^6.0.2",
"doki-build-source": "74.2.3",
"doki-build-source": "78.2.3",
"jest": "^26.0.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.0",
Expand Down
68 changes: 66 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": "A bunch of themes with cute anime girls. Code with your waifu!",
"description": "Cute anime character themes!",
"publisher": "unthrottled",
"version": "74.1.2",
"version": "78.1.2",
"license": "MIT",
"icon": "Doki-Theme.png",
"galleryBanner": {
Expand Down Expand Up @@ -84,6 +84,8 @@
"onCommand:doki-theme.theme.wallpaper.Gasai Yuno",
"onCommand:doki-theme.theme.Rory Mercury",
"onCommand:doki-theme.theme.wallpaper.Rory Mercury",
"onCommand:doki-theme.theme.Hinata Shoyo",
"onCommand:doki-theme.theme.wallpaper.Hinata Shoyo",
"onCommand:doki-theme.theme.Rias Crimson",
"onCommand:doki-theme.theme.wallpaper.Rias Crimson",
"onCommand:doki-theme.theme.Rias Onyx",
Expand Down Expand Up @@ -174,6 +176,8 @@
"onCommand:doki-theme.theme.wallpaper.Shigure",
"onCommand:doki-theme.theme.Vanilla",
"onCommand:doki-theme.theme.wallpaper.Vanilla",
"onCommand:doki-theme.theme.Genos",
"onCommand:doki-theme.theme.wallpaper.Genos",
"onCommand:doki-theme.theme.Yukinoshita Yukino",
"onCommand:doki-theme.theme.wallpaper.Yukinoshita Yukino",
"onCommand:doki-theme.theme.Kirino",
Expand All @@ -200,6 +204,10 @@
"onCommand:doki-theme.theme.wallpaper.Rem",
"onCommand:doki-theme.theme.Raphtalia",
"onCommand:doki-theme.theme.wallpaper.Raphtalia",
"onCommand:doki-theme.theme.Yukihira Soma",
"onCommand:doki-theme.theme.wallpaper.Yukihira Soma",
"onCommand:doki-theme.theme.Rimiru Tempest",
"onCommand:doki-theme.theme.wallpaper.Rimiru Tempest",
"onCommand:doki-theme.theme.Makise Kurisu",
"onCommand:doki-theme.theme.wallpaper.Makise Kurisu",
"onCommand:doki-theme.theme.Asuna Dark",
Expand Down Expand Up @@ -459,6 +467,14 @@
"command": "doki-theme.theme.wallpaper.Rory Mercury",
"title": "Doki-Theme: Install Rory Mercury's Wallpaper"
},
{
"command": "doki-theme.theme.Hinata Shoyo",
"title": "Doki-Theme: Install Hinata Shoyo's Sticker"
},
{
"command": "doki-theme.theme.wallpaper.Hinata Shoyo",
"title": "Doki-Theme: Install Hinata Shoyo's Wallpaper"
},
{
"command": "doki-theme.theme.Rias Crimson",
"title": "Doki-Theme: Install Rias Crimson's Sticker"
Expand Down Expand Up @@ -819,6 +835,14 @@
"command": "doki-theme.theme.wallpaper.Vanilla",
"title": "Doki-Theme: Install Vanilla's Wallpaper"
},
{
"command": "doki-theme.theme.Genos",
"title": "Doki-Theme: Install Genos's Sticker"
},
{
"command": "doki-theme.theme.wallpaper.Genos",
"title": "Doki-Theme: Install Genos's Wallpaper"
},
{
"command": "doki-theme.theme.Yukinoshita Yukino",
"title": "Doki-Theme: Install Yukinoshita Yukino's Sticker"
Expand Down Expand Up @@ -923,6 +947,22 @@
"command": "doki-theme.theme.wallpaper.Raphtalia",
"title": "Doki-Theme: Install Raphtalia's Wallpaper"
},
{
"command": "doki-theme.theme.Yukihira Soma",
"title": "Doki-Theme: Install Yukihira Soma's Sticker"
},
{
"command": "doki-theme.theme.wallpaper.Yukihira Soma",
"title": "Doki-Theme: Install Yukihira Soma's Wallpaper"
},
{
"command": "doki-theme.theme.Rimiru Tempest",
"title": "Doki-Theme: Install Rimiru Tempest's Sticker"
},
{
"command": "doki-theme.theme.wallpaper.Rimiru Tempest",
"title": "Doki-Theme: Install Rimiru Tempest's Wallpaper"
},
{
"command": "doki-theme.theme.Makise Kurisu",
"title": "Doki-Theme: Install Makise Kurisu's Sticker"
Expand Down Expand Up @@ -1141,6 +1181,12 @@
"path": "./generatedThemes/Rory Mercury.theme.json",
"uiTheme": "vs-dark"
},
{
"id": "44ed0d2d-cce8-4707-a0cf-5150e1b31c16",
"label": "Doki Theme: Haikyu: Shoyo",
"path": "./generatedThemes/Hinata Shoyo.theme.json",
"uiTheme": "vs-dark"
},
{
"id": "91d0931d-3e1d-4101-b923-278ce264f0f5",
"label": "Doki Theme: JahySama: Jahy",
Expand Down Expand Up @@ -1279,6 +1325,12 @@
"path": "./generatedThemes/Vanilla.theme.json",
"uiTheme": "vs-dark"
},
{
"id": "22d0250f-a33b-409a-9cef-22f5eb69fc3d",
"label": "Doki Theme: OPM: Genos",
"path": "./generatedThemes/Genos.theme.json",
"uiTheme": "vs-dark"
},
{
"id": "06143cbe-2d51-4423-9a93-73a02c828119",
"label": "Doki Theme: OreGairu: Yukino",
Expand Down Expand Up @@ -1369,6 +1421,18 @@
"path": "./generatedThemes/Raphtalia.theme.json",
"uiTheme": "vs-dark"
},
{
"id": "fb25d871-4a7c-49f5-9426-1f7eb00c2699",
"label": "Doki Theme: Shokugeki: Soma",
"path": "./generatedThemes/Yukihira Soma.theme.json",
"uiTheme": "vs-dark"
},
{
"id": "5ca2846d-31a9-40b3-8908-965dad3c127d",
"label": "Doki Theme: Slime: Rimiru",
"path": "./generatedThemes/Rimiru Tempest.theme.json",
"uiTheme": "vs-dark"
},
{
"id": "d39df813-8701-463b-a964-b8cb7714d1cc",
"label": "Doki Theme: Steins Gate: Kurisu",
Expand Down
Binary file added screenshots/haikyu/shoyo_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/onePunch/genos_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/shokugeki/soma_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/slime/rimiru_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.
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 = "v74.2-1.0.2";
const DOKI_THEME_VERSION = "v78.0-1.0.2";

export function attemptToNotifyUpdates(context: vscode.ExtensionContext) {
const savedVersion = VSCodeGlobals.globalState.get(SAVED_VERSION);
Expand Down

0 comments on commit ce9522d

Please sign in to comment.