-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9aa1571
commit 3813e7f
Showing
12 changed files
with
44 additions
and
2 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,2 @@ | ||
Cached Theme.pak | ||
developer-edition-dark.zip |
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,2 +1,5 @@ | ||
# chrome-developer-edition-dark | ||
A Chrome theme inspired by Firefox's Developer Edition Dark theme. | ||
# Developer Edition Dark | ||
A Chrome theme inspired by Firefox's Developer Edition Dark theme. Available on the [Chrome Web Store](https://chrome.google.com/webstore/detail/developer-edition-dark/lglfmldlfmbbehalkgiglehhjblbfcjo) | ||
|
||
## Screenshot | ||
![Chrome Developer Edition Dark Screenshot](https://imgur.com/HGlAPiV.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.
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
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,37 @@ | ||
{ | ||
"name": "Developer Edition Dark", | ||
"short_name": "DevEdtn Dark", | ||
"manifest_version": 2, | ||
"version": "0.1", | ||
"description": "A Chrome theme inspired by Firefox's Developer Edition Dark theme.", | ||
"theme":{ | ||
"images":{ | ||
"theme_frame":"images/theme_frame.png", | ||
"theme_toolbar":"images/theme_toolbar.png", | ||
"theme_tab_background":"images/theme_tab_background.png" | ||
}, | ||
"colors":{ | ||
"frame":[39,43,53], | ||
"frame_incognito":[39,43,53], | ||
"frame_inactive":[39,43,53], | ||
"frame_incognito_inactive":[39,43,53], | ||
"toolbar":[39,43,53], | ||
"tab_text":[255,255,255], | ||
"tab_background_text":[255,255,255], | ||
"bookmark_text":[255,255,255], | ||
"button_background":[57,63,76,1] | ||
}, | ||
"tints":{ | ||
"buttons":[0,0,1], | ||
"frame_inactive":[-1,-1,-1], | ||
"frame_incognito_inactive":[-1,-1,-1], | ||
"background_tab":[-1,-1,-1] | ||
} | ||
}, | ||
"icons":{ | ||
"16":"icons/16.png", | ||
"32":"icons/32.png", | ||
"48":"icons/48.png", | ||
"128":"icons/128.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.