@@ -40,24 +40,24 @@ define-function: (
40
40
41
41
call-function: ("check-colors", {
42
42
"theme": "ayu",
43
- "color": "rgb(92, 103, 115) ",
44
- "background_color": "rgba(0, 0, 0, 0) ",
45
- "highlight_color": "rgb(112, 128, 144) ",
43
+ "color": "#5c6773 ",
44
+ "background_color": "transparent ",
45
+ "highlight_color": "#708090 ",
46
46
"highlight_background_color": "rgba(255, 236, 164, 0.06)",
47
47
})
48
48
call-function: ("check-colors", {
49
49
"theme": "dark",
50
- "color": "rgb(59, 145, 226) ",
51
- "background_color": "rgba(0, 0, 0, 0) ",
52
- "highlight_color": "rgb(59, 145, 226) ",
53
- "highlight_background_color": "rgb(10, 4, 47) ",
50
+ "color": "#3b91e2 ",
51
+ "background_color": "transparent ",
52
+ "highlight_color": "#3b91e2 ",
53
+ "highlight_background_color": "#0a042f ",
54
54
})
55
55
call-function: ("check-colors", {
56
56
"theme": "light",
57
- "color": "rgb(198, 126, 45) ",
58
- "background_color": "rgba(0, 0, 0, 0) ",
59
- "highlight_color": "rgb(198, 126, 45) ",
60
- "highlight_background_color": "rgb(253, 255, 211) ",
57
+ "color": "#c67e2d ",
58
+ "background_color": "transparent ",
59
+ "highlight_color": "#c67e2d ",
60
+ "highlight_background_color": "#fdffd3 ",
61
61
})
62
62
63
63
// This is to ensure that the content is correctly align with the line numbers.
0 commit comments