UI: Fix minor theme mismatch

Pie menu got wrong item highlight and options settings were outdated.
This commit is contained in:
Pablo Vazquez 2021-11-05 19:10:03 +01:00
parent 3211c80a31
commit 81bee0e75a
1 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ const bTheme U_theme_default = {
.inner = RGBA(0x545454ff),
.inner_sel = RGBA(0x4772b3ff),
.item = RGBA(0x1d1d1d80),
.text = RGBA(0xd9d9d9ff),
.text = RGBA(0xe6e6e6ff),
.text_sel = RGBA(0xffffffff),
.roundness = 0.2f,
},
@ -69,8 +69,8 @@ const bTheme U_theme_default = {
.wcol_option = {
.outline = RGBA(0x3d3d3dff),
.inner = RGBA(0x545454ff),
.inner_sel = RGBA(0x6699e6ff),
.item = RGBA(0x111111ff),
.inner_sel = RGBA(0x4772b3ff),
.item = RGBA(0xffffffff),
.text = RGBA(0xe6e6e6ff),
.text_sel = RGBA(0xffffffff),
.roundness = 0.2f,
@ -196,7 +196,7 @@ const bTheme U_theme_default = {
.outline = RGBA(0x242424ff),
.inner = RGBA(0x181818ff),
.inner_sel = RGBA(0x4772b3ff),
.item = RGBA(0xd9d9d9ff),
.item = RGBA(0x545454ff),
.text = RGBA(0xd9d9d9ff),
.text_sel = RGBA(0xffffffff),
.roundness = 0.2f,