Skip to content

Commit e049b63

Browse files
authored
v84 - [Light Theme Release] (#13)
1 parent 395a04d commit e049b63

14 files changed

Lines changed: 72 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
---
33

4+
# 84.1-1.0.0 [Light Theme Party]
5+
6+
![v84 Girls](https://doki.assets.unthrottled.io/misc/v84_girls.png)
7+
8+
This release is not for my Dark Theme Normies. Dark themes are nice, but I like Light Themes too (and my Dark Theme Normies). I'm currently trying new things out. Sorry in advance if I made your eyes bleed. I might tweak some of them as time goes on, still not 100% on what looks good & also is a fun color.
9+
10+
**6 New Light Themes!**
11+
12+
- Tired & broken down programmers rejoice! Even though you will never be pampered by a real Fox-demigod, you can now at least code with one. Let "The Helpful Fox Senko-san" watch over you as complete your tickets. You can almost feel the "おかえりなのじゃ" you will never get 😭
13+
- I decided to complete my Quintessential Quintuplets collection by adding the oldest and youngest quint: Nakano Ichika & Nakano Itsuki.
14+
- Tomori Nao, from Charlotte, has an interesting dichotomy when it comes to her personality. She is super cute tho.
15+
- Have I ever seen Code Geass? No. Can I appreciate C.C. without having seen the anime? Yeah buddy.
16+
- Guess while I'm talking about "anime I haven't seen but, chose to make a theme because the girl is pretty." We now have Yuzuriha Inori from Guilty Crown.
17+
418
# 78.0-1.0.0 [The Boys]
519

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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ You can choose themes based on characters from these various Anime, Manga, or Vi
1919

2020
- AzurLane
2121
- Blend S
22+
- Charlotte
2223
- Chuunibyou, Love, & Other Delusions
24+
- Code Geass
2325
- Daily Life with a Monster Girl
2426
- DanganRonpa
2527
- Doki-Doki Literature Club
2628
- Don't Toy With Me, Miss Nagatoro
2729
- Fate/Type-Moon
2830
- Future Diary
2931
- Gate
32+
- Guilty Crown
3033
- Haikyu!!
3134
- High School DxD
3235
- Jahy-sama Will Not Be Discouraged!
@@ -44,6 +47,7 @@ You can choose themes based on characters from these various Anime, Manga, or Vi
4447
- Quintessential Quintuplets
4548
- Re:Zero
4649
- Rising of the Shield Hero
50+
- Sewayaki Kitsune no Senko-san
4751
- Shokugeki no Soma
4852
- Steins Gate
4953
- Sword Art Online
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"id": "4fb20370-1b89-4a0d-9f8f-84542ec147b2",
3+
"overrides": {},
4+
"laf": {},
5+
"syntax": {},
6+
"colors": {}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"id": "3462121b-b101-406f-8b31-ce04d09b2ef6",
3+
"overrides": {},
4+
"laf": {},
5+
"syntax": {},
6+
"colors": {}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"id": "926c4bf5-eafb-463e-815a-b6a101fc1f4a",
3+
"overrides": {},
4+
"laf": {},
5+
"syntax": {},
6+
"colors": {}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"id": "a8c6675e-7bdb-41f0-af80-4e9ebbf617d2",
3+
"overrides": {},
4+
"laf": {},
5+
"syntax": {},
6+
"colors": {}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"id": "dd37f2e1-24bd-4cb2-b350-e2d1f4a0a50f",
3+
"overrides": {},
4+
"laf": {},
5+
"syntax": {},
6+
"colors": {}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"id": "7bafa167-148d-472a-8a9b-6f4129ef2e1f",
3+
"overrides": {},
4+
"laf": {},
5+
"syntax": {},
6+
"colors": {}
7+
}

buildSrc/buildInstallThemes.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ yarn buildThemes
44
cd ../src
55
#python3 -m src/dokithemejupyter --set-theme "Franxx: Zero Two Dark"
66
#python3 -m dokithemejupyter --set-theme "NekoPara: Maple Dark" --sticker
7-
python3 -m dokithemejupyter --set-theme "KillLaKill: Ryuko Dark" --sticker
7+
#python3 -m dokithemejupyter --set-theme "KillLaKill: Ryuko Dark" --sticker
8+
python3 -m dokithemejupyter --set-theme "KillLaKill: Ryuko Light" --sticker
9+
#python3 -m dokithemejupyter --set-theme "QQ: Nakano Itsuki" --sticker
810
#python3 -m dokithemejupyter --set-theme "Haikyu: Hinata Shoyo" --sticker
911
#python3 -m dokithemejupyter --set-theme "ShieldHero: Raphtalia" --sticker
1012
#python3 -m dokithemejupyter --set-theme "NekoPara: Christmas Chocola" --sticker

buildSrc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/node": "^17.0.23",
1515
"@types/xml2js": "^0.4.5",
1616
"copy-webpack-plugin": "^6.0.2",
17-
"doki-build-source": "78.2.3",
17+
"doki-build-source": "84.2.4",
1818
"jest": "^26.0.1",
1919
"rimraf": "^3.0.2",
2020
"ts-jest": "^26.1.0",

0 commit comments

Comments
 (0)