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

High-contrast greyscale dark theme.

Designed for low-light / nighttime use where bright screens are blinding.
Near-black background (not pure black, to avoid OLED smear), light grey
text, mid-grey accents. Functional first, decorative second.

## Usage

    defmodule MyApp do
      use Mob.App, theme: Mob.Theme.Dark
    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 Dark theme struct.

---

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