Deprecating built-in themes #3925
tcp404
started this conversation in
Sneak Peeks
Replies: 2 comments
|
已合并 / Merged. ✅ 移除已在 #3922 落地并合入
再次感谢所有贡献过这些主题的朋友。🙏 Merged. ✅ The removal has landed in #3922 and merged into
Thanks again to everyone who contributed these themes. 🙏 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
概要
自 2026-08-14 起,AionUi 将不再内置以下社区主题,并从应用中移除:
今后仅维护官方主题:明亮、暗黑、跟随系统。
为什么
这些社区主题是较早贡献的,已与当前 UI 脱节——部分在新组件下渲染已不正常。同时维护两套主题体系(官方 + 一批无人维护的社区皮肤)成本越来越高、也是视觉 bug 的来源。我们更希望只维护一套能在每个版本都保持正确的官方主题。
对你的影响
想继续用其中某个主题?
主题本质就是一段 CSS,不会永久消失:
packages/desktop/src/renderer/pages/settings/AppearanceSettings/presets/(在 refactor(theme): remove deprecated community themes, keep official #3922 中删除)拿到对应.css。这样外观照旧,只是作为你的个人自定义主题存在。
反馈
移除在 #3922(目前是 draft)。如果其中某个主题对你的工作流很重要,请在本帖回复、赶在它合并前告诉我们。
感谢所有贡献过这些主题的朋友。🙏
Summary
Starting 2026-08-14, AionUi will stop bundling the following built-in community themes and remove them from the app:
Going forward we will maintain only the official themes: Light, Dark, and Follow System.
Why
These community themes were contributed some time ago and have drifted out of sync with the current UI — several no longer render correctly against newer components. Maintaining two parallel theming systems (official + a set of unmaintained community skins) is a growing burden and a source of visual bugs. We'd rather ship one official theme set we can keep correct across every release.
What this means for you
Want to keep one of these themes?
The theme is just CSS, and it isn't going anywhere permanently:
.cssfrom any release before 2026-08-14, or from the Git history ofpackages/desktop/src/renderer/pages/settings/AppearanceSettings/presets/(removed in refactor(theme): remove deprecated community themes, keep official #3922).That way you keep the look, and it lives as your personal custom theme.
Feedback
Removal is staged in #3922 (currently a draft). If one of these themes is important to your workflow, tell us in this thread before it lands — we're listening.
Thanks to everyone who contributed these themes. 🙏
All reactions