---
title: ArticleDocument.colorScheme
framework: applenewsformat
role: symbol
role_heading: Object
path: applenewsformat/articledocument/colorscheme-data.dictionary
---

# ArticleDocument.colorScheme

The object that contains information about the color scheme of the document, including Dark Mode behavior.

## Declaration

```data
object ArticleDocument.colorScheme
```

## Properties

automaticDarkModeEnabled: A Boolean value that indicates whether automatic Dark Mode is enabled for the document. The value for this property defaults to true, which causes the document to be inverted when the user switches the device to Dark Mode.

## Discussion

Discussion Use the colorScheme object to enable or disable automatic Dark Mode in a document. Example {  "version": "1.14.1",  "identifier": "SampleArticle",  "language": "en",  "title": "Apple News",  "subtitle": "A look at the features of Apple News",  "layout": {    "columns": 20,    "width": 1024,    "margin": 60,    "gutter": 20  },  …  "colorScheme": {    "automaticDarkModeEnabled": true  } }

## See Also

### Objects

- [ArticleDocument.componentLayouts](applenewsformat/articledocument/componentlayouts-data.dictionary.md)
- [ArticleDocument.componentStyles](applenewsformat/articledocument/componentstyles-data.dictionary.md)
- [ArticleDocument.componentTextStyles](applenewsformat/articledocument/componenttextstyles-data.dictionary.md)
- [ArticleDocument.textStyles](applenewsformat/articledocument/textstyles-data.dictionary.md)
