Implement Web Assets' theme system and selection, and add 'light' theme #118

Merged
Márton Lente merged 97 commits from martonlente/extensions-website:ui/theme-light into main 2024-05-08 14:20:07 +02:00
Showing only changes of commit 972dc822c7 - Show all commits

View File

@ -40,7 +40,7 @@
<a href="{% url 'extensions:by-type' type_slug='add-ons' %}" class="ms-auto">See all</a>
</div>
<p>Extend Blender capabilities with these add-ons by the community.</p>
<div class="cards mt-3">
<div class="cards cards-lg-4 cards-md-3 cards-sm-2 mt-3">
{% for extension in addons %}
{% include "extensions/components/card.html" %}
{% endfor %}
@ -57,7 +57,7 @@
</a>
</div>
<p>Blender themes to your liking. Dark, light, flat, colorful, and everything in between.</p>
<div class="cards mt-3">
<div class="cards cards-lg-4 cards-md-3 cards-sm-2 mt-3">
{% for extension in themes %}
{% include "extensions/components/card.html" %}
{% endfor %}