smon/static/less/theme-gruvbox.less

21 lines
287 B
Plaintext
Raw Permalink Normal View History

2024-06-25 08:59:07 +02:00
@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);
}