> 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/navbar-theme.md).

# Navbar Theme

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

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

```javascript
const dark_navbar = 'true';
```

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

```javascript
const dark_navbar = 'false';
```
