I started making my theme yesterday with a youtube tutorial but theres a few things i just haven't been able to solve on my own:
(i made everything so far only with Notepad++ and photoshop)Code:{ "version": "1.0", "name": "LittleBigChrome", "theme": { "images" : { "theme_toolbar": "images/theme_toolbar_2.png", "theme_tab_background": "images/theme_tab_background.png", "theme_tab_background_v": "images/theme_tab_background_v.png", "theme_ntp_background": "images/theme_ntp_background.png", "theme_ntp_attribution": "images/theme_ntp_attribution.png" }, "colors" : { "tab_text": [ 255, 255, 255 ], "bookmark_text": [ 0, 0, 0 ], "frame": [ 165, 222, 146 ], "ntp_header": [ 165, 222, 146 ], "ntp_link": [ 48, 71, 14 ], "toolbar": [ 95, 137, 33, 1 ], "ntp_section_link_underline": [ 255, 255, 255 ], "ntp_background": [ 214, 192, 147 ] }, "tints" : { "buttons": [ 0.3, 1.0, 0.8 ] }, "properties" : { "ntp_background_repeat": "repeat", "ntp_logo_alternate": 1 } } }
1. is it possible to make this the same as the background on the new tabs page?:
(not the green part but the part around it)
2. i plan on uploading it to the Chrome Extension place thingy but it says i need to add icons
where should i add this into the code and where should i place the pictures?Code:"icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" },
3. is there anyway to change the mouseover colours like this:
if anybody could help i would greatly appreciate it.


LinkBack URL
About LinkBacks






Reply With Quote
when its done should i just put the JSON file and the image folder in a zip and upload? 

