From 8dfabb216c2382807288cab0fd3bbbc0dc737046 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 29 Mar 2016 14:55:48 -0300 Subject: [PATCH] Put theme instructions in readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 95aca16..baa47a0 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,13 @@ See some important folders bellow: - Content viewer component: `src/app/article/content-viewer` - Profile component: `src/app/profile` - Profile Info component: `src/app/profile/info` + + +## Change theme + +1. Create the theme folder inside themes +1. Configure application to use the new theme, e.g.: +`npm config set angular-theme:theme custom-theme` +1. Create an app folder inside custom-theme and add your custom scss files +1. Put the templates that you want to override in the same structure from the main application source, e.g.: +`src/app/profile/profile.html` will be overriden by `themes/custom-theme/app/profile/profile.html` -- libgit2 0.21.2