This is a Serum theme using Wired Elements.
Add the theme package to your list of dependencies in mix.exs
:
def deps do
[
{:serum, "~> 1.1"},
{:serum_theme_wired, git: "https://github.com/holy-two/serum-theme-wired.git", branch: "main" }
# ...
]
end
Run mix
to fetch and build the theme package:
$ mix deps.get, deps.compile
Configure your serum.exs
to use Serum.Themes.Wired
theme module:
%{
theme: Serum.Themes.Wired,
# ...
}