# Light & Dark Layout

To make a Light / dark layout in the theme change the value in "**.evn**".

**To make Dark Layout in the theme change given below**

```javascript
dark_layout = 'true'
```

**To make the Light Layout in the theme change given below**

```javascript
dark_layout = 'false'
```

**To make the Layout theme depend on the user's operating system**

```javascript
dark_layout = 'default'
```

Automatically sets the **theme** based on the **user's operating system's color scheme.**

{% hint style="info" %}
**Light** layout is our **default** layout so if you want to use it then no need to change anything
{% endhint %}

​


---

# 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://phoenixcoded.gitbook.io/able-pro/laravel-11./customizer/light-and-dark-layout.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.
