Alfred v0.3.1 Alfred.Theme View Source

Contains Alfred theme information.

  • background_color — from environment alfred_theme_background
  • id — from environment alfred_theme
  • selection_background_color — from environment alfred_theme_selection_background
  • subtext — from environment alfred_theme_subtext

See the Alfred documentation on script environment variables for more information.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Alfred.Theme{background_color: term(), id: term(), selection_background_color: term(), subtext: term()}

Link to this section Functions