diff --git a/README.md b/README.md index dfc12c7..d84ebae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +Logo Light +Logo Dark + # Reactor ![Elixir CI](https://github.com/ash-project/reactor/actions/workflows/elixir.yml/badge.svg) diff --git a/logos/reactor-logo-dark-medium.png b/logos/reactor-logo-dark-medium.png new file mode 100644 index 0000000..46d5d73 Binary files /dev/null and b/logos/reactor-logo-dark-medium.png differ diff --git a/logos/reactor-logo-dark-small.png b/logos/reactor-logo-dark-small.png new file mode 100644 index 0000000..9a8c4ce Binary files /dev/null and b/logos/reactor-logo-dark-small.png differ diff --git a/logos/reactor-logo-dark.png b/logos/reactor-logo-dark.png new file mode 100644 index 0000000..10488e3 Binary files /dev/null and b/logos/reactor-logo-dark.png differ diff --git a/logos/reactor-logo-dark.svg b/logos/reactor-logo-dark.svg new file mode 100644 index 0000000..da03c0b --- /dev/null +++ b/logos/reactor-logo-dark.svg @@ -0,0 +1,256 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/logos/reactor-logo-light-medium.png b/logos/reactor-logo-light-medium.png new file mode 100644 index 0000000..19cea75 Binary files /dev/null and b/logos/reactor-logo-light-medium.png differ diff --git a/logos/reactor-logo-light-small.png b/logos/reactor-logo-light-small.png new file mode 100644 index 0000000..d1f1d22 Binary files /dev/null and b/logos/reactor-logo-light-small.png differ diff --git a/logos/reactor-logo-light.png b/logos/reactor-logo-light.png new file mode 100644 index 0000000..d6fbc35 Binary files /dev/null and b/logos/reactor-logo-light.png differ diff --git a/logos/reactor-logo-light.svg b/logos/reactor-logo-light.svg new file mode 100644 index 0000000..ecebd1a --- /dev/null +++ b/logos/reactor-logo-light.svg @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mix.exs b/mix.exs index aedb185..8cb0cd8 100644 --- a/mix.exs +++ b/mix.exs @@ -20,6 +20,7 @@ defmodule Reactor.MixProject do dialyzer: [plt_add_apps: [:mix]], docs: [ main: "readme", + logo: "logos/reactor-logo-light-small.png", extras: extra_documentation(), groups_for_extras: extra_documentation_groups(), before_closing_head_tag: fn type ->