Changeset View
Changeset View
Standalone View
Standalone View
release/datafiles/userdef/userdef_default_theme.c
| Show First 20 Lines • Show All 477 Lines • ▼ Show 20 Lines | .space_info = { | ||||
| }, | }, | ||||
| .vertex_size = 3, | .vertex_size = 3, | ||||
| .outline_width = 1, | .outline_width = 1, | ||||
| .facedot_size = 4, | .facedot_size = 4, | ||||
| .info_selected = RGBA(0x3b5689ff), | .info_selected = RGBA(0x3b5689ff), | ||||
| .info_selected_text = RGBA(0xffffffff), | .info_selected_text = RGBA(0xffffffff), | ||||
| .info_error = RGBA(0xff613dff), | .info_error = RGBA(0xff613dff), | ||||
| .info_error_text = RGBA(0xffffffff), | .info_error_text = RGBA(0xffffffff), | ||||
| .info_warning = RGBA(0xb36a00ff), | .info_warning = RGBA(0xf5bc41ff), | ||||
| .info_warning_text = RGBA(0xffffffff), | .info_warning_text = RGBA(0xffffffff), | ||||
| .info_info = RGBA(0x1d4383ff), | .info_info = RGBA(0x1d4383ff), | ||||
| .info_info_text = RGBA(0xffffffff), | .info_info_text = RGBA(0xffffffff), | ||||
| .info_debug = RGBA(0xd3d3d3ff), | .info_debug = RGBA(0xd3d3d3ff), | ||||
| .info_property = RGBA(0x3ace87ff), | .info_property = RGBA(0x3ace87ff), | ||||
| .info_property_text = RGBA(0xffffffff), | .info_property_text = RGBA(0xffffffff), | ||||
| .info_operator = RGBA(0x3ace87ff), | .info_operator = RGBA(0x3ace87ff), | ||||
| .info_operator_text = RGBA(0xffffffff), | .info_operator_text = RGBA(0xffffffff), | ||||
| ▲ Show 20 Lines • Show All 604 Lines • Show Last 20 Lines | |||||