UI theme: Make Properties panels opaque

The resulting colors are unchanged, but panels now appear opaque when dragging over other panels
This commit is contained in:
William Reynish 2020-04-15 20:12:43 +02:00
parent 3b0d86d8b1
commit ed8184cff0
1 changed files with 2 additions and 2 deletions

View File

@ -279,8 +279,8 @@ const bTheme U_theme_default = {
.button_text_hi = RGBA(0xffffffff),
.navigation_bar = RGBA(0x232323ff),
.panelcolors = {
.header = RGBA(0x42424200),
.back = RGBA(0x00000028),
.header = RGBA(0x424242ff),
.back = RGBA(0x383838ff),
.sub_back = RGBA(0x00000024),
},
.vertex_size = 3,