Awsm Theme is a Serum meets awsm.css
- Add
serum-theme-awsm
to yourmix.exs
:
{:serum_theme_awsm, "~> 0.1"}
- Configure Serum to use this theme in
serum.exs
theme: Serum.Themes.Awsm
For more info please refer to the Serum guide
Yeah, awsm.css has themes too...
- Go to awsm.css site and choose color scheme you like
- Create a file
includes/awsm_theme.html.eex
in your project and put a link to your chosen scheme's css file there:
<link rel="stylesheet" href="/assets/css/awsm_theme_black.css">