UI Theme: Transparent toolbar for UV/Image Editor and consistency tweaks.

Spotted by the community during a live stream!
This commit is contained in:
Pablo Vazquez 2018-11-27 02:13:59 +01:00
parent da46580026
commit 83821f698a
1 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@ const bTheme U_theme_default = {
.wcol_radio = {
.outline = RGBA(0x373737ff),
.inner = RGBA(0x595959ff),
.inner_sel = RGBA(0x597cb3e6),
.inner_sel = RGBA(0x5680c2e6),
.item = RGBA(0xffffffff),
.text = RGBA(0xe6e6e6ff),
.text_sel = RGBA(0xffffffff),
@ -132,7 +132,7 @@ const bTheme U_theme_default = {
.wcol_pulldown = {
.outline = RGBA(0x4d4d4dff),
.inner = RGBA(0x2e2e2ecc),
.inner_sel = RGBA(0x597cb3ff),
.inner_sel = RGBA(0x5680c2e6),
.item = RGBA(0x727272ff),
.text = RGBA(0xd9d9d9ff),
.text_sel = RGBA(0xffffffff),
@ -152,7 +152,7 @@ const bTheme U_theme_default = {
.roundness = 0.2f,
},
.wcol_menu_item = {
.inner_sel = RGBA(0x597cb3e6),
.inner_sel = RGBA(0x5680c2e6),
.item = RGBA(0xffffff8f),
.text = RGBA(0xe6e6e6ff),
.text_sel = RGBA(0xffffffff),
@ -211,7 +211,7 @@ const bTheme U_theme_default = {
.wcol_pie_menu = {
.outline = RGBA(0x333333ff),
.inner = RGBA(0x212121ef),
.inner_sel = RGBA(0x597cb3ff),
.inner_sel = RGBA(0x5680c2e6),
.item = RGBA(0x585858ff),
.text = RGBA(0xd9d9d9ff),
.text_sel = RGBA(0xffffffff),
@ -638,7 +638,7 @@ const bTheme U_theme_default = {
.tab_inactive = RGBA(0x2b2b2bff),
.tab_back = RGBA(0x232323ff),
.tab_outline = RGBA(0x232323ff),
.button = RGBA(0x424242ff),
.button = RGBA(0x35353500),
.button_title = RGBA(0xffffffff),
.button_text = RGBA(0xe5e5e5ff),
.button_text_hi = RGBA(0xffffffff),