# Theme Contrast

To change theme contrast in the theme change value in "**/Ablepro/Views/Shared/\_config.cshtml**".

**To add contrast in the theme change given below**

```cshtml
TempData["ThemeContrast"] = 'true';
```

**To remove contrast in the theme change given below**

```cshtml
TempData["ThemeContrast"] = 'false';
```
