|
1 | 1 |
|
2 | 2 | // Config ----------------------------------- |
3 | | -@syntax-hue: 230; |
4 | | -@syntax-saturation: 12%; |
5 | | -@syntax-brightness: 22%; |
| 3 | +@syntax-hue: 220; |
| 4 | +@syntax-saturation: 13%; |
| 5 | +@syntax-brightness: 18%; |
6 | 6 |
|
7 | 7 | // Base colors ----------------------------------- |
8 | | -@syntax-accent: hsl(@syntax-hue, 100%, 76% ); |
9 | | -@syntax-guide: fade(@syntax-fg, 10%); |
| 8 | +@syntax-accent: hsl(@syntax-hue, 100%, 66% ); |
| 9 | +@syntax-guide: fade(@syntax-fg, 15%); |
10 | 10 | @syntax-fg: @mono-1; |
11 | 11 | @syntax-bg: hsl(@syntax-hue, @syntax-saturation, @syntax-brightness); |
12 | 12 |
|
13 | 13 | // Monochrome ----------------------------------- |
14 | | -@mono-1: hsl(@syntax-hue, 60%, 92%); // default text |
15 | | -@mono-2: hsl(@syntax-hue, 24%, 66%); |
16 | | -@mono-3: hsl(@syntax-hue, 12%, 44%); |
| 14 | +@mono-1: hsl(@syntax-hue, 14%, 71%); // default text |
| 15 | +@mono-2: hsl(@syntax-hue, 9%, 55%); |
| 16 | +@mono-3: hsl(@syntax-hue, 10%, 40%); |
17 | 17 |
|
18 | 18 | // Colors ----------------------------------- |
19 | | -@hue-1: hsl(191, 91%, 73%); // <-cyan |
20 | | -@hue-2: hsl(212, 99%, 75%); // <-blue |
21 | | -@hue-3: hsl(286, 82%, 79%); // <-purple |
22 | | -@hue-4: hsl(118, 69%, 78%); // <-green |
| 19 | +@hue-1: hsl(187, 47%, 55%); // <-cyan |
| 20 | +@hue-2: hsl(207, 82%, 66%); // <-blue |
| 21 | +@hue-3: hsl(286, 60%, 67%); // <-purple |
| 22 | +@hue-4: hsl( 95, 38%, 62%); // <-green |
23 | 23 |
|
24 | | -@hue-5: hsl( 5, 91%, 73%); // <-red 1 |
25 | | -@hue-5-2: hsl(348, 45%, 66%); // <-red 2 |
| 24 | +@hue-5: hsl(355, 65%, 65%); // <-red 1 |
| 25 | +@hue-5-2: hsl( 5, 48%, 51%); // <-red 2 |
26 | 26 |
|
27 | | -@hue-6: hsl( 48, 71%, 76%); // <-orange 1 |
28 | | -@hue-6-2: hsl( 41, 98%, 70%); // <-orange 2 |
| 27 | +@hue-6: hsl( 29, 54%, 61%); // <-orange 1 |
| 28 | +@hue-6-2: hsl( 39, 67%, 69%); // <-orange 2 |
0 commit comments