Skip to content

Commit

Permalink
Merge pull request #2 from KeenRivals/material
Browse files Browse the repository at this point in the history
Material Update
  • Loading branch information
KeenRivals authored Dec 11, 2016
2 parents 431c6a4 + f3b0263 commit d84a485
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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)
A Chrome theme inspired by Firefox's Developer Edition Dark theme. Updated to fit Chrome's material redesign.

## Screenshot
![Chrome Developer Edition Dark Screenshot](https://imgur.com/HGlAPiV.png)
![Chrome Developer Edition Dark Screenshot](https://imgur.com/6R8ZJL5.png)
Binary file modified 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 modified 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 modified 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 modified 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 modified 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.
72 changes: 36 additions & 36 deletions developer-edition-dark/manifest.json
Original file line number Diff line number Diff line change
@@ -1,37 +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]
{
"name": "Developer Edition Dark",
"short_name": "DevEdtn Dark",
"manifest_version": 2,
"version": "1.0",
"description": "A Chrome theme inspired by Firefox's Developer Edition Dark theme. Updated for Chrome's material redesign.",
"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"
}
}
},
"icons":{
"16":"icons/16.png",
"32":"icons/32.png",
"48":"icons/48.png",
"128":"icons/128.png"
}
}
Binary file modified 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 modified 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 d84a485

Please sign in to comment.