Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeenRivals committed May 28, 2016
1 parent 9aa1571 commit 3813e7f
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Cached Theme.pak
developer-edition-dark.zip
7 changes: 5 additions & 2 deletions README.md
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)
Binary file added developer-edition-dark/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.
Binary file added developer-edition-dark/icons/16.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 developer-edition-dark/icons/32.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 developer-edition-dark/icons/48.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 developer-edition-dark/images/theme_frame.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 developer-edition-dark/images/theme_toolbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions developer-edition-dark/manifest.json
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"
}
}
Binary file added promo-440x280.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 screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3813e7f

Please sign in to comment.