Changeset View
Changeset View
Standalone View
Standalone View
release/datafiles/userdef/userdef_default_theme.c
| Show First 20 Lines • Show All 181 Lines • ▼ Show 20 Lines | .wcol_progress = { | ||||
| .text = RGBA(0xe6e6e6ff), | .text = RGBA(0xe6e6e6ff), | ||||
| .text_sel = RGBA(0xffffffff), | .text_sel = RGBA(0xffffffff), | ||||
| .roundness = 0.2f, | .roundness = 0.2f, | ||||
| }, | }, | ||||
| .wcol_list_item = { | .wcol_list_item = { | ||||
| .outline = RGBA(0x2d2d2dff), | .outline = RGBA(0x2d2d2dff), | ||||
| .inner = RGBA(0x2d2d2d00), | .inner = RGBA(0x2d2d2d00), | ||||
| .inner_sel = RGBA(0x484a4fff), | .inner_sel = RGBA(0x484a4fff), | ||||
| .item = RGBA(0xb3b3b3ff), | .item = RGBA(0x4772b3ff), | ||||
| .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(0x3d3d3dff), | .outline = RGBA(0x3d3d3dff), | ||||
| .inner = RGBA(0x181818ff), | .inner = RGBA(0x181818ff), | ||||
| .inner_sel = RGBA(0x5680c2ff), | .inner_sel = RGBA(0x5680c2ff), | ||||
| ▲ Show 20 Lines • Show All 1,031 Lines • Show Last 20 Lines | |||||