Changeset View
Changeset View
Standalone View
Standalone View
release/datafiles/userdef/userdef_default_theme.c
| Show First 20 Lines • Show All 364 Lines • ▼ Show 20 Lines | .space_view3d = { | ||||
| .gp_vertex_size = 3, | .gp_vertex_size = 3, | ||||
| .gp_vertex = RGBA(0x000000ff), | .gp_vertex = RGBA(0x000000ff), | ||||
| .gp_vertex_select = RGBA(0xff8500ff), | .gp_vertex_select = RGBA(0xff8500ff), | ||||
| .skin_root = RGBA(0xb44d4dff), | .skin_root = RGBA(0xb44d4dff), | ||||
| .paint_curve_pivot = RGBA(0xff7f7f7f), | .paint_curve_pivot = RGBA(0xff7f7f7f), | ||||
| .paint_curve_handle = RGBA(0x7fff7f7f), | .paint_curve_handle = RGBA(0x7fff7f7f), | ||||
| }, | }, | ||||
| .space_file = { | .space_file = { | ||||
| .back = RGBA(0x35353500), | .back = RGBA(0x33333300), | ||||
| .title = RGBA(0xffffffff), | .title = RGBA(0xffffffff), | ||||
| .text = RGBA(0xe6e6e6ff), | .text = RGBA(0xe6e6e6ff), | ||||
| .text_hi = RGBA(0xffffffff), | .text_hi = RGBA(0xffffffff), | ||||
| .header = RGBA(0x2e2e2eff), | .header = RGBA(0x2e2e2eff), | ||||
| .header_text = RGBA(0xeeeeeeff), | .header_text = RGBA(0xeeeeeeff), | ||||
| .header_text_hi = RGBA(0xffffffff), | .header_text_hi = RGBA(0xffffffff), | ||||
| .tab_active = RGBA(0x4b4b4bff), | .tab_active = RGBA(0x4b4b4bff), | ||||
| .tab_inactive = RGBA(0x2b2b2bff), | .tab_inactive = RGBA(0x2b2b2bff), | ||||
| .tab_back = RGBA(0x232323ff), | .tab_back = RGBA(0x232323ff), | ||||
| .tab_outline = RGBA(0x232323ff), | .tab_outline = RGBA(0x232323ff), | ||||
| .button = RGBA(0x424242ff), | .button = RGBA(0x4b4b4bff), | ||||
| .button_title = RGBA(0xffffffff), | .button_title = RGBA(0xffffffff), | ||||
| .button_text = RGBA(0xe5e5e5ff), | .button_text = RGBA(0xe5e5e5ff), | ||||
| .button_text_hi = RGBA(0xffffffff), | .button_text_hi = RGBA(0xffffffff), | ||||
| .execution_buts = RGBA(0x444444ff), | |||||
| .panelcolors = { | .panelcolors = { | ||||
| .header = RGBA(0x424242cc), | .header = RGBA(0x4b4b4bff), | ||||
| .back = RGBA(0x333333b3), | .back = RGBA(0x404040ff), | ||||
| .sub_back = RGBA(0x0000003e), | .sub_back = RGBA(0x0000003e), | ||||
| }, | }, | ||||
| .hilite = RGBA(0x4f76b3ff), | .hilite = RGBA(0x4f76b3ff), | ||||
| .vertex_size = 3, | .vertex_size = 3, | ||||
| .outline_width = 1, | .outline_width = 1, | ||||
| .facedot_size = 4, | .facedot_size = 4, | ||||
| }, | }, | ||||
| .space_graph = { | .space_graph = { | ||||
| ▲ Show 20 Lines • Show All 674 Lines • Show Last 20 Lines | |||||