> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/dashboard-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/dashboard-kit/bootstrap/customizer/header-theme.md).

# Header Theme

To change Header Background in the theme change value in "**/gulpfile.js**.

#### To make dark header in the theme change given below

```javascript
const dark_header = 'true';
```

#### To make light header in the theme change given below

```javascript
const dark_header = 'false';
```
