Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Changelog
---

# 78.0-1.0.0 [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.1-1.0.0 [Synapse break. Vanishment, this world!]

**4 New Dark Themes!**
Expand Down
Binary file added assets/stickers/haikyu/shoyo/dark/shoyo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 assets/stickers/shokugeki/soma/dark/soma_dark.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 assets/stickers/slime/rimiru/dark/rimiru_dark.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 buildSrc/assets/templates/tempCss.css.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Doki-Theme: {{displayName}}
@namespace github.com/doki-theme
@version {{version}}
@description Browse code with your waifu.
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "44ed0d2d-cce8-4707-a0cf-5150e1b31c16",
"overrides": {},
"laf": {},
"syntax": {},
"colors": {
"defaultButtonColor": "&baseBackground&"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "22d0250f-a33b-409a-9cef-22f5eb69fc3d",
"overrides": {},
"laf": {},
"syntax": {},
"colors": {
"defaultButtonColor": "&baseBackground&"
}
}
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,9 @@
{
"id": "5ca2846d-31a9-40b3-8908-965dad3c127d",
"overrides": {},
"laf": {},
"syntax": {},
"colors": {
"defaultButtonColor": "&baseBackground&"
}
}
2 changes: 1 addition & 1 deletion buildSrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.157",
"copy-webpack-plugin": "^6.0.2",
"doki-build-source": "74.1.0",
"doki-build-source": "78.2.3",
"fetch-css": "^3.0.1",
"jest": "^26.0.1",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/BuildThemes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function evaluateTemplate(
themeProperName,
stickerPath: resolveStickerPath(
dokiFileDefinitionPath,
dokiThemeDefinition.stickers.default,
dokiThemeDefinition.stickers.default.name,
),
accentColorEditor: dokiThemeDefinition.overrides?.editorScheme?.colors?.accentColor ||
dokiThemeDefinition.colors.accentColor,
Expand Down
8 changes: 4 additions & 4 deletions buildSrc/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2339,10 +2339,10 @@ discontinuous-range@1.0.0:
resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a"
integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=

doki-build-source@74.1.0:
version "74.1.0"
resolved "https://registry.yarnpkg.com/doki-build-source/-/doki-build-source-74.1.0.tgz#2ae6c74273de4cf3021d7a5cdbbfe4369c50439a"
integrity sha512-6CitL8Qw9LM9NqTFLNJxe5p7g1yhhE9uSUajRTwXLJisdVtMmjIIdx6Hodcwi1sxi7qBmUBMKd1JF3jlGZ61rQ==
doki-build-source@78.2.3:
version "78.2.3"
resolved "https://registry.yarnpkg.com/doki-build-source/-/doki-build-source-78.2.3.tgz#23bacab848f51d4389615a373d266575ea880c86"
integrity sha512-8DmTsQTEriYKWweb6zd0VFQOj5w/A31ScF1eRQjrQ8WdkB8zf5bTzqJ115ADWsTjwElBqY1gDIvD19K4+oPesg==

dom-serializer@0:
version "0.2.2"
Expand Down
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-github",
"version": "74.1.0",
"version": "78.1.0",
"dependencies": {
}
}
4 changes: 2 additions & 2 deletions themes/aqua.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Aqua
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/astolfo.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Astolfo
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/asuna_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Asuna Dark
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/asuna_light.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Asuna Light
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/azuki.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Azuki
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/beatrice.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Beatrice
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/chocola.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Chocola
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/christmas_chocola.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Christmas Chocola
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/cinnamon.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Cinnamon
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/coconut.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Coconut
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/darkness_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Darkness Dark
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/darkness_light.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Darkness Light
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/echidna.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Echidna
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/emilia_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Emilia Dark
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/emilia_light.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Emilia Light
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/essex.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Essex
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
4 changes: 2 additions & 2 deletions themes/gasai_yuno.user.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* ==UserStyle==
@name Doki-Theme: Gasai Yuno
@namespace github.com/doki-theme
@version 74.1.0
@description Browse code with your waifu.
@version 78.1.0
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
Expand Down
Loading