Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/holy-two/serum-theme-wired

a Serum theme using Wired Elements
https://github.com/holy-two/serum-theme-wired

serum-theme

Last synced: 9 days ago
JSON representation

a Serum theme using Wired Elements

Awesome Lists containing this project

README

        

# Serum.Themes.Wired

This is a [Serum](https://dalgona.github.io/Serum) theme using [Wired Elements](https://wiredjs.com/).

## Installation

Add the theme package to your list of dependencies in `mix.exs`:

```elixir
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:

```shell
$ mix deps.get, deps.compile
```

Configure your `serum.exs` to use `Serum.Themes.Wired` theme module:

```elixir
%{
theme: Serum.Themes.Wired,
# ...
}
```