View Source ExTeal.Theme (ExTeal v0.27.9)

The Theme module provides functionality for engineers to customize the appearance of Teal by changing the colors used in the user interface. The struct provides the default values, and can be overriden by providing a custom struct in the ExTeal.Manifest module.

Summary

Types

@type t() :: %ExTeal.Theme{
  black: term(),
  danger: term(),
  danger_dark: term(),
  info: term(),
  logo: term(),
  metric_colors: term(),
  primary: term(),
  primary_10: term(),
  primary_30: term(),
  primary_dark: term(),
  primary_light: term(),
  sidebar_icon: term(),
  success: term(),
  success_dark: term(),
  white: term()
}

Functions