Theme: use highlight from flatty light

Also make text & number editing use same colors.
This commit is contained in:
Campbell Barton 2018-07-02 19:58:39 +02:00
parent 6fce49ab08
commit 8c7ddf944e
1 changed files with 11 additions and 11 deletions

View File

@ -22,7 +22,7 @@ const bTheme U_theme_default = {
.wcol_regular = {
.outline = RGBA(0x3e3e3eff),
.inner = RGBA(0x585858ff),
.inner_sel = RGBA(0x80858aff),
.inner_sel = RGBA(0x5680c2ff),
.item = RGBA(0x3e3e3eff),
.text = RGBA(0xebebebff),
.text_sel = RGBA(0xffffffff),
@ -32,7 +32,7 @@ const bTheme U_theme_default = {
.wcol_tool = {
.outline = RGBA(0x343434ff),
.inner = RGBA(0x585858ff),
.inner_sel = RGBA(0x343434ff),
.inner_sel = RGBA(0x5680c2ff),
.item = RGBA(0xffffffff),
.text = RGBA(0xf2f2f2ff),
.text_sel = RGBA(0xffffffff),
@ -52,7 +52,7 @@ const bTheme U_theme_default = {
.outline = RGBA(0x4d4d4dff),
.inner = RGBA(0x333333ff),
.inner_sel = RGBA(0x808080ff),
.item = RGBA(0xb3b3b3ff),
.item = RGBA(0x333333ff),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
.shaded = 1,
@ -62,7 +62,7 @@ const bTheme U_theme_default = {
.wcol_radio = {
.outline = RGBA(0x525252ff),
.inner = RGBA(0x585858ff),
.inner_sel = RGBA(0x333333ff),
.inner_sel = RGBA(0x5680c2ff),
.item = RGBA(0xffffffff),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
@ -73,7 +73,7 @@ const bTheme U_theme_default = {
.wcol_option = {
.outline = RGBA(0x525252ff),
.inner = RGBA(0x666666cc),
.inner_sel = RGBA(0x7c7c7cff),
.inner_sel = RGBA(0x5680c2ff),
.item = RGBA(0xffffffff),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
@ -83,7 +83,7 @@ const bTheme U_theme_default = {
.wcol_toggle = {
.outline = RGBA(0x4d4d4dff),
.inner = RGBA(0x666666ff),
.inner_sel = RGBA(0x808080ff),
.inner_sel = RGBA(0x5680c2ff),
.item = RGBA(0x191919ff),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
@ -93,7 +93,7 @@ const bTheme U_theme_default = {
.outline = RGBA(0x4d4d4dff),
.inner = RGBA(0x585858ff),
.inner_sel = RGBA(0x808080ff),
.item = RGBA(0x4d4d4dff),
.item = RGBA(0x333333ff),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
.shaded = 1,
@ -133,7 +133,7 @@ const bTheme U_theme_default = {
.wcol_pulldown = {
.outline = RGBA(0x4d4d4dff),
.inner = RGBA(0x2e2e2e99),
.inner_sel = RGBA(0x585858ff),
.inner_sel = RGBA(0x5680c2ff),
.item = RGBA(0x727272ff),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
@ -153,7 +153,7 @@ const bTheme U_theme_default = {
.roundness = 0.25f,
},
.wcol_menu_item = {
.inner_sel = RGBA(0x585858ff),
.inner_sel = RGBA(0x5680c2ff),
.item = RGBA(0xacacac80),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
@ -203,7 +203,7 @@ const bTheme U_theme_default = {
.wcol_list_item = {
.outline = RGBA(0x2d2d2dff),
.inner = RGBA(0x2d2d2d00),
.inner_sel = RGBA(0x6f6f6fff),
.inner_sel = RGBA(0x5680c2ff),
.item = RGBA(0xb3b3b3ff),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
@ -213,7 +213,7 @@ const bTheme U_theme_default = {
.outline = RGBA(0x2e2e2eff),
.inner = RGBA(0x2e2e2eff),
.inner_sel = RGBA(0x585858ff),
.item = RGBA(0x727272ff),
.item = RGBA(0x5680c2ff),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
.shadetop = 10,