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
parent
f89cdf0916
commit
188c1cd485
|
@ -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/)
|
||||
- If you want to know how to change theme to blur, read [following article](/blur-admin/articles/014-switch-to-blur-theme/)
|
||||
|
|
Loading…
Reference in New Issue