Skip to content

The first Serum Dark theme. Essence Dark presents a minimal and clean look.

License

Notifications You must be signed in to change notification settings

rasjonell-zz/serum-theme-essence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Essence Dark

Essence Dark is a Fork of Essence Serum theme which presents a minimal and clean look.

Check out the live demo on my blog

Installation

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

def deps do
  [
    {:serum, "~> 1.1"},
    {:serum_theme_essence,
       git: "https://github.com/rasjonell/serum-theme-essence.git", tag: "1.0.2"}
  ]
end

Run mix to fetch and build the theme package:

$ mix do deps.get, deps.compile

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

%{
  theme: Serum.Themes.Essence,
  # ...
}

License

MIT. See LICENSE for the full text.

About

The first Serum Dark theme. Essence Dark presents a minimal and clean look.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 43.6%
  • CSS 34.7%
  • HTML 21.7%