Themes is basically just a dictionary of prefs, that gets stored in a prefs
file.

"extensions" : {
  "theme": {
    "images" : {
      "theme_frame" : "images/theme_frame_camo.png",
      "theme_toolbar" : "images/theme_toolbar_grey.png"
    },
    "colors" : {
      "tab_text" : [0, 0, 255],
      "bookmark_text" : [0, 255, 255],
      "frame" : [255, 255, 0],
      "toolbar" : [0, 0, 255]
    },
    "tints" : {
      "buttons" : [0.0, 0.6, -1.0]
    }
}


Its pretty neat, and once extensions allows us to access (read/write) prefs,
a slick themes extension page could be made (real time). So users could
customize their chrome any way they want. Glen did a great job on themes!

-- Mohamed Mansour


On Fri, May 22, 2009 at 9:31 PM, Meok <[email protected]> wrote:

>
> The test theme is hideous but the what's exciting is that the theme
> changes in real time without a browser restart. I've notice all
> Chrome's extensions do this. Firefox may have the lion-share of
> extensions but this features will knock the socks off them, and
> inspire many to make and use extensions and theme. There are already
> over 100 Chrome themes on the internet so as soon as the theme design
> specs are released, most if not all of the current 3rd party authors
> will update their themes to the new .crx packaging. I've done some
> snooping around the source-code of the theme and the script is pretty
> simple so I'm looking forward to getting my hands dirty as well.
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to