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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 with 0.5 being <em>no change</em>, | 125 with 0.5 being <em>no change</em>, |
126 0 as <em>all pixels black</em>, | 126 0 as <em>all pixels black</em>, |
127 and 1 as <em>all pixels white</em>. | 127 and 1 as <em>all pixels white</em>. |
128 </li> | 128 </li> |
129 </ul> | 129 </ul> |
130 | 130 |
131 <p> | 131 <p> |
132 You can alternatively use <code>-1.0</code> for any of the HSL values | 132 You can alternatively use <code>-1.0</code> for any of the HSL values |
133 to specify <em>no change</em>. | 133 to specify <em>no change</em>. |
134 </p> | 134 </p> |
135 | |
136 | |
137 <h2 id="moredoc"> Additional documentation </h2> | |
138 | |
139 <p> | |
140 Community-written documentation to help you write themes is here: | |
141 </p> | |
142 | |
143 <blockquote> | |
144 <a href="http://code.google.com/p/chromium/wiki/ThemeCreationGuide">http://code.
google.com/p/chromium/wiki/ThemeCreationGuide</a> | |
145 </blockquote> | |
OLD | NEW |