equals

open operator override fun equals(other: Any?): Boolean

Two themes are equal when they have the same name and the same content identity. This ensures that themes sharing a name but carrying different CSS or color-map content are treated as distinct, so Compose recomposition keys (remember, LaunchedEffect) correctly trigger a re-highlight when the theme content changes.