You've already forked blur-admin
Updated How to change color scheme (markdown)
@@ -1,6 +1,6 @@
|
||||
If you want to change template color scheme, you just need to do 4 simple steps:
|
||||
|
||||
1) Change color scheme in javascript (`src/sass/theme/conf/_colorScheme.scss` file):
|
||||
1) Change color scheme in javascript (`src/sass/theme/conf/_colorScheme.scss`):
|
||||
```
|
||||
// main color scheme
|
||||
var colorScheme = {
|
||||
@@ -23,7 +23,7 @@ If you want to change template color scheme, you just need to do 4 simple steps:
|
||||
- css colors and javascript colors in colorScheme object should be the same
|
||||
- background color palette is used for the pie traffic chart and calendar on the dashboard page
|
||||
|
||||
2) Change colors in css (`src/sass/theme/conf/_colorScheme.scss` file):
|
||||
2) Change colors in css (`src/sass/theme/conf/_colorScheme.scss`):
|
||||
|
||||
```
|
||||
$primary: #209e91 !default;
|
||||
|
||||
Reference in New Issue
Block a user