> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/datta/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/datta/datta-able-bootstrap/customizer/menu-theme.md).

# Menu theme

To make a Light/Dark  Sidebar color in the theme navbar change value in "**/gulpfile.js**".

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

```javascript
const sidebar_theme = 'dark';
```

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

```javascript
const sidebar_theme = 'light';
```
