Dala.Theme.Citrus (dala v0.0.1)

Copy Markdown View Source

Citrus theme for Dala — warm charcoal with a lime-green accent.

High-contrast and energetic. Works well for utility apps, dashboards, and anywhere you want punchy, readable UI with an earthy warmth.

Usage

defmodule MyApp do
  use Dala.App, theme: Dala.Theme.Citrus
end

Overrides

use Dala.App, theme: {Dala.Theme.Citrus, primary: :lime_300}

Publishing your own theme

Any module that exports theme/0 :: Dala.Theme.t() works as a Dala theme. You can publish yours as a standalone Hex package and users import it the same way:

use Dala.App, theme: AcmeCorp.Theme.Dark

Summary

Functions

Returns the compiled Citrus theme struct.

Functions

theme()

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

Returns the compiled Citrus theme struct.