> For the complete documentation index, see [llms.txt](https://docs.ektothemes.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ektothemes.com/guides/neue/customization/site-wide.md).

# Site wide

The **Neue** theme includes several customization options that apply site-wide—that is, they affect the appearance and behavior of your entire site.

These settings let you define consistent visual styles and global elements, such as colors, fonts, footer content, and dark mode behavior.

The following options are available:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Color scheme</strong></td><td>Select a predefined visual style to control the overall color palette of your site.</td><td><a href="/pages/dqQakfk8msybYtFfIhTu">/pages/dqQakfk8msybYtFfIhTu</a></td></tr><tr><td><strong>Typography</strong></td><td>Select font styles for headings and body text to match your visual identity.</td><td><a href="/pages/KKu5SzZQvKQbVyWDtXSa">/pages/KKu5SzZQvKQbVyWDtXSa</a></td></tr><tr><td><strong>Cover</strong></td><td>Select a display option for using the publication cover as a background.</td><td><a href="/pages/Rc83qW5K3rBISG71UAgV">/pages/Rc83qW5K3rBISG71UAgV</a></td></tr><tr><td><strong>Copyright</strong></td><td>Edit the copyright text shown at the bottom of every page.</td><td><a href="/pages/x9Oczbku55uQFvVPALKM">/pages/x9Oczbku55uQFvVPALKM</a></td></tr><tr><td><strong>Dark mode</strong></td><td>Enable dark mode and automatic switching based on user system preferences.</td><td><a href="/pages/G0PlELiJQfzwLjJY9hKW">/pages/G0PlELiJQfzwLjJY9hKW</a></td></tr><tr><td><strong>Dark Logo</strong></td><td>Add a custom logo for the Dark color scheme and Dark mode.</td><td><a href="/pages/bu7z8RRK7sFHvbRO1w5G">/pages/bu7z8RRK7sFHvbRO1w5G</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ektothemes.com/guides/neue/customization/site-wide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
