UI: Default theme use color for value slider item

Matches Flatty Light
This commit is contained in:
Pablo Vazquez 2018-07-04 12:53:58 +02:00
parent 67f4e9783b
commit 8da2e97ec3

@ -96,14 +96,13 @@ const bTheme U_theme_default = {
.item = RGBA(0x333333ff),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
.shaded = 1,
.roundness = 0.3f,
},
.wcol_numslider = {
.outline = RGBA(0x444444ff),
.inner = RGBA(0x2c2c2cff),
.inner_sel = RGBA(0x1f1f1fff),
.item = RGBA(0x585858ff),
.inner = RGBA(0x595959ff),
.inner_sel = RGBA(0x333333ff),
.item = RGBA(0x5680c2e6),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
.shaded = 1,