Theming support
This commit is contained in:
parent
e86c96d78f
commit
58e0b2f081
99 changed files with 1839 additions and 1094 deletions
20
static/less/theme-default_light.less
Normal file
20
static/less/theme-default_light.less
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
@bg1: #fff;
|
||||
@bg2: #1b4e78;
|
||||
@bg3: #2979b8;
|
||||
|
||||
@text1: #333;
|
||||
@text2: #000;
|
||||
@text3: #7bb8eb;
|
||||
|
||||
@error: #fb4934;
|
||||
@color1: #1b4e78;
|
||||
@color2: #fabd2f;
|
||||
@color3: #2c6e97;
|
||||
@color4: #2c6e97;
|
||||
@color5: #fe8019;
|
||||
|
||||
@bold: 800;
|
||||
|
||||
.lighterOrDarker(@color, @amount) {
|
||||
@result: darken(@color, @amount);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue