# Changing wall effects colors

### About

Wall effect is the background color where player is in list of the vehicles or in general impound.

### Changing

To change the color headover to the `/shared/config.lua` and find:

```lua
Config.Effects.Wall = {
    r = 0,
    g = 0,
    b = 0,
    alpha = 180,
}
```

Here you can adjust the RGB colors along with the alpha (opacity in range of 0-255).
