# Pause Menu Blur

The blur you can see in the background of the pause menu is controlled by a couple of ConVars

```
// Default Values
mat_blur_r 0.7
mat_blur_g 0.7
mat_blur_b 0.7
```

These control the colour of the blur in Red, Green, and Blue values

![](https://3680263823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPXG6BIVWwbrvVSOiBw-887967055%2Fuploads%2Fgit-blob-d033ab0bb3f9651ccc5375e99e713535c5650b63%2Fsp_boomtown_start0015.jpg?alt=media)

```
// Default Values
mat_blur_desaturate 0.4
```

This controls the saturation of the colour

```
// Default Values
r_blurmenubg 1
```

This value turns the background blur on and off
