Dala.Theme.Light (dala v0.1.3)

Copy Markdown View Source

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 Dala.App, theme: Dala.Theme.Light
end

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

Summary

Functions

Returns the compiled Light theme struct.

Functions

theme()

@spec theme() :: Dala.Theme.Theme.t()

Returns the compiled Light theme struct.