| OLD | NEW |
| 1 <h1 class="page_title">Themes</h1><p> | 1 <h1 class="page_title">Themes</h1><p> |
| 2 A <em>theme</em> is a special kind of extension | 2 A <em>theme</em> is a special kind of extension |
| 3 that changes the way the browser looks. | 3 that changes the way the browser looks. |
| 4 Themes are <a href="packaging">packaged</a> like regular extensions, | 4 Themes are <a href="packaging">packaged</a> like regular extensions, |
| 5 but they don't contain JavaScript or HTML code. | 5 but they don't contain JavaScript or HTML code. |
| 6 </p> | 6 </p> |
| 7 | 7 |
| 8 <p> | 8 <p> |
| 9 You can find and try a bunch of themes at the | 9 You can find and try a bunch of themes at the |
| 10 <a href="https://chrome.google.com/webstore/category/themes">Chrome Web Store</a
>. | 10 <a href="https://chrome.google.com/webstore/category/themes">Chrome Web Store</a
>. |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 </p> | 134 </p> |
| 135 | 135 |
| 136 | 136 |
| 137 <h2 id="moredoc"> Additional documentation </h2> | 137 <h2 id="moredoc"> Additional documentation </h2> |
| 138 | 138 |
| 139 <p> | 139 <p> |
| 140 Community-written documentation to help you write themes is here: | 140 Community-written documentation to help you write themes is here: |
| 141 </p> | 141 </p> |
| 142 | 142 |
| 143 <blockquote> | 143 <blockquote> |
| 144 <a href="http://code.google.com/p/chromium/wiki/ThemeCreationGuide">http://code.
google.com/p/chromium/wiki/ThemeCreationGuide</a> | 144 <a href="https://chromium.googlesource.com/chromium/src/+/master/docs/theme_crea
tion_guide.md">https://chromium.googlesource.com/chromium/src/+/master/docs/them
e_creation_guide.md</a> |
| 145 </blockquote> | 145 </blockquote> |
| OLD | NEW |