Update index.md

Correction in step 2:
`src/sass/theme/common.scs` changed to `src/sass/common.scs`

The path mentioned before is incorrect.
pull/117/head
greatdevaks 2016-07-15 18:33:36 +05:30 committed by GitHub
parent f89cdf0916
commit 188c1cd485
1 changed files with 2 additions and 2 deletions

View File

@ -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`. 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 To do this, replace
```scss ```scss
@ -57,4 +57,4 @@ That's basically it! Right now your admin application should look like this:
For further reference, please look in For further reference, please look in
- Colorscheme scss file (`src/sass/theme/conf/colorScheme/_mint.scss` or `src/sass/theme/conf/colorScheme/_blur.scss`) - 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 - `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/) - If you want to know how to change theme to blur, read [following article](/blur-admin/articles/014-switch-to-blur-theme/)