UI: tweaks to icon defaults
Minor changes to fit w/ new icons.
This commit is contained in:
@@ -2316,8 +2316,8 @@ static struct uiWidgetColors wcol_tool = {
|
||||
static struct uiWidgetColors wcol_toolbar_item = {
|
||||
.outline = {0x19, 0x19, 0x19, 0xff},
|
||||
.inner = {0x46, 0x46, 0x46, 0xff},
|
||||
.inner_sel = {0xb4, 0xb4, 0xb4, 0xff},
|
||||
.item = {0x19, 0x19, 0x19, 0xff},
|
||||
.inner_sel = {0xcc, 0xcc, 0xcc, 0xff},
|
||||
.item = {0x0, 0x0, 0x0, 0xff},
|
||||
|
||||
.text = {0xff, 0xff, 0xff, 0xff},
|
||||
.text_sel = {0x33, 0x33, 0x33, 0xff},
|
||||
|
||||
Reference in New Issue
Block a user