feat(themes): add paperDawn and glacierSky light themes

Made-with: Cursor
This commit is contained in:
Youzini-afk
2026-04-06 23:24:48 +08:00
parent 45f76ecc2d
commit 3765ec1438
3 changed files with 105 additions and 3 deletions

View File

@@ -42,6 +42,14 @@
<span class="bme-theme-swatch" style="background: #b388ff"></span
>紫雾迷离
</button>
<button class="bme-theme-option" data-theme="paperDawn" type="button">
<span class="bme-theme-swatch" style="background: #0d9488"></span
>晨光纸感
</button>
<button class="bme-theme-option" data-theme="glacierSky" type="button">
<span class="bme-theme-swatch" style="background: #2563eb"></span
>冰川晴空
</button>
</div>
</div>
<button
@@ -2251,6 +2259,44 @@
><i class="fa-solid fa-check"></i
></span>
</button>
<button
class="bme-theme-card"
data-theme="paperDawn"
type="button"
>
<span
class="bme-theme-card-swatch"
style="background: #0d9488"
></span>
<span class="bme-theme-card-copy">
<span class="bme-theme-card-title">晨光纸感</span>
<span class="bme-theme-card-desc"
>亮色暖纸面,青绿主色与琥珀强调,白天阅读友好。</span
>
</span>
<span class="bme-theme-card-check"
><i class="fa-solid fa-check"></i
></span>
</button>
<button
class="bme-theme-card"
data-theme="glacierSky"
type="button"
>
<span
class="bme-theme-card-swatch"
style="background: #2563eb"
></span>
<span class="bme-theme-card-copy">
<span class="bme-theme-card-title">冰川晴空</span>
<span class="bme-theme-card-desc"
>亮色冷灰底与饱和蓝,适合与系统浅色界面同屏。</span
>
</span>
<span class="bme-theme-card-check"
><i class="fa-solid fa-check"></i
></span>
</button>
</div>
</div>
</section>