From 188c1cd485d7e5970910ac4389cbd088a8a08218 Mon Sep 17 00:00:00 2001 From: greatdevaks Date: Fri, 15 Jul 2016 18:33:36 +0530 Subject: [PATCH] Update index.md Correction in step 2: `src/sass/theme/common.scs` changed to `src/sass/common.scs` The path mentioned before is incorrect. --- docs/contents/articles/011-changing-color-scheme/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contents/articles/011-changing-color-scheme/index.md b/docs/contents/articles/011-changing-color-scheme/index.md index 1ffa414..8673ffa 100644 --- a/docs/contents/articles/011-changing-color-scheme/index.md +++ b/docs/contents/articles/011-changing-color-scheme/index.md @@ -18,7 +18,7 @@ As we want dark theme, we're taking `blur`. 1) Copy `src/sass/theme/conf/colorScheme/_blur.scss` to `src/sass/theme/conf/colorScheme/_dark.scss`. -2) Include your colorscheme file in `src/sass/theme/common.scs`. +2) Include your colorscheme file in `src/sass/common.scs`. To do this, replace ```scss @@ -57,4 +57,4 @@ That's basically it! Right now your admin application should look like this: For further reference, please look in - Colorscheme scss file (`src/sass/theme/conf/colorScheme/_mint.scss` or `src/sass/theme/conf/colorScheme/_blur.scss`) - `src/app/theme/theme.configProvider.js` to understand which javascript colors can be changed -- If you want to know how to change theme to blur, read [following article](/blur-admin/articles/014-switch-to-blur-theme/) \ No newline at end of file +- If you want to know how to change theme to blur, read [following article](/blur-admin/articles/014-switch-to-blur-theme/)