equal
deleted
inserted
replaced
24 defaultcolor : "#585858", |
24 defaultcolor : "#585858", |
25 foundcolor : "#fc00ff", |
25 foundcolor : "#fc00ff", |
26 polemics : [ |
26 polemics : [ |
27 { |
27 { |
28 "keywords" : [ "++" ], |
28 "keywords" : [ "++" ], |
29 "description" : "positif", |
|
30 "color" : "#1D973D" |
29 "color" : "#1D973D" |
31 }, |
30 }, |
32 { |
31 { |
33 "keywords" : [ "--" ], |
32 "keywords" : [ "--" ], |
34 "description" : "negatif", |
|
35 "color" : "#CE0A15" |
33 "color" : "#CE0A15" |
36 }, |
34 }, |
37 { |
35 { |
38 "keywords" : [ "==" ], |
36 "keywords" : [ "==", "http://" ], |
39 "description" : "reference", |
|
40 "color" : "#C5A62D" |
37 "color" : "#C5A62D" |
41 }, |
38 }, |
42 { |
39 { |
43 "keywords" : [ "??" ], |
40 "keywords" : [ "?" ], |
44 "description" : "question", |
|
45 "color" : "#036AAE" |
41 "color" : "#036AAE" |
46 } |
42 } |
47 ], |
43 ], |
48 requires : [ |
44 requires : [ |
49 { |
45 { |