Skip to content

Commit c3ce3e8

Browse files
committed
Merge pull request #11 from eshaiju/documentation
updated documentation with color customization example
2 parents 1a1bfbb + c515980 commit c3ce3e8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,18 @@ Or install it yourself as:
2626
```css
2727
@import "wigu/active_admin_theme";
2828
```
29-
29+
You can change basic colors of the theme by setting some variable above active_admin_theme import line in active_admin.css.scss
30+
31+
```css
32+
...
33+
$skinMainFirstColor: #A5A7AA!default;
34+
$skinMainSecondColor: #0066CC!default;
35+
$skinBorderWindowColor: #B8BABE!default;
36+
37+
@import "wigu/active_admin_theme";
38+
...
39+
```
40+
3041
## Screen
3142

3243
<a href="./img/wigu.png"><img src="./img/wigu.png"></a>

0 commit comments

Comments
 (0)