-
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.
* Re-built definitions * Added web-ext script for firefox * Updated Yukino's and Asuna's Dark theme's button background * Added readme for firefox dev * Updated changelog
- Loading branch information
1 parent
38ff188
commit 2382c47
Showing
17 changed files
with
4,412 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
root = true | ||
|
||
[*] | ||
indent_size = 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,16 @@ | ||
# Doki Firefox Dev Setup | ||
|
||
## Prerequisites | ||
|
||
- [Yarn Package Manager](https://classic.yarnpkg.com/en/docs/install/#debian-stable) | ||
- [Firefox web browser](https://www.mozilla.org/en-US/firefox/new/) | ||
|
||
## First time setup | ||
|
||
1. In the `fireFoxThemes` directory run `yarn install` | ||
|
||
## Developing | ||
|
||
1. In the `fireFoxThemes` directory run `yarn start` | ||
- This should open your firefox browser with the extension installed. | ||
1. Any changes in made to the javascript in this directory should cause a reload. To Rebuild the themes see the [contributing file](../CONTRIBUTING.md) |
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,16 @@ | ||
{ | ||
"name": "doki-theme-firefox", | ||
"version": "7.0.0", | ||
"description": "A theme collection of girls from various anime, manga, and visual novels series.", | ||
"main": "index.js", | ||
"repository": "https://github.com/doki-theme/doki-theme-chrome", | ||
"author": "Doki-Theme", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"start": "web-ext run --source-dir ." | ||
}, | ||
"dependencies": { | ||
"web-ext": "^5.4.1" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -11,9 +11,9 @@ | |
32 | ||
], | ||
"tab_background_text": [ | ||
122, | ||
63, | ||
65 | ||
153, | ||
140, | ||
146 | ||
], | ||
"tab_text": [ | ||
187, | ||
|
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
|
||
"colors": { | ||
"frame": [ | ||
58, | ||
|
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 |
---|---|---|
|
@@ -11,9 +11,9 @@ | |
43 | ||
], | ||
"tab_background_text": [ | ||
69, | ||
97, | ||
134 | ||
173, | ||
168, | ||
156 | ||
], | ||
"tab_text": [ | ||
187, | ||
|
Oops, something went wrong.