# Navbar Color

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';
```

[<br>](https://codedthemes.gitbook.io/light-able-bootstrap/customizer/light-and-dark-layout)
