21 lines
287 B
Plaintext
21 lines
287 B
Plaintext
@bg1: #282828;
|
|
@bg2: #202020;
|
|
@bg3: #333;
|
|
|
|
@text1: #d5c4a1;
|
|
@text2: #f7edd7;
|
|
@text3: #777;
|
|
|
|
@error: #fb4934;
|
|
@color1: #fb4934;
|
|
@color2: #fabd2f;
|
|
@color3: #b8bb26;
|
|
@color4: #3f9da1;
|
|
@color5: #fe8019;
|
|
|
|
@bold: 800;
|
|
|
|
.lighterOrDarker(@color, @amount) {
|
|
@result: lighten(@color, @amount);
|
|
}
|