diff --git a/highlights.json b/highlights.json new file mode 100644 index 0000000..a61def2 --- /dev/null +++ b/highlights.json @@ -0,0 +1,109 @@ +[ + { + "style": { + "background": "#412264", + "color": "#FFFFFF" + }, + "type": "person", + "value": "Ethan Mesecar" + }, + { + "style": { + "background": "#285c65", + "color": "#FFFFFF" + }, + "type": "person", + "value": "Justice Johnson" + }, + { + "style": { + "background": "#27f9bb", + "color": "#000000" + }, + "type": "person", + "value": "Elijah Junga" + }, + { + "style": { + "background": "#e63ab4", + "color": "#000000" + }, + "type": "person", + "value": "Deon Murray" + }, + { + "style": { + "background": "#b886d2", + "color": "#000000" + }, + "type": "person", + "value": "Andrea Gajic" + }, + { + "style": { + "background": "#a759f9", + "color": "#000000" + }, + "type": "person", + "value": "Omar Mostafa" + }, + { + "style": { + "background": "#e0c200", + "color": "#000000" + }, + "type": "person", + "value": "Trae Richardson" + }, + { + "style": { + "background": "#ff8c00", + "color": "#000000" + }, + "type": "person", + "value": "Elijah Beard" + }, + { + "style": { + "background": "#117e7e" + }, + "type": "regex-report", + "value": ".*" + }, + { + "style": { + "background": "#1f117c" + }, + "type": "report", + "value": "[Aa]ssigned" + }, + { + "style": { + "background": "#117c1f" + }, + "type": "report", + "value": "[Uu]nassigned" + }, + { + "style": { + "background": "#86297b" + }, + "type": "report", + "value": "[Oo]pen" + }, + { + "style": { + "background": "#86297b" + }, + "type": "report", + "value": "[Cc]ompleted" + }, + { + "style": { + "background": "#3ae600", + "color": "#000000" + }, + "type": "person", + "value": "Emily Harley" + } +] \ No newline at end of file