Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9772)

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/themes.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
{
&nbsp;&nbsp;"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>

Powered by Google App Engine
This is Rietveld 408576698