Skip to content

GenericJam/mob_themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mob_themes

Mob's default theme collection — five token-only looks in one style package: Obsidian (default), ObsidianGlass, Citrus, Birch, Material3.

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

# switch any time
Mob.Theme.set(MobThemes.Citrus)

Core keeps light/dark/adaptive as the neutral baseline. Nothing here is sacred — these are decent defaults to expand on.

Development

Clone, then run once:

mix setup

That fetches deps and activates the repo's git hooks (.githooks/pre-push): mix format --check, mix credo --strict (incl. ExSlop), and mix compile --warnings-as-errors run on every push, plus the full test suite when mix.exs changes — the same gate CI enforces before publishing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors