-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Themes [Fate, Gate, Konosuba] (#9)
* Added v6 Themes * Updated Rory's background and url font * Bumped version to v5.0.0 * Fixed light sayori * Updated changelog
- Loading branch information
1 parent
a7db5fb
commit 7c24d51
Showing
141 changed files
with
1,854 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...mistress/cleo/cleo.chrome.definition.json → ...r/dark/ishtar.dark.chrome.definition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ss/eleniel/eleniel.chrome.definition.json → ...light/ishtar.light.chrome.definition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...stress/neera/neera.chrome.definition.json → .../rin/dark/rin.dark.chrome.definition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
buildAssets/themes/definitions/gate/rory/dark/rory.dark.chrome.definition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} |
2 changes: 1 addition & 1 deletion
2
...stress/sanya/sanya.chrome.definition.json → ...qua/dark/aqua.dark.chrome.definition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
buildAssets/themes/definitions/mistress/syrena/syrena.chrome.definition.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
buildAssets/themes/definitions/mistress/wyla/wyla.chrome.definition.json
This file was deleted.
Oops, something went wrong.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.