| Index: chrome/common/extensions/docs/server2/templates/articles/themes.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/templates/articles/themes.html (revision 150606)
|
| +++ chrome/common/extensions/docs/server2/templates/articles/themes.html (working copy)
|
| @@ -1,6 +1,4 @@
|
| -<div id="pageData-showTOC" class="pageData">true</div>
|
| -
|
| -<p>
|
| +<h1 class="page_title">Themes</h1><p>
|
| A <em>theme</em> is a special kind of extension
|
| that changes the way the browser looks.
|
| Themes are <a href="packaging.html">packaged</a> like regular extensions,
|
| @@ -12,13 +10,13 @@
|
| <a href="https://chrome.google.com/webstore/category/themes">Chrome Web Store</a>.
|
| </p>
|
|
|
| -<img src="../images/themes-1.gif"
|
| +<img src="{{static}}/images/themes-1.gif"
|
| width="100" height="80" alt="grassy theme" />
|
|
|
| -<img src="../images/themes-2.gif"
|
| +<img src="{{static}}/images/themes-2.gif"
|
| width="100" height="80" alt="dark theme" />
|
|
|
| -<img src="../images/themes-3.gif"
|
| +<img src="{{static}}/images/themes-3.gif"
|
| width="100" height="80" alt="foggy theme" />
|
|
|
| <h2 id="manifest"> Manifest </h2>
|
| @@ -28,8 +26,8 @@
|
| file for a theme:
|
| </p>
|
|
|
| -<!-- [PENDING: This page should eventually be (or point to) something that's very friendly to artists. You should only have to look at one page to create a theme. -->
|
|
|
| +
|
| <pre>
|
| {
|
| "version": "2.6",
|
| @@ -93,7 +91,7 @@
|
| and an alternate logo.
|
| To see the properties and the values they can have, see
|
| <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/themes/theme_service.cc"><code>theme_service.cc</code></a>.
|
| -<!-- [PENDING: We should flesh this out.] -->
|
| +
|
| </p>
|
|
|
| <h3 id="tints">tints</h3>
|
| @@ -146,4 +144,4 @@
|
|
|
| <blockquote>
|
| <a href="http://code.google.com/p/chromium/wiki/ThemeCreationGuide">http://code.google.com/p/chromium/wiki/ThemeCreationGuide</a>
|
| -</blockquote>
|
| +</blockquote>
|
|
|