# Dark Mode

Dark mode is a personal preference to make software less straining on your eyes.  This is optional, but for this tutorial I will be using dark mode with a gradient background.&#x20;

## Enabling Dark Mode

In the top left of your screen, go to `File` then `Options` at the bottom.&#x20;

![File Menu](/files/-MfLCeABEYPQ2387xtXI)

Go to `Colors` at the top, then make sure your `UI Theme` is `Dark (pre-release)` and the `In-canvas Color Scheme` is `Dark`.  For `Background`, make sure it's on `1 Color`.  This is the Inventor dark mode!

![Dark Mode Colors](/files/-MfLDEbSTUmNbBb-Ujg0)

### Background Gradient

I prefer a gradient in the background, with white fading into black.  To enable that, set your `Background` to `Gradient`.  Then go to `Customize Schemes`.&#x20;

![Step 1 of Gradient](/files/-MfLDV0UfjQmNcGKbfqn)

Click the `+` next to `Background`.  My `Top Screen` RGB is `255 255 255`, and my `Bottom Screen` RGB is `12 12 12`.&#x20;

![Step 2 of Gradient](/files/-MfLDcU932iGj08ZtTXc)

Press `Okay` then `Apply`, and you're all done!

## Contributors to this Article:

* Jess - EZ


---

# Agent Instructions: 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:

```
GET https://wiki.purduesigbots.com/vex-cad/making-a-chassis/inventor-chassis/dark-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
