@@ -33,30 +33,30 @@ define-function: (
33
33
34
34
call-function: ("check-colors", {
35
35
"theme": "ayu",
36
- "highlight": "rgb(91, 59, 1) ",
37
- "highlight_focus": "rgb(124, 75, 15) ",
38
- "help_border": "rgb(170, 170, 170) ",
39
- "help_color": "rgb(238, 238, 238) ",
40
- "help_hover_border": "rgb(255, 255, 255) ",
41
- "help_hover_color": "rgb(255, 255, 255) ",
36
+ "highlight": "#5b3b01 ",
37
+ "highlight_focus": "#7c4b0f ",
38
+ "help_border": "#aaa ",
39
+ "help_color": "#eee ",
40
+ "help_hover_border": "#fff ",
41
+ "help_hover_color": "#fff ",
42
42
})
43
43
call-function: ("check-colors", {
44
44
"theme": "dark",
45
- "highlight": "rgb(91, 59, 1) ",
46
- "highlight_focus": "rgb(124, 75, 15) ",
47
- "help_border": "rgb(170, 170, 170) ",
48
- "help_color": "rgb(238, 238, 238) ",
49
- "help_hover_border": "rgb(255, 255, 255) ",
50
- "help_hover_color": "rgb(255, 255, 255) ",
45
+ "highlight": "#5b3b01 ",
46
+ "highlight_focus": "#7c4b0f ",
47
+ "help_border": "#aaa ",
48
+ "help_color": "#eee ",
49
+ "help_hover_border": "#fff ",
50
+ "help_hover_color": "#fff ",
51
51
})
52
52
call-function: ("check-colors", {
53
53
"theme": "light",
54
- "highlight": "rgb(252, 255, 214) ",
55
- "highlight_focus": "rgb(246, 253, 176) ",
56
- "help_border": "rgb(85, 85, 85) ",
57
- "help_color": "rgb(51, 51, 51) ",
58
- "help_hover_border": "rgb(0, 0, 0) ",
59
- "help_hover_color": "rgb(0, 0, 0) ",
54
+ "highlight": "#fcffd6 ",
55
+ "highlight_focus": "#f6fdb0 ",
56
+ "help_border": "#555 ",
57
+ "help_color": "#333 ",
58
+ "help_hover_border": "#000 ",
59
+ "help_hover_color": "#000 ",
60
60
})
61
61
62
62
// Now testing the top and bottom background in case there is only one scraped examples.
0 commit comments