blob: 37dd0c75146a324342ce5501c10e0ad6d06ae4ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
---
title: Themes
slug: Mozilla/Add-ons/Themes
tags:
- Add-ons
- Look & Feel
- NeedsTranslation
- Themes
- TopicStub
translation_of: Mozilla/Add-ons/Themes
---
<p>{{AddonSidebar}}</p>
<p>Themes allow you to change the look and feel of the user interface and personalize it to your tastes. Learn how to create and share themes!</p>
<div class="column-container">
<div class="column-half">
<h2 class="Documentation" id="Documentation" name="Documentation">Browser Themes</h2>
<dl>
<dt><a href="/en-US/docs/Mozilla/Add-ons/Themes/Theme_concepts">Browser theme concepts</a></dt>
<dd>Get an introduction to creating themes for the latest versions of Firefox</dd>
</dl>
<h2 class="Documentation" id="Documentation" name="Documentation">Lightweight Themes</h2>
<dl>
<dt><a href="/en-US/docs/Themes/Lightweight_themes" title="Themes/Lightweight themes">Lightweight themes</a></dt>
<dd>Building lightweight themes for Firefox</dd>
<dt><a href="/en-US/Add-ons/Themes/Lightweight_Themes/FAQ">Lightweight themes FAQ</a></dt>
<dd>Get answers to commonly asked questions</dd>
</dl>
</div>
<div class="column-half">
<h2 id="Tools_Resources">Tools & Resources</h2>
<ul>
<li><a href="/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/theme">Browser theme manifest.json keys</a></li>
<li><a href="/en-US/docs/Mozilla/Add-ons/WebExtensions/API/theme">Browser extensions theme API</a></li>
<li><a href="http://vanillaorchidstutorials.blogspot.com/2015/11/mozilla-themes-focal-point-sizing.html">Lightweight themes tutorial</a></li>
<li><a href="https://discourse.mozilla.org/c/add-ons/themes">Discourse forum</a></li>
<li><a href="https://blog.mozilla.org/addons/category/personas/">Theme related blog posts</a></li>
<li><a href="/en-US/Mozilla/Add-ons/Themes/Obsolete">Archived resources</a></li>
</ul>
</div>
</div>
<p> </p>
<p> </p>
|