Changeset View
Changeset View
Standalone View
Standalone View
release/datafiles/userdef/userdef_default_theme.c
| Show First 20 Lines • Show All 466 Lines • ▼ Show 20 Lines | .space_info = { | ||||
| .outline_width = 1, | .outline_width = 1, | ||||
| .facedot_size = 4, | .facedot_size = 4, | ||||
| .info_selected = RGBA(0x6080ffff), | .info_selected = RGBA(0x6080ffff), | ||||
| .info_selected_text = RGBA(0xffffffff), | .info_selected_text = RGBA(0xffffffff), | ||||
| .info_error = RGBA(0x990000ff), | .info_error = RGBA(0x990000ff), | ||||
| .info_error_text = RGBA(0xffffffff), | .info_error_text = RGBA(0xffffffff), | ||||
| .info_warning = RGBA(0xb36a00ff), | .info_warning = RGBA(0xb36a00ff), | ||||
| .info_warning_text = RGBA(0xffffffff), | .info_warning_text = RGBA(0xffffffff), | ||||
| .info_info = RGBA(0x668000ff), | .info_info = RGBA(0x1d4383ff), | ||||
| .info_info_text = RGBA(0xffffffff), | .info_info_text = RGBA(0xffffffff), | ||||
| .info_debug = RGBA(0xd3d3d3ff), | .info_debug = RGBA(0xd3d3d3ff), | ||||
| }, | }, | ||||
| .space_action = { | .space_action = { | ||||
| .back = RGBA(0x42424200), | .back = RGBA(0x42424200), | ||||
| .title = RGBA(0xeeeeeeff), | .title = RGBA(0xeeeeeeff), | ||||
| .text = RGBA(0x000000ff), | .text = RGBA(0x000000ff), | ||||
| .text_hi = RGBA(0xffffffff), | .text_hi = RGBA(0xffffffff), | ||||
| ▲ Show 20 Lines • Show All 573 Lines • Show Last 20 Lines | |||||