{
  "name": "Color::Name",
  "header": "nativeui/color.h",
  "type": "string",
  "namespace": "nu",
  "description": "Theme names of colors.",
  "enums": [
    {
      "name": "\"text\"",
      "description": "Normal text color."
    },
    {
      "name": "\"disabled-text\"",
      "description": "Text Color for disabled views."
    },
    {
      "name": "\"text-edit-background\"",
      "description": "Background Color for TextEdit view."
    },
    {
      "name": "\"disabled-text-edit-background\"",
      "description": "Background Color for disabled TextEdit view."
    },
    {
      "name": "\"control\"",
      "description": "The color to use for the flat surfaces of a control."
    },
    {
      "name": "\"window-background\"",
      "description": "Window background color."
    }
  ],
  "id": "color_name"
}