⠀.XML 46KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570
  1. <bpy>
  2. <Theme>
  3. <user_interface>
  4. <ThemeUserInterface
  5. menu_shadow_fac="0.01"
  6. menu_shadow_width="0"
  7. icon_alpha="1"
  8. icon_saturation="0"
  9. widget_emboss="#ffffffff"
  10. editor_outline="#efefef"
  11. widget_text_cursor="#e6e6e6"
  12. transparent_checker_primary="#555555"
  13. transparent_checker_secondary="#aaaaaa"
  14. transparent_checker_size="4"
  15. axis_x="#9f9f9f"
  16. axis_y="#9f9f9f"
  17. axis_z="#9f9f9f"
  18. gizmo_hi="#2e2e2e"
  19. gizmo_primary="#9f9f9f"
  20. gizmo_secondary="#9f9f9f"
  21. gizmo_view_align="#9f9f9f"
  22. gizmo_a="#9f9f9f"
  23. gizmo_b="#9f9f9f"
  24. icon_scene="#808080ff"
  25. icon_collection="#808080ff"
  26. icon_object="#808080ff"
  27. icon_object_data="#808080ff"
  28. icon_modifier="#808080ff"
  29. icon_shading="#808080ff"
  30. icon_folder="#808080ff"
  31. icon_border_intensity="0"
  32. >
  33. <wcol_regular>
  34. <ThemeWidgetColors
  35. outline="#9f9f9f"
  36. inner="#ffffffff"
  37. inner_sel="#efefefff"
  38. item="#cfcfcfff"
  39. text="#606060"
  40. text_sel="#606060"
  41. show_shaded="FALSE"
  42. shadetop="0"
  43. shadedown="0"
  44. roundness="1"
  45. >
  46. </ThemeWidgetColors>
  47. </wcol_regular>
  48. <wcol_tool>
  49. <ThemeWidgetColors
  50. outline="#9f9f9f"
  51. inner="#ffffffff"
  52. inner_sel="#efefefff"
  53. item="#cfcfcfff"
  54. text="#606060"
  55. text_sel="#606060"
  56. show_shaded="FALSE"
  57. shadetop="0"
  58. shadedown="0"
  59. roundness="1"
  60. >
  61. </ThemeWidgetColors>
  62. </wcol_tool>
  63. <wcol_toolbar_item>
  64. <ThemeWidgetColors
  65. outline="#9f9f9f"
  66. inner="#ffffffff"
  67. inner_sel="#efefefff"
  68. item="#cfcfcfff"
  69. text="#606060"
  70. text_sel="#606060"
  71. show_shaded="FALSE"
  72. shadetop="0"
  73. shadedown="0"
  74. roundness="1"
  75. >
  76. </ThemeWidgetColors>
  77. </wcol_toolbar_item>
  78. <wcol_radio>
  79. <ThemeWidgetColors
  80. outline="#9f9f9f"
  81. inner="#ffffffff"
  82. inner_sel="#efefefff"
  83. item="#cfcfcfff"
  84. text="#606060"
  85. text_sel="#606060"
  86. show_shaded="FALSE"
  87. shadetop="0"
  88. shadedown="0"
  89. roundness="1"
  90. >
  91. </ThemeWidgetColors>
  92. </wcol_radio>
  93. <wcol_text>
  94. <ThemeWidgetColors
  95. outline="#9f9f9f"
  96. inner="#ffffffff"
  97. inner_sel="#efefefff"
  98. item="#cfcfcfff"
  99. text="#606060"
  100. text_sel="#606060"
  101. show_shaded="FALSE"
  102. shadetop="0"
  103. shadedown="0"
  104. roundness="1"
  105. >
  106. </ThemeWidgetColors>
  107. </wcol_text>
  108. <wcol_option>
  109. <ThemeWidgetColors
  110. outline="#9f9f9f"
  111. inner="#ffffffff"
  112. inner_sel="#efefefff"
  113. item="#cfcfcfff"
  114. text="#606060"
  115. text_sel="#606060"
  116. show_shaded="FALSE"
  117. shadetop="0"
  118. shadedown="0"
  119. roundness="1"
  120. >
  121. </ThemeWidgetColors>
  122. </wcol_option>
  123. <wcol_toggle>
  124. <ThemeWidgetColors
  125. outline="#9f9f9f"
  126. inner="#ffffffff"
  127. inner_sel="#efefefff"
  128. item="#cfcfcfff"
  129. text="#606060"
  130. text_sel="#606060"
  131. show_shaded="FALSE"
  132. shadetop="0"
  133. shadedown="0"
  134. roundness="1"
  135. >
  136. </ThemeWidgetColors>
  137. </wcol_toggle>
  138. <wcol_num>
  139. <ThemeWidgetColors
  140. outline="#9f9f9f"
  141. inner="#ffffffff"
  142. inner_sel="#efefefff"
  143. item="#cfcfcfff"
  144. text="#5d5d5d"
  145. text_sel="#606060"
  146. show_shaded="FALSE"
  147. shadetop="0"
  148. shadedown="0"
  149. roundness="1"
  150. >
  151. </ThemeWidgetColors>
  152. </wcol_num>
  153. <wcol_numslider>
  154. <ThemeWidgetColors
  155. outline="#9f9f9f"
  156. inner="#ffffffff"
  157. inner_sel="#efefefff"
  158. item="#cfcfcfff"
  159. text="#606060"
  160. text_sel="#606060"
  161. show_shaded="FALSE"
  162. shadetop="0"
  163. shadedown="0"
  164. roundness="1"
  165. >
  166. </ThemeWidgetColors>
  167. </wcol_numslider>
  168. <wcol_box>
  169. <ThemeWidgetColors
  170. outline="#9f9f9f"
  171. inner="#ffffffff"
  172. inner_sel="#efefefff"
  173. item="#cfcfcfff"
  174. text="#606060"
  175. text_sel="#606060"
  176. show_shaded="FALSE"
  177. shadetop="0"
  178. shadedown="0"
  179. roundness="1"
  180. >
  181. </ThemeWidgetColors>
  182. </wcol_box>
  183. <wcol_menu>
  184. <ThemeWidgetColors
  185. outline="#9f9f9f"
  186. inner="#ffffffff"
  187. inner_sel="#efefefff"
  188. item="#cfcfcfff"
  189. text="#606060"
  190. text_sel="#606060"
  191. show_shaded="FALSE"
  192. shadetop="0"
  193. shadedown="0"
  194. roundness="1"
  195. >
  196. </ThemeWidgetColors>
  197. </wcol_menu>
  198. <wcol_pulldown>
  199. <ThemeWidgetColors
  200. outline="#9f9f9f"
  201. inner="#ffffffff"
  202. inner_sel="#efefefff"
  203. item="#cfcfcfff"
  204. text="#606060"
  205. text_sel="#606060"
  206. show_shaded="FALSE"
  207. shadetop="0"
  208. shadedown="0"
  209. roundness="1"
  210. >
  211. </ThemeWidgetColors>
  212. </wcol_pulldown>
  213. <wcol_menu_back>
  214. <ThemeWidgetColors
  215. outline="#9f9f9f"
  216. inner="#ffffffff"
  217. inner_sel="#efefefff"
  218. item="#cfcfcfff"
  219. text="#606060"
  220. text_sel="#606060"
  221. show_shaded="FALSE"
  222. shadetop="0"
  223. shadedown="0"
  224. roundness="1"
  225. >
  226. </ThemeWidgetColors>
  227. </wcol_menu_back>
  228. <wcol_pie_menu>
  229. <ThemeWidgetColors
  230. outline="#9f9f9f"
  231. inner="#ffffffff"
  232. inner_sel="#efefefff"
  233. item="#cfcfcfff"
  234. text="#606060"
  235. text_sel="#606060"
  236. show_shaded="FALSE"
  237. shadetop="0"
  238. shadedown="0"
  239. roundness="1"
  240. >
  241. </ThemeWidgetColors>
  242. </wcol_pie_menu>
  243. <wcol_tooltip>
  244. <ThemeWidgetColors
  245. outline="#9f9f9f"
  246. inner="#ffffffff"
  247. inner_sel="#efefefff"
  248. item="#cfcfcfff"
  249. text="#606060"
  250. text_sel="#606060"
  251. show_shaded="FALSE"
  252. shadetop="0"
  253. shadedown="0"
  254. roundness="1"
  255. >
  256. </ThemeWidgetColors>
  257. </wcol_tooltip>
  258. <wcol_menu_item>
  259. <ThemeWidgetColors
  260. outline="#9f9f9f"
  261. inner="#ffffffff"
  262. inner_sel="#efefefff"
  263. item="#cfcfcfff"
  264. text="#606060"
  265. text_sel="#606060"
  266. show_shaded="FALSE"
  267. shadetop="0"
  268. shadedown="0"
  269. roundness="1"
  270. >
  271. </ThemeWidgetColors>
  272. </wcol_menu_item>
  273. <wcol_scroll>
  274. <ThemeWidgetColors
  275. outline="#9f9f9f"
  276. inner="#ffffffff"
  277. inner_sel="#efefefff"
  278. item="#efefefff"
  279. text="#606060"
  280. text_sel="#404040"
  281. show_shaded="FALSE"
  282. shadetop="0"
  283. shadedown="0"
  284. roundness="1"
  285. >
  286. </ThemeWidgetColors>
  287. </wcol_scroll>
  288. <wcol_progress>
  289. <ThemeWidgetColors
  290. outline="#9f9f9f"
  291. inner="#ffffffff"
  292. inner_sel="#efefefff"
  293. item="#cfcfcfff"
  294. text="#606060"
  295. text_sel="#606060"
  296. show_shaded="FALSE"
  297. shadetop="0"
  298. shadedown="0"
  299. roundness="1"
  300. >
  301. </ThemeWidgetColors>
  302. </wcol_progress>
  303. <wcol_list_item>
  304. <ThemeWidgetColors
  305. outline="#9f9f9f"
  306. inner="#ffffffff"
  307. inner_sel="#efefefff"
  308. item="#cfcfcfff"
  309. text="#606060"
  310. text_sel="#606060"
  311. show_shaded="FALSE"
  312. shadetop="0"
  313. shadedown="0"
  314. roundness="1"
  315. >
  316. </ThemeWidgetColors>
  317. </wcol_list_item>
  318. <wcol_state>
  319. <ThemeWidgetStateColors
  320. inner_anim="#606060"
  321. inner_anim_sel="#efefef"
  322. inner_key="#606060"
  323. inner_key_sel="#efefef"
  324. inner_driven="#606060"
  325. inner_driven_sel="#efefef"
  326. inner_overridden="#606060"
  327. inner_overridden_sel="#efefef"
  328. inner_changed="#606060"
  329. inner_changed_sel="#efefef"
  330. blend="0.5"
  331. >
  332. </ThemeWidgetStateColors>
  333. </wcol_state>
  334. <wcol_tab>
  335. <ThemeWidgetColors
  336. outline="#9f9f9f"
  337. inner="#ffffffff"
  338. inner_sel="#dfdfdfff"
  339. item="#cfcfcfff"
  340. text="#606060"
  341. text_sel="#606060"
  342. show_shaded="FALSE"
  343. shadetop="0"
  344. shadedown="0"
  345. roundness="1"
  346. >
  347. </ThemeWidgetColors>
  348. </wcol_tab>
  349. </ThemeUserInterface>
  350. </user_interface>
  351. <view_3d>
  352. <ThemeView3D
  353. grid="#dfdfdfdf"
  354. clipping_border_3d="#606060ff"
  355. wire="#000000"
  356. wire_edit="#606060"
  357. gp_vertex="#606060"
  358. gp_vertex_select="#efefef"
  359. gp_vertex_size="4"
  360. text_grease_pencil="#606060"
  361. object_selected="#efefef"
  362. object_active="#efefef"
  363. text_keyframe="#606060"
  364. camera="#606060"
  365. empty="#606060"
  366. light="#60606060"
  367. speaker="#606060"
  368. vertex="#404040"
  369. vertex_select="#bfbfbf"
  370. vertex_active="#000000"
  371. vertex_size="4"
  372. vertex_bevel="#606060"
  373. vertex_unreferenced="#606060"
  374. edge_select="#404040"
  375. edge_seam="#606060"
  376. edge_sharp="#606060"
  377. edge_crease="#606060"
  378. edge_bevel="#606060"
  379. edge_facesel="#606060"
  380. freestyle_edge_mark="#606060"
  381. face="#efefef80"
  382. face_select="#55555555"
  383. face_dot="#606060"
  384. facedot_size="4"
  385. freestyle_face_mark="#60606033"
  386. face_back="#ff0000b3"
  387. face_front="#0000ffb3"
  388. nurb_uline="#606060"
  389. nurb_vline="#606060"
  390. nurb_sel_uline="#606060"
  391. nurb_sel_vline="#606060"
  392. act_spline="#606060"
  393. handle_free="#606060"
  394. handle_auto="#606060"
  395. handle_vect="#606060"
  396. handle_sel_vect="#606060"
  397. handle_align="#606060"
  398. handle_sel_free="#606060"
  399. handle_sel_auto="#606060"
  400. handle_sel_align="#606060"
  401. lastsel_point="#606060"
  402. extra_edge_len="#606060"
  403. extra_edge_angle="#606060"
  404. extra_face_angle="#606060"
  405. extra_face_area="#606060"
  406. editmesh_active="#ffffff60"
  407. normal="#606060"
  408. vertex_normal="#606060"
  409. split_normal="#606060"
  410. bone_pose="#606060"
  411. bone_pose_active="#606060"
  412. bone_solid="#606060"
  413. bone_locked_weight="#ff000080"
  414. bundle_solid="#606060"
  415. camera_path="#606060"
  416. skin_root="#606060"
  417. view_overlay="#efefef"
  418. transform="#606060"
  419. frame_current="#bfbfbf"
  420. paint_curve_handle="#6060607f"
  421. paint_curve_pivot="#6060607f"
  422. outline_width="1"
  423. object_origin_size="4"
  424. >
  425. <space>
  426. <ThemeSpaceGradient
  427. title="#606060"
  428. text="#ffffff"
  429. text_hi="#ffffff"
  430. header="#ffffff00"
  431. header_text="#606060"
  432. header_text_hi="#efefef"
  433. button="#ffffffff"
  434. button_title="#606060"
  435. button_text="#606060"
  436. button_text_hi="#efefef"
  437. navigation_bar="#ffffff00"
  438. execution_buts="#ffffff00"
  439. tab_active="#efefef"
  440. tab_inactive="#ffffff"
  441. tab_back="#ffffff00"
  442. tab_outline="#9f9f9f"
  443. >
  444. <gradients>
  445. <ThemeGradientColors
  446. background_type="SINGLE_COLOR"
  447. high_gradient="#dddddd"
  448. gradient="#d9d9d9"
  449. >
  450. </ThemeGradientColors>
  451. </gradients>
  452. <panelcolors>
  453. <ThemePanelColors
  454. header="#ffffff00"
  455. back="#ffffff00"
  456. sub_back="#ffffff00"
  457. >
  458. </ThemePanelColors>
  459. </panelcolors>
  460. </ThemeSpaceGradient>
  461. </space>
  462. </ThemeView3D>
  463. </view_3d>
  464. <graph_editor>
  465. <ThemeGraphEditor
  466. grid="#bfbfbf"
  467. frame_current="#bfbfbf"
  468. time_scrub_background="#ffffffff"
  469. time_marker_line="#00000060"
  470. time_marker_line_selected="#ffffff60"
  471. window_sliders="#606060"
  472. channels_region="#ffffff"
  473. dopesheet_channel="#ffffff"
  474. dopesheet_subchannel="#ffffff"
  475. channel_group="#ffffff"
  476. active_channels_group="#ffffff"
  477. preview_range="#60606060"
  478. vertex="#606060"
  479. vertex_select="#efefef"
  480. vertex_active="#ffffff"
  481. vertex_size="4"
  482. vertex_bevel="#efefef"
  483. vertex_unreferenced="#606060"
  484. handle_free="#606060"
  485. handle_auto="#606060"
  486. handle_vect="#606060"
  487. handle_sel_vect="#606060"
  488. handle_align="#606060"
  489. handle_sel_free="#606060"
  490. handle_sel_auto="#606060"
  491. handle_sel_align="#606060"
  492. handle_auto_clamped="#606060"
  493. handle_sel_auto_clamped="#606060"
  494. lastsel_point="#606060"
  495. handle_vertex="#606060"
  496. handle_vertex_select="#efefef"
  497. handle_vertex_size="4"
  498. >
  499. <space>
  500. <ThemeSpaceGeneric
  501. back="#ffffff"
  502. title="#606060"
  503. text="#606060"
  504. text_hi="#ffffff"
  505. header="#ffffffff"
  506. header_text="#606060"
  507. header_text_hi="#efefef"
  508. button="#ffffffff"
  509. button_title="#606060"
  510. button_text="#606060"
  511. button_text_hi="#efefef"
  512. navigation_bar="#ffffffff"
  513. execution_buts="#ffffffff"
  514. tab_active="#efefef"
  515. tab_inactive="#ffffff"
  516. tab_back="#ffffffff"
  517. tab_outline="#9f9f9f"
  518. >
  519. <panelcolors>
  520. <ThemePanelColors
  521. header="#ffffffff"
  522. back="#ffffffff"
  523. sub_back="#ffffffff"
  524. >
  525. </ThemePanelColors>
  526. </panelcolors>
  527. </ThemeSpaceGeneric>
  528. </space>
  529. <space_list>
  530. <ThemeSpaceListGeneric
  531. list="#ffffff"
  532. list_title="#606060"
  533. list_text="#606060"
  534. list_text_hi="#bfbfbf"
  535. >
  536. </ThemeSpaceListGeneric>
  537. </space_list>
  538. </ThemeGraphEditor>
  539. </graph_editor>
  540. <file_browser>
  541. <ThemeFileBrowser
  542. selected_file="#efefef"
  543. row_alternate="#dfdfdf00"
  544. >
  545. <space>
  546. <ThemeSpaceGeneric
  547. back="#ffffff"
  548. title="#606060"
  549. text="#606060"
  550. text_hi="#efefef"
  551. header="#ffffff00"
  552. header_text="#606060"
  553. header_text_hi="#efefef"
  554. button="#ffffff00"
  555. button_title="#606060"
  556. button_text="#606060"
  557. button_text_hi="#efefef"
  558. navigation_bar="#ffffff00"
  559. execution_buts="#444444ff"
  560. tab_active="#efefef"
  561. tab_inactive="#ffffff"
  562. tab_back="#ffffff00"
  563. tab_outline="#9f9f9f"
  564. >
  565. <panelcolors>
  566. <ThemePanelColors
  567. header="#ffffff00"
  568. back="#ffffff00"
  569. sub_back="#ffffff00"
  570. >
  571. </ThemePanelColors>
  572. </panelcolors>
  573. </ThemeSpaceGeneric>
  574. </space>
  575. </ThemeFileBrowser>
  576. </file_browser>
  577. <nla_editor>
  578. <ThemeNLAEditor
  579. grid="#bfbfbf"
  580. view_sliders="#606060"
  581. dopesheet_channel="#5a85b2"
  582. nla_track="#ffffff"
  583. active_action="#efefef50"
  584. active_action_unset="#ffffff50"
  585. preview_range="#00000060"
  586. strips="#606060"
  587. strips_selected="#efefef"
  588. transition_strips="#606060"
  589. transition_strips_selected="#efefef"
  590. meta_strips="#606060"
  591. meta_strips_selected="#efefef"
  592. sound_strips="#606060"
  593. sound_strips_selected="#efefef"
  594. tweak="#606060"
  595. tweak_duplicate="#606060"
  596. keyframe_border="#9f9f9fff"
  597. keyframe_border_selected="#efefefff"
  598. frame_current="#bfbfbf"
  599. time_scrub_background="#ffffffff"
  600. time_marker_line="#00000060"
  601. time_marker_line_selected="#ffffff60"
  602. >
  603. <space>
  604. <ThemeSpaceGeneric
  605. back="#ffffff"
  606. title="#606060"
  607. text="#606060"
  608. text_hi="#efefef"
  609. header="#ffffffff"
  610. header_text="#606060"
  611. header_text_hi="#efefef"
  612. button="#ffffff00"
  613. button_title="#606060"
  614. button_text="#606060"
  615. button_text_hi="#efefef"
  616. navigation_bar="#ffffffff"
  617. execution_buts="#ffffff00"
  618. tab_active="#efefef"
  619. tab_inactive="#ffffff"
  620. tab_back="#ffffffff"
  621. tab_outline="#9f9f9f"
  622. >
  623. <panelcolors>
  624. <ThemePanelColors
  625. header="#ffffffff"
  626. back="#ffffffff"
  627. sub_back="#ffffff00"
  628. >
  629. </ThemePanelColors>
  630. </panelcolors>
  631. </ThemeSpaceGeneric>
  632. </space>
  633. <space_list>
  634. <ThemeSpaceListGeneric
  635. list="#ffffff"
  636. list_title="#606060"
  637. list_text="#606060"
  638. list_text_hi="#efefef"
  639. >
  640. </ThemeSpaceListGeneric>
  641. </space_list>
  642. </ThemeNLAEditor>
  643. </nla_editor>
  644. <dopesheet_editor>
  645. <ThemeDopeSheet
  646. grid="#bfbfbf"
  647. frame_current="#9f9f9f"
  648. time_scrub_background="#ffffffff"
  649. time_marker_line="#00000060"
  650. time_marker_line_selected="#ffffff60"
  651. value_sliders="#606060"
  652. view_sliders="#606060"
  653. dopesheet_channel="#ffffffff"
  654. dopesheet_subchannel="#ffffffff"
  655. channels="#ffffffff"
  656. channels_selected="#efefefef"
  657. channel_group="#ffffffff"
  658. active_channels_group="#efefef50"
  659. long_key="#60606080"
  660. long_key_selected="#efefefcc"
  661. keyframe="#606060"
  662. keyframe_selected="#efefef"
  663. keyframe_extreme="#606060"
  664. keyframe_extreme_selected="#efefef"
  665. keyframe_breakdown="#606060"
  666. keyframe_breakdown_selected="#efefef"
  667. keyframe_jitter="#606060"
  668. keyframe_jitter_selected="#efefef"
  669. keyframe_movehold="#606060"
  670. keyframe_movehold_selected="#efefef"
  671. keyframe_border="#606060ff"
  672. keyframe_border_selected="#efefefff"
  673. keyframe_scale_factor="0.8"
  674. summary="#ffffffff"
  675. preview_range="#00000060"
  676. interpolation_line="#606060cc"
  677. >
  678. <space>
  679. <ThemeSpaceGeneric
  680. back="#ffffff"
  681. title="#606060"
  682. text="#606060"
  683. text_hi="#ffffff"
  684. header="#ffffffff"
  685. header_text="#606060"
  686. header_text_hi="#efefef"
  687. button="#ffffff00"
  688. button_title="#606060"
  689. button_text="#606060"
  690. button_text_hi="#efefef"
  691. navigation_bar="#ffffffff"
  692. execution_buts="#ffffff00"
  693. tab_active="#efefef"
  694. tab_inactive="#ffffff"
  695. tab_back="#ffffffff"
  696. tab_outline="#9f9f9f"
  697. >
  698. <panelcolors>
  699. <ThemePanelColors
  700. header="#ffffffe0"
  701. back="#ffffffff"
  702. sub_back="#ffffff00"
  703. >
  704. </ThemePanelColors>
  705. </panelcolors>
  706. </ThemeSpaceGeneric>
  707. </space>
  708. <space_list>
  709. <ThemeSpaceListGeneric
  710. list="#ffffff"
  711. list_title="#606060"
  712. list_text="#606060"
  713. list_text_hi="#bfbfbf"
  714. >
  715. </ThemeSpaceListGeneric>
  716. </space_list>
  717. </ThemeDopeSheet>
  718. </dopesheet_editor>
  719. <image_editor>
  720. <ThemeImageEditor
  721. grid="#505050ff"
  722. vertex="#000000"
  723. vertex_select="#efefef"
  724. vertex_active="#000000"
  725. vertex_size="4"
  726. vertex_bevel="#606060"
  727. vertex_unreferenced="#606060"
  728. face="#ffffff0a"
  729. face_select="#efefef3c"
  730. face_dot="#efefef"
  731. facedot_size="4"
  732. freestyle_face_mark="#60606033"
  733. face_back="#00000000"
  734. face_front="#00000000"
  735. editmesh_active="#60606080"
  736. wire_edit="#9f9f9f"
  737. edge_select="#efefef"
  738. scope_back="#ffffffff"
  739. preview_stitch_face="#60606033"
  740. preview_stitch_edge="#60606033"
  741. preview_stitch_vert="#60606033"
  742. preview_stitch_stitchable="#606060ff"
  743. preview_stitch_unstitchable="#606060ff"
  744. preview_stitch_active="#efefef23"
  745. uv_shadow="#707070ff"
  746. frame_current="#9f9f9f"
  747. metadatabg="#ffffff"
  748. metadatatext="#606060"
  749. handle_free="#606060"
  750. handle_auto="#606060"
  751. handle_align="#606060"
  752. handle_sel_free="#606060"
  753. handle_sel_auto="#606060"
  754. handle_sel_align="#606060"
  755. handle_auto_clamped="#606060"
  756. handle_sel_auto_clamped="#606060"
  757. handle_vertex="#606060"
  758. handle_vertex_select="#efefef"
  759. handle_vertex_size="4"
  760. paint_curve_handle="#6060607f"
  761. paint_curve_pivot="#6060607f"
  762. >
  763. <space>
  764. <ThemeSpaceGeneric
  765. back="#ffffff"
  766. title="#606060"
  767. text="#606060"
  768. text_hi="#ffffff"
  769. header="#ffffff00"
  770. header_text="#606060"
  771. header_text_hi="#606060"
  772. button="#ffffff00"
  773. button_title="#606060"
  774. button_text="#606060"
  775. button_text_hi="#efefef"
  776. navigation_bar="#ffffff00"
  777. execution_buts="#ffffff00"
  778. tab_active="#efefef"
  779. tab_inactive="#ffffff"
  780. tab_back="#ffffff00"
  781. tab_outline="#9f9f9f"
  782. >
  783. <panelcolors>
  784. <ThemePanelColors
  785. header="#ffffffe0"
  786. back="#ffffffff"
  787. sub_back="#ffffff00"
  788. >
  789. </ThemePanelColors>
  790. </panelcolors>
  791. </ThemeSpaceGeneric>
  792. </space>
  793. </ThemeImageEditor>
  794. </image_editor>
  795. <sequence_editor>
  796. <ThemeSequenceEditor
  797. grid="#212121"
  798. window_sliders="#606060"
  799. movie_strip="#606060"
  800. movieclip_strip="#606060"
  801. image_strip="#606060"
  802. scene_strip="#606060"
  803. audio_strip="#606060"
  804. effect_strip="#606060"
  805. color_strip="#8f8f8f"
  806. meta_strip="#606060"
  807. mask_strip="#666666"
  808. text_strip="#606060"
  809. active_strip="#d9d9d9"
  810. selected_strip="#ff8f0d"
  811. frame_current="#bfbfbf"
  812. time_scrub_background="#ffffffff"
  813. time_marker_line="#00000060"
  814. time_marker_line_selected="#ffffff60"
  815. keyframe="#606060"
  816. draw_action="#606060"
  817. preview_back="#ffffff"
  818. metadatabg="#ffffff"
  819. metadatatext="#606060"
  820. preview_range="#a14d0066"
  821. row_alternate="#ffffff0d"
  822. >
  823. <space>
  824. <ThemeSpaceGeneric
  825. back="#ffffff"
  826. title="#606060"
  827. text="#606060"
  828. text_hi="#ffffff"
  829. header="#ffffffff"
  830. header_text="#606060"
  831. header_text_hi="#efefef"
  832. button="#ffffff00"
  833. button_title="#606060"
  834. button_text="#606060"
  835. button_text_hi="#efefef"
  836. navigation_bar="#ffffffff"
  837. execution_buts="#ffffff00"
  838. tab_active="#efefef"
  839. tab_inactive="#ffffff"
  840. tab_back="#ffffffff"
  841. tab_outline="#9f9f9f"
  842. >
  843. <panelcolors>
  844. <ThemePanelColors
  845. header="#ffffffe0"
  846. back="#ffffffe0"
  847. sub_back="#ffffff00"
  848. >
  849. </ThemePanelColors>
  850. </panelcolors>
  851. </ThemeSpaceGeneric>
  852. </space>
  853. </ThemeSequenceEditor>
  854. </sequence_editor>
  855. <properties>
  856. <ThemeProperties
  857. match="#bfbfbf"
  858. active_modifier="#bfbfbfff"
  859. >
  860. <space>
  861. <ThemeSpaceGeneric
  862. back="#ffffff"
  863. title="#606060"
  864. text="#606060"
  865. text_hi="#ffffff"
  866. header="#ffffff00"
  867. header_text="#606060"
  868. header_text_hi="#efefef"
  869. button="#ffffff00"
  870. button_title="#606060"
  871. button_text="#606060"
  872. button_text_hi="#efefef"
  873. navigation_bar="#ffffff00"
  874. execution_buts="#ffffff00"
  875. tab_active="#efefef"
  876. tab_inactive="#ffffff"
  877. tab_back="#ffffff00"
  878. tab_outline="#9f9f9f"
  879. >
  880. <panelcolors>
  881. <ThemePanelColors
  882. header="#ffffffff"
  883. back="#ffffffff"
  884. sub_back="#ffffff00"
  885. >
  886. </ThemePanelColors>
  887. </panelcolors>
  888. </ThemeSpaceGeneric>
  889. </space>
  890. </ThemeProperties>
  891. </properties>
  892. <text_editor>
  893. <ThemeTextEditor
  894. line_numbers="#d0d0d0"
  895. line_numbers_background="#ffffff"
  896. selected_text="#dfdfdf"
  897. cursor="#bfbfbf"
  898. syntax_builtin="#606060"
  899. syntax_symbols="#606060"
  900. syntax_special="#606060"
  901. syntax_preprocessor="#606060"
  902. syntax_reserved="#606060"
  903. syntax_comment="#606060"
  904. syntax_string="#606060"
  905. syntax_numbers="#606060"
  906. >
  907. <space>
  908. <ThemeSpaceGeneric
  909. back="#ffffff"
  910. title="#606060"
  911. text="#606060"
  912. text_hi="#ffffff"
  913. header="#ffffff00"
  914. header_text="#606060"
  915. header_text_hi="#efefef"
  916. button="#ffffff00"
  917. button_title="#606060"
  918. button_text="#606060"
  919. button_text_hi="#efefef"
  920. navigation_bar="#ffffff00"
  921. execution_buts="#ffffff00"
  922. tab_active="#efefef"
  923. tab_inactive="#ffffff"
  924. tab_back="#ffffff00"
  925. tab_outline="#9f9f9f"
  926. >
  927. <panelcolors>
  928. <ThemePanelColors
  929. header="#ffffff00"
  930. back="#ffffff00"
  931. sub_back="#ffffff00"
  932. >
  933. </ThemePanelColors>
  934. </panelcolors>
  935. </ThemeSpaceGeneric>
  936. </space>
  937. </ThemeTextEditor>
  938. </text_editor>
  939. <node_editor>
  940. <ThemeNodeEditor
  941. grid="#ffffff"
  942. node_selected="#606060"
  943. node_active="#000000"
  944. wire="#808080"
  945. wire_inner="#ffffff"
  946. wire_select="#606060"
  947. selected_text="#606060"
  948. node_backdrop="#ffffffff"
  949. converter_node="#ffffff"
  950. color_node="#ffffff"
  951. group_node="#ffffffff"
  952. group_socket_node="#ffffff"
  953. frame_node="#ffffffff"
  954. matte_node="#ffffff"
  955. distor_node="#ffffff"
  956. noodle_curving="0"
  957. grid_levels="2"
  958. input_node="#ffffff"
  959. output_node="#ffffff"
  960. filter_node="#ffffff"
  961. vector_node="#ffffff"
  962. texture_node="#ffffff"
  963. shader_node="#ffffff"
  964. script_node="#ffffff"
  965. pattern_node="#ffffff"
  966. layout_node="#ffffff"
  967. geometry_node="#ffffff"
  968. attribute_node="#ffffff"
  969. >
  970. <space>
  971. <ThemeSpaceGeneric
  972. back="#ffffff"
  973. title="#606060"
  974. text="#606060"
  975. text_hi="#606060"
  976. header="#ffffff00"
  977. header_text="#606060"
  978. header_text_hi="#efefef"
  979. button="#ffffff00"
  980. button_title="#606060"
  981. button_text="#606060"
  982. button_text_hi="#efefef"
  983. navigation_bar="#ffffff00"
  984. execution_buts="#ffffff00"
  985. tab_active="#efefef"
  986. tab_inactive="#ffffff"
  987. tab_back="#ffffff00"
  988. tab_outline="#9f9f9f"
  989. >
  990. <panelcolors>
  991. <ThemePanelColors
  992. header="#ffffff00"
  993. back="#ffffff00"
  994. sub_back="#ffffff00"
  995. >
  996. </ThemePanelColors>
  997. </panelcolors>
  998. </ThemeSpaceGeneric>
  999. </space>
  1000. <space_list>
  1001. <ThemeSpaceListGeneric
  1002. list="#ffffff"
  1003. list_title="#606060"
  1004. list_text="#606060"
  1005. list_text_hi="#efefef"
  1006. >
  1007. </ThemeSpaceListGeneric>
  1008. </space_list>
  1009. </ThemeNodeEditor>
  1010. </node_editor>
  1011. <outliner>
  1012. <ThemeOutliner
  1013. match="#606060"
  1014. selected_highlight="#dfdfdf"
  1015. active="#efefef"
  1016. selected_object="#9f9f9f"
  1017. active_object="#606060"
  1018. edited_object="#60606066"
  1019. row_alternate="#dfdfdf00"
  1020. >
  1021. <space>
  1022. <ThemeSpaceGeneric
  1023. back="#ffffff"
  1024. title="#606060"
  1025. text="#606060"
  1026. text_hi="#efefef"
  1027. header="#ffffff00"
  1028. header_text="#606060"
  1029. header_text_hi="#efefef"
  1030. button="#ffffff00"
  1031. button_title="#606060"
  1032. button_text="#606060"
  1033. button_text_hi="#efefef"
  1034. navigation_bar="#ffffff00"
  1035. execution_buts="#ffffff00"
  1036. tab_active="#efefef"
  1037. tab_inactive="#ffffff"
  1038. tab_back="#ffffff00"
  1039. tab_outline="#9f9f9f"
  1040. >
  1041. <panelcolors>
  1042. <ThemePanelColors
  1043. header="#ffffffff"
  1044. back="#ffffffff"
  1045. sub_back="#ffffff00"
  1046. >
  1047. </ThemePanelColors>
  1048. </panelcolors>
  1049. </ThemeSpaceGeneric>
  1050. </space>
  1051. </ThemeOutliner>
  1052. </outliner>
  1053. <info>
  1054. <ThemeInfo
  1055. info_selected="#ffffff"
  1056. info_selected_text="#606060"
  1057. info_error="#ffffffff"
  1058. info_error_text="#606060"
  1059. info_warning="#ffffffff"
  1060. info_warning_text="#606060"
  1061. info_info="#ffffffff"
  1062. info_info_text="#606060"
  1063. info_debug="#ffffffff"
  1064. info_debug_text="#606060"
  1065. info_property="#ffffffff"
  1066. info_property_text="#606060"
  1067. info_operator="#ffffffff"
  1068. info_operator_text="#606060"
  1069. >
  1070. <space>
  1071. <ThemeSpaceGeneric
  1072. back="#ffffff"
  1073. title="#606060"
  1074. text="#606060"
  1075. text_hi="#efefef"
  1076. header="#ffffff00"
  1077. header_text="#606060"
  1078. header_text_hi="#efefef"
  1079. button="#ffffff00"
  1080. button_title="#606060"
  1081. button_text="#606060"
  1082. button_text_hi="#efefef"
  1083. navigation_bar="#ffffff00"
  1084. execution_buts="#ffffff00"
  1085. tab_active="#efefef"
  1086. tab_inactive="#ffffff"
  1087. tab_back="#ffffff00"
  1088. tab_outline="#9f9f9f"
  1089. >
  1090. <panelcolors>
  1091. <ThemePanelColors
  1092. header="#ffffffff"
  1093. back="#ffffffff"
  1094. sub_back="#ffffff00"
  1095. >
  1096. </ThemePanelColors>
  1097. </panelcolors>
  1098. </ThemeSpaceGeneric>
  1099. </space>
  1100. </ThemeInfo>
  1101. </info>
  1102. <preferences>
  1103. <ThemePreferences>
  1104. <space>
  1105. <ThemeSpaceGeneric
  1106. back="#ffffff"
  1107. title="#606060"
  1108. text="#606060"
  1109. text_hi="#efefef"
  1110. header="#ffffff00"
  1111. header_text="#606060"
  1112. header_text_hi="#efefef"
  1113. button="#ffffff00"
  1114. button_title="#606060"
  1115. button_text="#606060"
  1116. button_text_hi="#efefef"
  1117. navigation_bar="#ffffff00"
  1118. execution_buts="#ffffff00"
  1119. tab_active="#efefef"
  1120. tab_inactive="#ffffff"
  1121. tab_back="#ffffff00"
  1122. tab_outline="#9f9f9f"
  1123. >
  1124. <panelcolors>
  1125. <ThemePanelColors
  1126. header="#ffffff00"
  1127. back="#ffffff00"
  1128. sub_back="#ffffff00"
  1129. >
  1130. </ThemePanelColors>
  1131. </panelcolors>
  1132. </ThemeSpaceGeneric>
  1133. </space>
  1134. </ThemePreferences>
  1135. </preferences>
  1136. <console>
  1137. <ThemeConsole
  1138. line_output="#606060"
  1139. line_input="#606060"
  1140. line_info="#ffffff"
  1141. line_error="#ffffff"
  1142. cursor="#606060"
  1143. select="#bfbfbf60"
  1144. >
  1145. <space>
  1146. <ThemeSpaceGeneric
  1147. back="#ffffff"
  1148. title="#606060"
  1149. text="#606060"
  1150. text_hi="#efefef"
  1151. header="#ffffff00"
  1152. header_text="#606060"
  1153. header_text_hi="#efefef"
  1154. button="#ffffff00"
  1155. button_title="#606060"
  1156. button_text="#606060"
  1157. button_text_hi="#efefef"
  1158. navigation_bar="#ffffff00"
  1159. execution_buts="#60606000"
  1160. tab_active="#efefef"
  1161. tab_inactive="#ffffff"
  1162. tab_back="#ffffff00"
  1163. tab_outline="#9f9f9f"
  1164. >
  1165. <panelcolors>
  1166. <ThemePanelColors
  1167. header="#ffffff00"
  1168. back="#ffffff00"
  1169. sub_back="#ffffff00"
  1170. >
  1171. </ThemePanelColors>
  1172. </panelcolors>
  1173. </ThemeSpaceGeneric>
  1174. </space>
  1175. </ThemeConsole>
  1176. </console>
  1177. <clip_editor>
  1178. <ThemeClipEditor
  1179. grid="#ffffffff"
  1180. marker_outline="#606060"
  1181. marker="#606060"
  1182. active_marker="#606060"
  1183. selected_marker="#606060"
  1184. disabled_marker="#606060"
  1185. locked_marker="#606060"
  1186. path_before="#606060"
  1187. path_after="#606060"
  1188. path_keyframe_before="#ffc4c4"
  1189. path_keyframe_after="#c4c4ff"
  1190. frame_current="#9f9f9f"
  1191. time_scrub_background="#606060e6"
  1192. time_marker_line="#00000060"
  1193. time_marker_line_selected="#ffffff60"
  1194. strips="#606060"
  1195. strips_selected="#efefef"
  1196. metadatabg="#ffffff"
  1197. metadatatext="#606060"
  1198. handle_free="#606060"
  1199. handle_auto="#606060"
  1200. handle_align="#606060"
  1201. handle_sel_free="#606060"
  1202. handle_sel_auto="#606060"
  1203. handle_sel_align="#606060"
  1204. handle_auto_clamped="#606060"
  1205. handle_sel_auto_clamped="#606060"
  1206. handle_vertex="#606060"
  1207. handle_vertex_select="#ffffff"
  1208. handle_vertex_size="4"
  1209. >
  1210. <space>
  1211. <ThemeSpaceGeneric
  1212. back="#ffffff"
  1213. title="#606060"
  1214. text="#ffffff"
  1215. text_hi="#efefef"
  1216. header="#ffffffff"
  1217. header_text="#606060"
  1218. header_text_hi="#efefef"
  1219. button="#ffffffff"
  1220. button_title="#606060"
  1221. button_text="#606060"
  1222. button_text_hi="#efefef"
  1223. navigation_bar="#ffffffff"
  1224. execution_buts="#ffffffff"
  1225. tab_active="#efefef"
  1226. tab_inactive="#ffffff"
  1227. tab_back="#ffffffff"
  1228. tab_outline="#9f9f9f"
  1229. >
  1230. <panelcolors>
  1231. <ThemePanelColors
  1232. header="#ffffff00"
  1233. back="#ffffff00"
  1234. sub_back="#ffffff00"
  1235. >
  1236. </ThemePanelColors>
  1237. </panelcolors>
  1238. </ThemeSpaceGeneric>
  1239. </space>
  1240. <space_list>
  1241. <ThemeSpaceListGeneric
  1242. list="#ffffff"
  1243. list_title="#606060"
  1244. list_text="#606060"
  1245. list_text_hi="#efefef"
  1246. >
  1247. </ThemeSpaceListGeneric>
  1248. </space_list>
  1249. </ThemeClipEditor>
  1250. </clip_editor>
  1251. <topbar>
  1252. <ThemeTopBar>
  1253. <space>
  1254. <ThemeSpaceGeneric
  1255. back="#ffffff"
  1256. title="#606060"
  1257. text="#606060"
  1258. text_hi="#ffffff"
  1259. header="#ffffff00"
  1260. header_text="#606060"
  1261. header_text_hi="#efefef"
  1262. button="#ffffff00"
  1263. button_title="#606060"
  1264. button_text="#606060"
  1265. button_text_hi="#efefef"
  1266. navigation_bar="#ffffff00"
  1267. execution_buts="#ffffff00"
  1268. tab_active="#efefef"
  1269. tab_inactive="#ffffff"
  1270. tab_back="#ffffff00"
  1271. tab_outline="#9f9f9f"
  1272. >
  1273. <panelcolors>
  1274. <ThemePanelColors
  1275. header="#ffffffff"
  1276. back="#ffffffff"
  1277. sub_back="#ffffffff"
  1278. >
  1279. </ThemePanelColors>
  1280. </panelcolors>
  1281. </ThemeSpaceGeneric>
  1282. </space>
  1283. </ThemeTopBar>
  1284. </topbar>
  1285. <statusbar>
  1286. <ThemeStatusBar>
  1287. <space>
  1288. <ThemeSpaceGeneric
  1289. back="#ffffff"
  1290. title="#606060"
  1291. text="#606060"
  1292. text_hi="#ffffff"
  1293. header="#ffffff00"
  1294. header_text="#606060"
  1295. header_text_hi="#efefef"
  1296. button="#ffffff00"
  1297. button_title="#606060"
  1298. button_text="#606060"
  1299. button_text_hi="#efefef"
  1300. navigation_bar="#ffffff00"
  1301. execution_buts="#ffffff00"
  1302. tab_active="#efefef"
  1303. tab_inactive="#ffffff"
  1304. tab_back="#ffffff00"
  1305. tab_outline="#9f9f9f"
  1306. >
  1307. <panelcolors>
  1308. <ThemePanelColors
  1309. header="#ffffffff"
  1310. back="#ffffffff"
  1311. sub_back="#ffffff00"
  1312. >
  1313. </ThemePanelColors>
  1314. </panelcolors>
  1315. </ThemeSpaceGeneric>
  1316. </space>
  1317. </ThemeStatusBar>
  1318. </statusbar>
  1319. <spreadsheet>
  1320. <ThemeSpreadsheet
  1321. row_alternate="#dfdfdf00"
  1322. >
  1323. <space>
  1324. <ThemeSpaceGeneric
  1325. back="#ffffff"
  1326. title="#606060"
  1327. text="#606060"
  1328. text_hi="#efefef"
  1329. header="#ffffff00"
  1330. header_text="#606060"
  1331. header_text_hi="#efefef"
  1332. button="#ffffff00"
  1333. button_title="#606060"
  1334. button_text="#606060"
  1335. button_text_hi="#efefef"
  1336. navigation_bar="#ffffff00"
  1337. execution_buts="#ffffff00"
  1338. tab_active="#efefef"
  1339. tab_inactive="#ffffff"
  1340. tab_back="#ffffff00"
  1341. tab_outline="#9f9f9f"
  1342. >
  1343. <panelcolors>
  1344. <ThemePanelColors
  1345. header="#ffffffff"
  1346. back="#ffffffff"
  1347. sub_back="#ffffff00"
  1348. >
  1349. </ThemePanelColors>
  1350. </panelcolors>
  1351. </ThemeSpaceGeneric>
  1352. </space>
  1353. </ThemeSpreadsheet>
  1354. </spreadsheet>
  1355. <bone_color_sets>
  1356. <ThemeBoneColorSet
  1357. normal="#9a0000"
  1358. select="#bd1111"
  1359. active="#f70a0a"
  1360. show_colored_constraints="FALSE"
  1361. >
  1362. </ThemeBoneColorSet>
  1363. <ThemeBoneColorSet
  1364. normal="#f74018"
  1365. select="#f66913"
  1366. active="#fa9900"
  1367. show_colored_constraints="FALSE"
  1368. >
  1369. </ThemeBoneColorSet>
  1370. <ThemeBoneColorSet
  1371. normal="#1e9109"
  1372. select="#59b70b"
  1373. active="#83ef1d"
  1374. show_colored_constraints="FALSE"
  1375. >
  1376. </ThemeBoneColorSet>
  1377. <ThemeBoneColorSet
  1378. normal="#0a3694"
  1379. select="#3667df"
  1380. active="#5ec1ef"
  1381. show_colored_constraints="FALSE"
  1382. >
  1383. </ThemeBoneColorSet>
  1384. <ThemeBoneColorSet
  1385. normal="#a9294e"
  1386. select="#c1416a"
  1387. active="#f05d91"
  1388. show_colored_constraints="FALSE"
  1389. >
  1390. </ThemeBoneColorSet>
  1391. <ThemeBoneColorSet
  1392. normal="#430c78"
  1393. select="#543aa3"
  1394. active="#8764d5"
  1395. show_colored_constraints="FALSE"
  1396. >
  1397. </ThemeBoneColorSet>
  1398. <ThemeBoneColorSet
  1399. normal="#24785a"
  1400. select="#3c9579"
  1401. active="#6fb6ab"
  1402. show_colored_constraints="FALSE"
  1403. >
  1404. </ThemeBoneColorSet>
  1405. <ThemeBoneColorSet
  1406. normal="#4b707c"
  1407. select="#6a8691"
  1408. active="#9bc2cd"
  1409. show_colored_constraints="FALSE"
  1410. >
  1411. </ThemeBoneColorSet>
  1412. <ThemeBoneColorSet
  1413. normal="#f4c90c"
  1414. select="#eec236"
  1415. active="#f3ff00"
  1416. show_colored_constraints="FALSE"
  1417. >
  1418. </ThemeBoneColorSet>
  1419. <ThemeBoneColorSet
  1420. normal="#1e2024"
  1421. select="#484c56"
  1422. active="#2e2e2e"
  1423. show_colored_constraints="FALSE"
  1424. >
  1425. </ThemeBoneColorSet>
  1426. <ThemeBoneColorSet
  1427. normal="#6f2f6a"
  1428. select="#9845be"
  1429. active="#d330d6"
  1430. show_colored_constraints="FALSE"
  1431. >
  1432. </ThemeBoneColorSet>
  1433. <ThemeBoneColorSet
  1434. normal="#6c8e22"
  1435. select="#7fb022"
  1436. active="#bbef5b"
  1437. show_colored_constraints="FALSE"
  1438. >
  1439. </ThemeBoneColorSet>
  1440. <ThemeBoneColorSet
  1441. normal="#8d8d8d"
  1442. select="#b0b0b0"
  1443. active="#dedede"
  1444. show_colored_constraints="FALSE"
  1445. >
  1446. </ThemeBoneColorSet>
  1447. <ThemeBoneColorSet
  1448. normal="#834326"
  1449. select="#8b5811"
  1450. active="#bd6a11"
  1451. show_colored_constraints="FALSE"
  1452. >
  1453. </ThemeBoneColorSet>
  1454. <ThemeBoneColorSet
  1455. normal="#08310e"
  1456. select="#1c430b"
  1457. active="#34622b"
  1458. show_colored_constraints="FALSE"
  1459. >
  1460. </ThemeBoneColorSet>
  1461. <ThemeBoneColorSet
  1462. normal="#000000"
  1463. select="#000000"
  1464. active="#000000"
  1465. show_colored_constraints="FALSE"
  1466. >
  1467. </ThemeBoneColorSet>
  1468. <ThemeBoneColorSet
  1469. normal="#000000"
  1470. select="#000000"
  1471. active="#000000"
  1472. show_colored_constraints="FALSE"
  1473. >
  1474. </ThemeBoneColorSet>
  1475. <ThemeBoneColorSet
  1476. normal="#000000"
  1477. select="#000000"
  1478. active="#000000"
  1479. show_colored_constraints="FALSE"
  1480. >
  1481. </ThemeBoneColorSet>
  1482. <ThemeBoneColorSet
  1483. normal="#000000"
  1484. select="#000000"
  1485. active="#000000"
  1486. show_colored_constraints="FALSE"
  1487. >
  1488. </ThemeBoneColorSet>
  1489. <ThemeBoneColorSet
  1490. normal="#000000"
  1491. select="#000000"
  1492. active="#000000"
  1493. show_colored_constraints="FALSE"
  1494. >
  1495. </ThemeBoneColorSet>
  1496. </bone_color_sets>
  1497. <collection_color>
  1498. <ThemeCollectionColor
  1499. color="#e2605b"
  1500. >
  1501. </ThemeCollectionColor>
  1502. <ThemeCollectionColor
  1503. color="#f1a355"
  1504. >
  1505. </ThemeCollectionColor>
  1506. <ThemeCollectionColor
  1507. color="#f1dc55"
  1508. >
  1509. </ThemeCollectionColor>
  1510. <ThemeCollectionColor
  1511. color="#7bcc7b"
  1512. >
  1513. </ThemeCollectionColor>
  1514. <ThemeCollectionColor
  1515. color="#5db6ea"
  1516. >
  1517. </ThemeCollectionColor>
  1518. <ThemeCollectionColor
  1519. color="#8d59da"
  1520. >
  1521. </ThemeCollectionColor>
  1522. <ThemeCollectionColor
  1523. color="#c673b8"
  1524. >
  1525. </ThemeCollectionColor>
  1526. <ThemeCollectionColor
  1527. color="#7a5441"
  1528. >
  1529. </ThemeCollectionColor>
  1530. </collection_color>
  1531. </Theme>
  1532. <ThemeStyle>
  1533. <panel_title>
  1534. <ThemeFontStyle
  1535. points="11"
  1536. font_kerning_style="FITTED"
  1537. shadow="0"
  1538. shadow_offset_x="0"
  1539. shadow_offset_y="0"
  1540. shadow_alpha="0"
  1541. shadow_value="1"
  1542. >
  1543. </ThemeFontStyle>
  1544. </panel_title>
  1545. <widget_label>
  1546. <ThemeFontStyle
  1547. points="11"
  1548. font_kerning_style="FITTED"
  1549. shadow="0"
  1550. shadow_offset_x="0"
  1551. shadow_offset_y="0"
  1552. shadow_alpha="0"
  1553. shadow_value="1"
  1554. >
  1555. </ThemeFontStyle>
  1556. </widget_label>
  1557. <widget>
  1558. <ThemeFontStyle
  1559. points="11"
  1560. font_kerning_style="FITTED"
  1561. shadow="5"
  1562. shadow_offset_x="0"
  1563. shadow_offset_y="0"
  1564. shadow_alpha="0"
  1565. shadow_value="1"
  1566. >
  1567. </ThemeFontStyle>
  1568. </widget>
  1569. </ThemeStyle>
  1570. </bpy>