Changeset View
Changeset View
Standalone View
Standalone View
release/datafiles/userdef/userdef_default_theme.c
| Show First 20 Lines • Show All 704 Lines • ▼ Show 20 Lines | .space_image = { | ||||
| .preview_back = RGBA(0x727272ff), | .preview_back = RGBA(0x727272ff), | ||||
| .preview_stitch_face = RGBA(0x7f7f0033), | .preview_stitch_face = RGBA(0x7f7f0033), | ||||
| .preview_stitch_edge = RGBA(0xff00ff33), | .preview_stitch_edge = RGBA(0xff00ff33), | ||||
| .preview_stitch_vert = RGBA(0x0000ff33), | .preview_stitch_vert = RGBA(0x0000ff33), | ||||
| .preview_stitch_stitchable = RGBA(0x00ff00ff), | .preview_stitch_stitchable = RGBA(0x00ff00ff), | ||||
| .preview_stitch_unstitchable = RGBA(0xff0000ff), | .preview_stitch_unstitchable = RGBA(0xff0000ff), | ||||
| .preview_stitch_active = RGBA(0xe1d2c323), | .preview_stitch_active = RGBA(0xe1d2c323), | ||||
| .uv_shadow = RGBA(0x707070ff), | .uv_shadow = RGBA(0x707070ff), | ||||
| .uv_others = RGBA(0x606060ff), | |||||
| .paint_curve_pivot = RGBA(0xff7f7f7f), | .paint_curve_pivot = RGBA(0xff7f7f7f), | ||||
| .paint_curve_handle = RGBA(0x7fff7f7f), | .paint_curve_handle = RGBA(0x7fff7f7f), | ||||
| .metadatatext = RGBA(0xffffffff), | .metadatatext = RGBA(0xffffffff), | ||||
| }, | }, | ||||
| .space_text = { | .space_text = { | ||||
| .back = RGBA(0x30303000), | .back = RGBA(0x30303000), | ||||
| .title = RGBA(0xeeeeeeff), | .title = RGBA(0xeeeeeeff), | ||||
| .text = RGBA(0xe6e6e6ff), | .text = RGBA(0xe6e6e6ff), | ||||
| ▲ Show 20 Lines • Show All 385 Lines • Show Last 20 Lines | |||||