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