MobThemes (mob_themes v0.1.0)

Copy Markdown View Source

Mob's default theme collection — one style package, five looks (extracted from mob core in Wave 4; light/dark/adaptive remain core's neutral baseline):

As the app default (the styles lane)

# mob.exs
config :mob, :styles, [:mob_themes]
config :mob, :default_style, :mob_themes

Boot applies the package default (Obsidian). Switch at runtime to any of the five:

Mob.Theme.set(MobThemes.Citrus)
Mob.Theme.set({MobThemes.Birch, primary: :emerald_500})

Summary

Functions

All themes in the collection.

Functions

all()

@spec all() :: [module()]

All themes in the collection.