You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
719 B

  1. [
  2. {
  3. "id": 1,
  4. "text": "LOC",
  5. "prefix_key": null,
  6. "suffix_key": "l",
  7. "background_color": "#fdabe3",
  8. "text_color": "#000000"
  9. },
  10. {
  11. "id": 2,
  12. "text": "MISC",
  13. "prefix_key": null,
  14. "suffix_key": "m",
  15. "background_color": "#c89b7a",
  16. "text_color": "#000000"
  17. },
  18. {
  19. "id": 3,
  20. "text": "ORG",
  21. "prefix_key": null,
  22. "suffix_key": "o",
  23. "background_color": "#ed8df6",
  24. "text_color": "#000000"
  25. },
  26. {
  27. "id": 4,
  28. "text": "PER",
  29. "prefix_key": null,
  30. "suffix_key": "p",
  31. "background_color": "#651f62",
  32. "text_color": "#ffffff"
  33. }
  34. ]