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

# Navbar Theme

To change navbar background color in the theme change value in "**/gulpfile.js**".

#### To get a dark  navbar  in the theme change given below

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

#### To get a light navbar in the theme change given below

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