I just posted my first custom theme for chrome on chromium- discussion: http://groups.google.com/group/chromium-discuss/browse_thread/thread/2f504ad184fa12b9
Forever, there is a little problem with it and the problem is that I can't change the color used to generate the gradient of the bookmark bar. They are actually hard coded in the chrome.dll file. What I will like for the moment is that you move constants kBackgroundColor, kTopBorderColor, kBottomBorderColor, kNewtabBackgroundColor and kNewtabBorderColor that are currently in bookmark_bar_view.cc in a new theme_config.cc and theme_config.h file. Those two new files will then be placed in the theme project. Also, I suggest you to not bother on exporting all the SkColorSetRGB, just write down the color using the old good fashion hexadecimal method. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---
