ExTeal.Theme (ExTeal v0.21.0) View Source
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.
Link to this section Summary
Link to this section Types
Specs
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() }