You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs!: document v2.0 breaking changes and light theme migration
Add comprehensive breaking changes section to README documenting:
- New dual-mode theme system with 5 light variants per style
- Deprecated standalone light themes (dawn, dawnlight, day, dusk, dust)
- Migration path from deprecated themes to night_light_* variants
- Clarification that short theme names auto-expand to dark variants
BREAKING CHANGE: Standalone light themes deprecated in favor of dual-mode
system. Users must migrate to new night_light_1 through night_light_5 variants.
Copy file name to clipboardExpand all lines: README.md
+49-3Lines changed: 49 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,52 @@ Oasis provides a fully styled status line with a robust dynamic mode indicator f
61
61
62
62
Choose from 13 distinct desert-inspired base styles, each with its own personality and color palette. Dual-mode themes now ship with one dark plus five fine-grained light variants.
63
63
64
+
<details>
65
+
<summary>✨ What's New / 🚨 Breaking Changes</summary>
0 commit comments