Update urgent color configuration value
686c5c01faded5466153d2e93bd9468dfebfac36
1 parent
c19cffa5
config.def.h
+1 -1
| 25 | 25 | /* Draw this color around an unfocused window. */ |
|
| 26 | 26 | static const float bordercolor[] = RGBA(0x101010ff); |
|
| 27 | 27 | /* Draw this color around the focused window. */ |
|
| 28 | 28 | static const float focuscolor[] = RGBA(0x404040ff); |
|
| 29 | 29 | /* Draw this color around a window requesting attention. */ |
|
| 30 | - | static const float urgentcolor[] = RGBA(0xff0000ff); |
|
| 30 | + | static const float urgentcolor[] = RGBA(0xb03060ff); |
|
| 31 | 31 | /* Place this translucent color behind matching layer surfaces. */ |
|
| 32 | 32 | static const float dimcolor[] = RGBA(0x00000080); |
|
| 33 | 33 | ||
| 34 | 34 | /* This background hides other windows behind transparent fullscreen content, |
|
| 35 | 35 | * as required by the XDG shell protocol. Set its alpha to zero to disable it. */ |