Changeset View
Changeset View
Standalone View
Standalone View
release/datafiles/userdef/userdef_default_theme.c
| Show All 20 Lines | |||||
| const bTheme U_theme_default = { | const bTheme U_theme_default = { | ||||
| .name = "Default", | .name = "Default", | ||||
| .tui = { | .tui = { | ||||
| .wcol_regular = { | .wcol_regular = { | ||||
| .outline = RGBA(0x3d3d3dff), | .outline = RGBA(0x3d3d3dff), | ||||
| .inner = RGBA(0x545454ff), | .inner = RGBA(0x545454ff), | ||||
| .inner_sel = RGBA(0x4772b3ff), | .inner_sel = RGBA(0x4772b3ff), | ||||
| .item = RGBA(0x1d1d1d80), | .item = RGBA(0x1d1d1d80), | ||||
| .text = RGBA(0xd9d9d9ff), | .text = RGBA(0xe6e6e6ff), | ||||
| .text_sel = RGBA(0xffffffff), | .text_sel = RGBA(0xffffffff), | ||||
| .roundness = 0.2f, | .roundness = 0.2f, | ||||
| }, | }, | ||||
| .wcol_tool = { | .wcol_tool = { | ||||
| .outline = RGBA(0x3d3d3dff), | .outline = RGBA(0x3d3d3dff), | ||||
| .inner = RGBA(0x545454ff), | .inner = RGBA(0x545454ff), | ||||
| .inner_sel = RGBA(0x4772b3ff), | .inner_sel = RGBA(0x4772b3ff), | ||||
| .item = RGBA(0xffffffff), | .item = RGBA(0xffffffff), | ||||
| Show All 26 Lines | .wcol_radio = { | ||||
| .item = RGBA(0x252525ff), | .item = RGBA(0x252525ff), | ||||
| .text = RGBA(0xe6e6e6ff), | .text = RGBA(0xe6e6e6ff), | ||||
| .text_sel = RGBA(0xffffffff), | .text_sel = RGBA(0xffffffff), | ||||
| .roundness = 0.2f, | .roundness = 0.2f, | ||||
| }, | }, | ||||
| .wcol_option = { | .wcol_option = { | ||||
| .outline = RGBA(0x3d3d3dff), | .outline = RGBA(0x3d3d3dff), | ||||
| .inner = RGBA(0x545454ff), | .inner = RGBA(0x545454ff), | ||||
| .inner_sel = RGBA(0x6699e6ff), | .inner_sel = RGBA(0x4772b3ff), | ||||
| .item = RGBA(0x111111ff), | .item = RGBA(0xffffffff), | ||||
| .text = RGBA(0xe6e6e6ff), | .text = RGBA(0xe6e6e6ff), | ||||
| .text_sel = RGBA(0xffffffff), | .text_sel = RGBA(0xffffffff), | ||||
| .roundness = 0.2f, | .roundness = 0.2f, | ||||
| }, | }, | ||||
| .wcol_toggle = { | .wcol_toggle = { | ||||
| .outline = RGBA(0x3d3d3dff), | .outline = RGBA(0x3d3d3dff), | ||||
| .inner = RGBA(0x545454ff), | .inner = RGBA(0x545454ff), | ||||
| .inner_sel = RGBA(0x4772b3ff), | .inner_sel = RGBA(0x4772b3ff), | ||||
| ▲ Show 20 Lines • Show All 109 Lines • ▼ Show 20 Lines | .wcol_list_item = { | ||||
| .text = RGBA(0xccccccff), | .text = RGBA(0xccccccff), | ||||
| .text_sel = RGBA(0xffffffff), | .text_sel = RGBA(0xffffffff), | ||||
| .roundness = 0.2f, | .roundness = 0.2f, | ||||
| }, | }, | ||||
| .wcol_pie_menu = { | .wcol_pie_menu = { | ||||
| .outline = RGBA(0x242424ff), | .outline = RGBA(0x242424ff), | ||||
| .inner = RGBA(0x181818ff), | .inner = RGBA(0x181818ff), | ||||
| .inner_sel = RGBA(0x4772b3ff), | .inner_sel = RGBA(0x4772b3ff), | ||||
| .item = RGBA(0xd9d9d9ff), | .item = RGBA(0x545454ff), | ||||
| .text = RGBA(0xd9d9d9ff), | .text = RGBA(0xd9d9d9ff), | ||||
| .text_sel = RGBA(0xffffffff), | .text_sel = RGBA(0xffffffff), | ||||
| .roundness = 0.2f, | .roundness = 0.2f, | ||||
| }, | }, | ||||
| .wcol_state = { | .wcol_state = { | ||||
| .inner_anim = RGBA(0x53992eff), | .inner_anim = RGBA(0x53992eff), | ||||
| .inner_anim_sel = RGBA(0x38a600ff), | .inner_anim_sel = RGBA(0x38a600ff), | ||||
| .inner_key = RGBA(0xb3ae36ff), | .inner_key = RGBA(0xb3ae36ff), | ||||
| ▲ Show 20 Lines • Show All 1,022 Lines • Show Last 20 Lines | |||||