Theme: adjust lamp alpha to visually match 2.82

This commit is contained in:
Campbell Barton 2020-03-30 10:11:35 +11:00
parent 6c48a36962
commit 086bfffe74
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ const bTheme U_theme_default = {
.wire = RGBA(0x000000ff),
.wire_edit = RGBA(0x000000ff),
.select = RGBA(0xed5700ff),
.lamp = RGBA(0x00000028),
.lamp = RGBA(0x00000050),
.speaker = RGBA(0x000000ff),
.empty = RGBA(0x000000ff),
.camera = RGBA(0x000000ff),