Catppuccin.Flavor (catppuccin v0.1.2)
Module to retrieve information about flavors.
Summary
Functions
Returns if the flavor is dark.
Returns the emoji of the flavor.
Returns the name of the flavor.
Returns the order of the flavor.
Types
Functions
Returns if the flavor is dark.
Examples
iex> Catppuccin.latte |> Catppuccin.Flavor.dark
false
iex> Catppuccin.frappe |> Catppuccin.Flavor.dark
true
Returns the emoji of the flavor.
Examples
iex> Catppuccin.latte |> Catppuccin.Flavor.emoji
"🌻"
Returns the name of the flavor.
Examples
iex> Catppuccin.latte |> Catppuccin.Flavor.name
"Latte"
Returns the order of the flavor.
Examples
iex> Catppuccin.latte |> Catppuccin.Flavor.order
0