8
0

contexts.json 2.1 KB

123456789101112131415161718192021222324252627
  1. {
  2. "Font Size": "Tooltip for the font size dropdown.",
  3. "Tiny": "Dropdown option label for the 'tiny' font size preset.",
  4. "Small": "Dropdown option label for the 'small' font size preset.",
  5. "Big": "Dropdown option label for the 'big' font size preset.",
  6. "Huge": "Dropdown option label for the 'huge' font size preset.",
  7. "Font Family": "Tooltip for the font family dropdown.",
  8. "Default": "Dropdown option label for the default font family.",
  9. "Font Color": "Label of a button that allows selecting a font color.",
  10. "Font Background Color": "Label of a button that allows selecting a font background color.",
  11. "Remove color": "Label or a button that removes the color from the text (font color and background).",
  12. "Black": "Label of a button that applies a black text color (font color and background)",
  13. "Dim grey": "Label of a button that applies a dim grey text color (font color and background)",
  14. "Grey": "Label of a button that applies a grey text color (font color and background)",
  15. "Light grey": "Label of a button that applies a light grey text color (font color and background)",
  16. "White": "Label of a button that applies a white text color (font color and background)",
  17. "Red": "Label of a button that applies a red text color (font color and background)",
  18. "Orange": "Label of a button that applies a orange text color (font color and background)",
  19. "Yellow": "Label of a button that applies a yellow text color (font color and background)",
  20. "Light green": "Label of a button that applies a light green text color (font color and background)",
  21. "Green": "Label of a button that applies a green text color (font color and background)",
  22. "Aquamarine": "Label of a button that applies a aquamarine text color (font color and background)",
  23. "Turquoise": "Label of a button that applies a turquoise text color (font color and background)",
  24. "Light blue": "Label of a button that applies a light blue text color (font color and background)",
  25. "Blue": "Label of a button that applies a blue text color (font color and background)",
  26. "Purple": "Label of a button that applies a purple text color (font color and background)"
  27. }