Skip to content

Commit

Permalink
New Themes [Fate, Gate, Konosuba] (#9)
Browse files Browse the repository at this point in the history
* Added v6 Themes

* Updated Rory's background and url font

* Bumped version to v5.0.0

* Fixed light sayori

* Updated changelog
  • Loading branch information
Unthrottled authored Oct 10, 2020
1 parent a7db5fb commit 7c24d51
Show file tree
Hide file tree
Showing 141 changed files with 1,854 additions and 166 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
---

# 5.0.0 [Fate, Gate, Konosuba]

## 5 New Themes!

Girls from the Fate series:

- Ishtar (Light/Dark)
- Tohsaka Rin (Dark)

From the Gate series:

- Rory Mercury (Dark)

Last addition to the Konosuba series:

- Aqua (Dark)

![v11 Girls](http://doki.assets.unthrottled.io/misc/v11_girls.png)

# 4.0.0 [Kanna Kamui]

- Added Miss Kobayashi's Dragon Maid's `Kanna` as a dark theme!
Expand Down
2 changes: 1 addition & 1 deletion buildAssets/templates/manifest.template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "The Doki Theme",
"version": "4.0.0",
"version": "5.0.0",
"description": "Anime based themes for your chrome browser!",
"theme": {
"images": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "fc466b4f-8eb7-472c-8cbb-d99a09d4c469",
"id": "62a4f26f-34b2-46f8-a10c-798e48c1ce9d",
"overrides": {},
"laf": {},
"syntax": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "c915211e-faab-4696-8af2-230892052ba6",
"id": "325c5d4d-5614-4c58-b296-18924f2f6928",
"overrides": {},
"laf": {},
"syntax": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "4693f34f-f400-4431-87f8-0be7fde660d9",
"id": "3546f7be-b84f-4b8e-8cad-effa3f4603af",
"overrides": {},
"laf": {},
"syntax": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "355d711c-2fa6-4df2-9504-dd44d8f5e350",
"overrides": {
"theme": {
"colors": {
"omnibox_text": "&classNameColor&"
}
}
},
"laf": {},
"syntax": {},
"colors": {}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "436ff3a0-4072-4b38-8d6f-888b18b5d0ab",
"id": "15e51483-1ccd-46b7-90cf-885cccaaaf2c",
"overrides": {},
"laf": {},
"syntax": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"overrides": {
"theme": {
"colors": {
"omnibox_text": "&accentContrastColor&"
"omnibox_text": "&buttonFont&"
}
}
},
Expand Down

This file was deleted.

This file was deleted.

Binary file added chromeThemes/Aqua's Theme/images/aqua_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 chromeThemes/Aqua's Theme/images/tab_highlight.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 chromeThemes/Aqua's Theme/images/tab_inactive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
112 changes: 112 additions & 0 deletions chromeThemes/Aqua's Theme/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
{
"name": "Doki Theme: Aqua",
"version": "5.0.0",
"description": "A dark theme modeled after Aqua from KonoSuba",
"theme": {
"images": {
"theme_ntp_background": "images/aqua_dark.png",
"theme_ntp_background_incognito": "images/aqua_dark.png",
"theme_toolbar": "images/tab_highlight.png",
"theme_tab_background": "images/tab_inactive.png"
},
"colors": {
"bookmark_text": [
187,
187,
187
],
"button_background": [
49,
55,
75
],
"frame": [
40,
43,
66
],
"frame_inactive": [
38,
41,
64
],
"frame_incognito": [
38,
41,
64
],
"frame_incognito_inactive": [
40,
43,
66
],
"ntp_background": [
40,
43,
66
],
"ntp_header": [
38,
41,
64
],
"omnibox_background": [
36,
41,
66
],
"omnibox_text": [
87,
140,
218
],
"theme_toolbar": [
45,
48,
71
],
"ntp_text": [
187,
187,
187
],
"tab_background_text": [
187,
187,
187
],
"tab_background_text_inactive": [
97,
100,
123
],
"tab_text": [
187,
187,
187
],
"toolbar": [
38,
41,
64
]
},
"tints": {
"buttons": [
0.599236641221374,
1,
0.5980392156862745
],
"frame": [
0.599236641221374,
1,
0.5980392156862745
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_logo_alternate": 0
}
},
"manifest_version": 2
}
2 changes: 1 addition & 1 deletion chromeThemes/Asuna's Theme/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Doki Theme: Asuna",
"version": "4.0.0",
"version": "5.0.0",
"description": "A light theme modeled after Asuna from Sword Art Online",
"theme": {
"images": {
Expand Down
2 changes: 1 addition & 1 deletion chromeThemes/Beatrice's Theme/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Doki Theme: Beatrice",
"version": "4.0.0",
"version": "5.0.0",
"description": "A light theme modeled after Beatrice from Re Zero",
"theme": {
"images": {
Expand Down
2 changes: 1 addition & 1 deletion chromeThemes/Darkness Dark's Theme/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Doki Theme: Darkness Dark",
"version": "4.0.0",
"version": "5.0.0",
"description": "A dark theme modeled after Darkness from KonoSuba",
"theme": {
"images": {
Expand Down
2 changes: 1 addition & 1 deletion chromeThemes/Darkness Light's Theme/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Doki Theme: Darkness Light",
"version": "4.0.0",
"version": "5.0.0",
"description": "A light theme modeled after Darkness from KonoSuba",
"theme": {
"images": {
Expand Down
2 changes: 1 addition & 1 deletion chromeThemes/Emilia Dark's Theme/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Doki Theme: Emilia Dark",
"version": "4.0.0",
"version": "5.0.0",
"description": "A dark theme modeled after Emilia from Re Zero",
"theme": {
"images": {
Expand Down
2 changes: 1 addition & 1 deletion chromeThemes/Emilia Light's Theme/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Doki Theme: Emilia Light",
"version": "4.0.0",
"version": "5.0.0",
"description": "A light theme modeled after Emilia from Re Zero",
"theme": {
"images": {
Expand Down
2 changes: 1 addition & 1 deletion chromeThemes/Hatsune Miku's Theme/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Doki Theme: Hatsune Miku",
"version": "4.0.0",
"version": "5.0.0",
"description": "A dark theme modeled after Miku from Miscellaneous",
"theme": {
"images": {
Expand Down
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
112 changes: 112 additions & 0 deletions chromeThemes/Ishtar Dark's Theme/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
{
"name": "Doki Theme: Ishtar Dark",
"version": "5.0.0",
"description": "A dark theme modeled after Ishtar from Fate",
"theme": {
"images": {
"theme_ntp_background": "images/ishtar_dark.png",
"theme_ntp_background_incognito": "images/ishtar_dark.png",
"theme_toolbar": "images/tab_highlight.png",
"theme_tab_background": "images/tab_inactive.png"
},
"colors": {
"bookmark_text": [
194,
194,
194
],
"button_background": [
34,
29,
27
],
"frame": [
15,
13,
14
],
"frame_inactive": [
17,
15,
16
],
"frame_incognito": [
17,
15,
16
],
"frame_incognito_inactive": [
15,
13,
14
],
"ntp_background": [
15,
13,
14
],
"ntp_header": [
17,
15,
16
],
"omnibox_background": [
10,
10,
6
],
"omnibox_text": [
245,
196,
67
],
"theme_toolbar": [
25,
24,
7
],
"ntp_text": [
194,
194,
194
],
"tab_background_text": [
194,
194,
194
],
"tab_background_text_inactive": [
108,
109,
91
],
"tab_text": [
194,
194,
194
],
"toolbar": [
17,
15,
16
]
},
"tints": {
"buttons": [
0.12078651685393259,
1,
0.611764705882353
],
"frame": [
0.12078651685393259,
1,
0.611764705882353
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_logo_alternate": 0
}
},
"manifest_version": 2
}
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7c24d51

Please sign in to comment.