mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
docs: fix typo of theme file to copy (#543)
This commit is contained in:
parent
7d03461efb
commit
d6317ce5f4
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ For light themes we suggest taking `src/app/theme/sass/conf/colorScheme/_mint.sc
|
||||||
dark `src/app/theme/sass/conf/colorScheme/_blue.scss`.
|
dark `src/app/theme/sass/conf/colorScheme/_blue.scss`.
|
||||||
As we want a dark theme, we're taking `blue`.
|
As we want a dark theme, we're taking `blue`.
|
||||||
|
|
||||||
1) Copy `src/app/theme/sass/conf/colorScheme/_mint.scss` to `src/app/theme/sass/conf/colorScheme/_dark.scss`:
|
1) Copy `src/app/theme/sass/conf/colorScheme/_blue.scss` to `src/app/theme/sass/conf/colorScheme/_dark.scss`:
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
2) Include your colorscheme file in `src/app/theme/sass/conf/conf.scss`.
|
2) Include your colorscheme file in `src/app/theme/sass/conf/conf.scss`.
|
||||||
|
|
@ -125,4 +125,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/app/theme/sass/conf/colorScheme/_ng2.scss`, `src/app/theme/sass/conf/colorScheme/_mint.scss` and `src/app/theme/sass/conf/colorScheme/_blur.scss`)
|
- Colorscheme scss file (`src/app/theme/sass/conf/colorScheme/_ng2.scss`, `src/app/theme/sass/conf/colorScheme/_mint.scss` and `src/app/theme/sass/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 the theme to blur, read the [following article](/ng2-admin/articles/014-switch-to-blur-theme/)
|
- If you want to know how to change the theme to blur, read the [following article](/ng2-admin/articles/014-switch-to-blur-theme/)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue