# `Mob.Theme.Light`
[🔗](https://github.com/genericjam/mob/blob/master/lib/mob/theme/light.ex#L1)

High-contrast greyscale light theme.

Designed for outdoor / high-glare use where saturation hurts readability.
White background, near-black text, dark grey accents. Functional first,
decorative second.

## Usage

    defmodule MyApp do
      use Mob.App, theme: Mob.Theme.Light
    end

See `Mob.Theme.Adaptive` for a theme that follows the OS-level
light/dark setting automatically.

# `theme`

```elixir
@spec theme() :: Mob.Theme.t()
```

Returns the compiled Light theme struct.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
