Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalgona/serum-theme-essence
The first Serum theme. Essence presents a minimal and clean look.
https://github.com/dalgona/serum-theme-essence
Last synced: about 15 hours ago
JSON representation
The first Serum theme. Essence presents a minimal and clean look.
- Host: GitHub
- URL: https://github.com/dalgona/serum-theme-essence
- Owner: Dalgona
- License: mit
- Created: 2019-05-09T09:36:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T18:43:24.000Z (almost 5 years ago)
- Last Synced: 2024-09-19T04:19:30.420Z (about 2 months ago)
- Language: Elixir
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Essence
**Essence** is a Serum theme which presents a minimal and clean look.
This theme was extracted from [the official Serum
website](https://dalgona.github.io/Serum), and extended for general use.## Installation
Add the theme package to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:serum, "~> 1.1"},
{:serum_theme_essence, "~> 1.0"},
# ...
]
end
```Run `mix` to fetch and build the theme package:
```shell
$ mix do deps.get, deps.compile
```Configure your `serum.exs` to use `Serum.Themes.Essence` theme module:
```elixir
%{
theme: Serum.Themes.Essence,
# ...
}
```## License
MIT. See `LICENSE` for the full text.