Updated How to change color scheme (markdown)

Konstantin Danovsky
2016-04-18 18:08:46 +03:00
parent b4056f410f
commit dfe3141c60

@@ -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;