{{ category.name }}
{{ _('Themes') }}
{% trans url=url('browse.personas')|urlparams(sort=special) %} Over 300,000 designs to personalize your browser! Move your mouse over a Background Theme to try it on. Start exploring {% endtrans %}
{{ _('Want more personalization?') }}
{# L10n: "Complete" is used as an adjective. "Complete Theme" means a full-featured theme. #} {% trans url=url('browse.themes') %} Complete Themes transform the look of your browser with styles for the window frame, address bar, buttons, tabs, and menus. Start exploring {% endtrans %}
{{ _('Featured Themes') }}
-
{% cache addons %}
{% for addon in addons %}
- {{ persona_preview(addon.persona, size='small') }} {% endfor %} {% endcache %}
{{ _('Up & Coming Themes') }}
-
{% cache addons %}
{% for addon in addons %}
- {{ persona_preview(addon.persona, size='small') }} {% endfor %} {% endcache %}
{{ filter.opts_dict[key] }}
-
{% cache addons %}
{% for addon in addons %}
- {{ persona_preview(addon.persona, size='small', extra=key) }} {% endfor %} {% endcache %}