Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-02-15 16:08:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-15 16:08:06 +0400
commit428f031237b8ad10a7d85110857167c1d3f57415 (patch)
treec3ebda9dd4ab5d01fe60301efd630c613819efb2 /release
parent77223492fd63f061b145b29bde5790fa1dd58c46 (diff)
parent3ac1ad5378cbf64f823e53cff393351764e042a8 (diff)
svn merge ^/trunk/blender -r44076:44118
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/rna_xml.py15
-rw-r--r--release/scripts/presets/interface_theme/back_to_black.xml813
-rw-r--r--release/scripts/presets/interface_theme/blender_24x.xml813
-rw-r--r--release/scripts/presets/interface_theme/elsyiun.xml813
-rw-r--r--release/scripts/presets/interface_theme/hexagon.xml813
-rw-r--r--release/scripts/presets/interface_theme/ubuntu_ambiance.xml813
-rw-r--r--release/scripts/startup/bl_ui/properties_render.py2
7 files changed, 4074 insertions, 8 deletions
diff --git a/release/scripts/modules/rna_xml.py b/release/scripts/modules/rna_xml.py
index c39d904bf08..eae7840b69b 100644
--- a/release/scripts/modules/rna_xml.py
+++ b/release/scripts/modules/rna_xml.py
@@ -150,13 +150,14 @@ def rna2xml(fw=print_ln,
# declare + attributes
if pretty_format:
- tmp_str = "<%s " % value_type_name
- tmp_ident = "\n" + ident + (" " * len(tmp_str))
-
- fw("%s%s%s>\n" % (ident, tmp_str, tmp_ident.join(node_attrs)))
-
- del tmp_str
- del tmp_ident
+ if node_attrs:
+ tmp_str = "<%s " % value_type_name
+ tmp_ident = "\n" + ident + (" " * len(tmp_str))
+ fw("%s%s%s>\n" % (ident, tmp_str, tmp_ident.join(node_attrs)))
+ del tmp_str
+ del tmp_ident
+ else:
+ fw("%s<%s>\n" % (ident, value_type_name))
else:
fw("%s<%s %s>\n" % (ident, value_type_name, " ".join(node_attrs)))
diff --git a/release/scripts/presets/interface_theme/back_to_black.xml b/release/scripts/presets/interface_theme/back_to_black.xml
new file mode 100644
index 00000000000..76c30bb293b
--- /dev/null
+++ b/release/scripts/presets/interface_theme/back_to_black.xml
@@ -0,0 +1,813 @@
+<bpy>
+ <Theme>
+ <view_3d>
+ <ThemeView3D object_active="#ff8c19"
+ editmesh_active="#ffffff80"
+ act_spline="#db2512"
+ handle_align="#803060"
+ handle_sel_align="#f090a0"
+ handle_auto="#909000"
+ handle_sel_auto="#f0ff40"
+ bone_pose="#50c8ff"
+ bone_solid="#c8c8c8"
+ bundle_solid="#c8c8c8"
+ camera_path="#5a5a5a"
+ frame_current="#60c040"
+ edge_crease="#cc0099"
+ extra_edge_len="#ffedf8"
+ edge_seam="#db2512"
+ edge_select="#ffa000"
+ edge_sharp="#ff2020"
+ edge_facesel="#6b6b6b"
+ face="#73828f12"
+ extra_face_angle="#00c900"
+ extra_face_area="#fff000"
+ face_dot="#ffa900"
+ facedot_size="4"
+ normal="#22dddd"
+ face_select="#ffa4003c"
+ handle_free="#7f7f7f"
+ handle_sel_free="#3b3b3b"
+ grid="#222222"
+ lamp="#c1d40028"
+ lastsel_point="#ffffff"
+ nurb_uline="#909000"
+ nurb_vline="#803060"
+ nurb_sel_uline="#f0ff40"
+ nurb_sel_vline="#f090a0"
+ object_grouped="#083008"
+ object_grouped_active="#55bb55"
+ object_selected="#f15800"
+ outline_width="1"
+ panel="#a5a5a57f"
+ speaker="#535353"
+ transform="#ffffff"
+ handle_vect="#409030"
+ handle_sel_vect="#40c030"
+ vertex="#72cfdd"
+ vertex_normal="#2361dd"
+ vertex_select="#ff8500"
+ vertex_size="3"
+ wire="#888888">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#7d7d7d"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#0f0f0f">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeView3D>
+ </view_3d>
+ <clip_editor>
+ <ThemeClipEditor active_marker="#ffffff"
+ frame_current="#1b501b"
+ disabled_marker="#7f0000"
+ grid="#5e5e5e"
+ handle_vertex="#e2e2e2"
+ handle_vertex_select="#ffff00"
+ handle_vertex_size="4"
+ locked_marker="#7f7f7f"
+ marker="#7f7f00"
+ marker_outline="#0094af"
+ path_after="#0000ff"
+ path_before="#ff0000"
+ selected_marker="#ffff00">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#070707"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#ffffff"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#0d0d0d">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeClipEditor>
+ </clip_editor>
+ <console>
+ <ThemeConsole cursor="#dc6060"
+ line_error="#dc6060"
+ line_info="#00aa00"
+ line_input="#cecece"
+ line_output="#6080ff">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#7d7d7d"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#0f0f0f">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeConsole>
+ </console>
+ <dopesheet_editor>
+ <ThemeDopeSheet active_channels_group="#87b17d"
+ channel_group="#4f6549"
+ channels="#707070"
+ channels_selected="#60c040"
+ frame_current="#2a5c1c"
+ dopesheet_channel="#52606e"
+ dopesheet_subchannel="#7c8996"
+ grid="#212121"
+ long_key="#0c0a0a"
+ long_key_selected="#ff8c00"
+ value_sliders="#000000"
+ view_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#ffffff"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#080808">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#020202"
+ list_text="#ebebeb"
+ list_text_hi="#ffffff"
+ list_title="#2c2c2c">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeDopeSheet>
+ </dopesheet_editor>
+ <file_browser>
+ <ThemeFileBrowser active_file="#b1b1b1"
+ active_file_text="#ffffff"
+ scroll_handle="#7f7070"
+ scrollbar="#a0a0a0"
+ selected_file="#354d66"
+ tiles="#343434">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#7d7d7d"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#000000">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#181818"
+ list_text="#5d5d5d"
+ list_text_hi="#ffffff"
+ list_title="#9e9e9e">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeFileBrowser>
+ </file_browser>
+ <graph_editor>
+ <ThemeGraphEditor active_channels_group="#87b17d"
+ handle_align="#803060"
+ handle_sel_align="#f090a0"
+ handle_auto="#909000"
+ handle_sel_auto="#f0ff40"
+ handle_auto_clamped="#994030"
+ handle_sel_auto_clamped="#f0af90"
+ channel_group="#4f6549"
+ channels_region="#6d6d6d"
+ frame_current="#336622"
+ dopesheet_channel="#52606e"
+ dopesheet_subchannel="#7c8996"
+ handle_free="#808080"
+ handle_sel_free="#808080"
+ grid="#262626"
+ handle_vertex="#808080"
+ handle_vertex_select="#ff8500"
+ handle_vertex_size="3"
+ lastsel_point="#808080"
+ panel="#ffffff"
+ handle_vect="#409030"
+ handle_sel_vect="#40c030"
+ vertex="#ffffff"
+ vertex_select="#ff8500"
+ vertex_size="3"
+ window_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#ffffff"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#0d0d0d">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#1a1a1a"
+ list_text="#bbbbbb"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeGraphEditor>
+ </graph_editor>
+ <image_editor>
+ <ThemeImageEditor editmesh_active="#ffffff80"
+ face="#ffffff0a"
+ face_dot="#ff8500"
+ facedot_size="3"
+ face_select="#ff85003c"
+ scope_back="#050505ff"
+ preview_stitch_active="#e1d2c323"
+ preview_stitch_edge="#ff8500b2"
+ preview_stitch_face="#1242b026"
+ preview_stitch_stitchable="#00ff00ff"
+ preview_stitch_unstitchable="#ff0000ff"
+ preview_stitch_vert="#ff85007f"
+ vertex="#0f13bb"
+ vertex_select="#ff8500"
+ vertex_size="3">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#7d7d7d"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#000000">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeImageEditor>
+ </image_editor>
+ <info>
+ <ThemeInfo>
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#adadad"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#9b9b9b"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#000000">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeInfo>
+ </info>
+ <logic_editor>
+ <ThemeLogicEditor panel="#a5a5a5">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#7d7d7d"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#070707">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeLogicEditor>
+ </logic_editor>
+ <nla_editor>
+ <ThemeNLAEditor bars="#707070"
+ bars_selected="#60c040"
+ frame_current="#2f6421"
+ grid="#5e5e5e"
+ strips="#aa8d8d"
+ strips_selected="#ff8c00"
+ view_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c3c3c3"
+ text="#ffffff"
+ text_hi="#ffffff"
+ title="#585858"
+ back="#0d0d0d">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#0c0c0c"
+ list_text="#d8d8d8"
+ list_text_hi="#ffffff"
+ list_title="#383838">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeNLAEditor>
+ </nla_editor>
+ <node_editor>
+ <ThemeNodeEditor converter_node="#113941"
+ group_node="#091a07"
+ in_out_node="#273053"
+ node_backdrop="#202030bc"
+ noodle_curving="5"
+ operator_node="#0e3157"
+ selected_text="#7f7070"
+ wire_select="#0019ff"
+ wire="#6eafff">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#c7c7c7"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#7d7d7d"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#000000">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#a5a5a5"
+ list_text="#ffffff"
+ list_text_hi="#b8ffff"
+ list_title="#ffffff">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeNodeEditor>
+ </node_editor>
+ <outliner>
+ <ThemeOutliner match="#245824"
+ selected_highlight="#212844">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#cccccc"
+ text_hi="#ffffff"
+ title="#9b9b9b"
+ back="#070707">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeOutliner>
+ </outliner>
+ <properties>
+ <ThemeProperties panel="#828282">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#7d7d7d"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#000000">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeProperties>
+ </properties>
+ <sequence_editor>
+ <ThemeSequenceEditor audio_strip="#2e8f8f"
+ frame_current="#2f5f23"
+ draw_action="#50c8ff"
+ effect_strip="#a9547c"
+ grid="#282828"
+ image_strip="#6d5881"
+ keyframe="#ff8500"
+ meta_strip="#6d9183"
+ movie_strip="#516987"
+ plugin_strip="#7e7e50"
+ scene_strip="#4e983e"
+ transition_strip="#a25f6f"
+ window_sliders="#a0a0a0">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#f3f3f3"
+ header_text_hi="#ffffff"
+ button="#020202"
+ button_text="#dddddd"
+ button_text_hi="#ffffff"
+ button_title="#bdbdbd"
+ text="#ffffff"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#202020">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeSequenceEditor>
+ </sequence_editor>
+ <text_editor>
+ <ThemeTextEditor cursor="#ff0000"
+ line_numbers_background="#191919"
+ scroll_bar="#acacac"
+ selected_text="#ffffff"
+ syntax_builtin="#cf3d99"
+ syntax_comment="#249d60"
+ syntax_numbers="#3c68ff"
+ syntax_special="#969629"
+ syntax_string="#cc3535">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#b9b9b9"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#cccccc"
+ button_text_hi="#ffffff"
+ button_title="#d8d8d8"
+ text="#ebebeb"
+ text_hi="#ffffff"
+ title="#9e9e9e"
+ back="#050505">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeTextEditor>
+ </text_editor>
+ <timeline>
+ <ThemeTimeline frame_current="#2e5820"
+ grid="#272727">
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#c7c7c7"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#000000">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeTimeline>
+ </timeline>
+ <user_interface>
+ <ThemeUserInterface icon_alpha="1"
+ icon_file="">
+ <wcol_box>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_box>
+ <wcol_list_item>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_list_item>
+ <wcol_menu_back>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_menu_back>
+ <wcol_menu_item>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_menu_item>
+ <wcol_menu>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#2a2a2aff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_menu>
+ <wcol_num>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#2a2a2aff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_num>
+ <wcol_option>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#000000ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#c7c7c7"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_option>
+ <panel>
+ <ThemePanelColors header="#000000ff"
+ show_header="FALSE">
+ </ThemePanelColors>
+ </panel>
+ <wcol_progress>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_progress>
+ <wcol_pulldown>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_pulldown>
+ <wcol_radio>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_radio>
+ <wcol_regular>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_regular>
+ <wcol_scroll>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_scroll>
+ <wcol_numslider>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#111111ff"
+ item="#33406bff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_numslider>
+ <wcol_state>
+ <ThemeWidgetStateColors inner_anim="#56ff00"
+ inner_anim_sel="#56ff00"
+ blend="0.1"
+ inner_driven="#b400ff"
+ inner_driven_sel="#9900e6"
+ inner_key="#fff400"
+ inner_key_sel="#fff400">
+ </ThemeWidgetStateColors>
+ </wcol_state>
+ <wcol_text>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#e4e4e4"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_text>
+ <wcol_toggle>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_toggle>
+ <wcol_tool>
+ <ThemeWidgetColors inner="#111111ff"
+ inner_sel="#33406bff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="0"
+ shadetop="-100"
+ show_shaded="TRUE"
+ text="#929292"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_tool>
+ </ThemeUserInterface>
+ </user_interface>
+ <user_preferences>
+ <ThemeUserPreferences>
+ <space>
+ <ThemeSpaceGeneric header="#000000"
+ header_text="#979797"
+ header_text_hi="#ffffff"
+ button="#000000"
+ button_text="#c3c3c3"
+ button_text_hi="#ffffff"
+ button_title="#c5c5c5"
+ text="#7d7d7d"
+ text_hi="#ffffff"
+ title="#5d5d5d"
+ back="#000000">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeUserPreferences>
+ </user_preferences>
+ <bone_color_sets>
+ <ThemeBoneColorSet active="#f70a0a"
+ show_colored_constraints="FALSE"
+ normal="#9a0000"
+ select="#bd1111">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#fa9900"
+ show_colored_constraints="FALSE"
+ normal="#f74018"
+ select="#f66913">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#83ef1d"
+ show_colored_constraints="FALSE"
+ normal="#1e9109"
+ select="#59b70b">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#5ec1ef"
+ show_colored_constraints="FALSE"
+ normal="#0a3694"
+ select="#3667df">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#f05d91"
+ show_colored_constraints="FALSE"
+ normal="#a9294e"
+ select="#c1416a">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#8764d5"
+ show_colored_constraints="FALSE"
+ normal="#430c78"
+ select="#543aa3">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#6fb6ab"
+ show_colored_constraints="FALSE"
+ normal="#24785a"
+ select="#3c9579">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#9bc2cd"
+ show_colored_constraints="FALSE"
+ normal="#4b707c"
+ select="#6a8691">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#f3ff00"
+ show_colored_constraints="FALSE"
+ normal="#f4c90c"
+ select="#eec236">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#ffffff"
+ show_colored_constraints="FALSE"
+ normal="#1e2024"
+ select="#484c56">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#d330d6"
+ show_colored_constraints="FALSE"
+ normal="#6f2f6a"
+ select="#9845be">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#bbef5b"
+ show_colored_constraints="FALSE"
+ normal="#6c8e22"
+ select="#7fb022">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#dedede"
+ show_colored_constraints="FALSE"
+ normal="#8d8d8d"
+ select="#b0b0b0">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#bd6a11"
+ show_colored_constraints="FALSE"
+ normal="#834326"
+ select="#8b5811">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#34622b"
+ show_colored_constraints="FALSE"
+ normal="#08310e"
+ select="#1c430b">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ </bone_color_sets>
+ </Theme>
+</bpy>
diff --git a/release/scripts/presets/interface_theme/blender_24x.xml b/release/scripts/presets/interface_theme/blender_24x.xml
new file mode 100644
index 00000000000..046a05982cf
--- /dev/null
+++ b/release/scripts/presets/interface_theme/blender_24x.xml
@@ -0,0 +1,813 @@
+<bpy>
+ <Theme>
+ <view_3d>
+ <ThemeView3D object_active="#ffbbff"
+ editmesh_active="#ffffff80"
+ act_spline="#db2512"
+ handle_align="#803060"
+ handle_sel_align="#f090a0"
+ handle_auto="#909000"
+ handle_sel_auto="#f0ff40"
+ bone_pose="#50c8ff"
+ bone_solid="#c8c8c8"
+ bundle_solid="#c8c8c8"
+ camera_path="#000000"
+ frame_current="#60c040"
+ edge_crease="#cc0099"
+ extra_edge_len="#200000"
+ edge_seam="#e69632"
+ edge_select="#cece38"
+ edge_sharp="#ff2020"
+ edge_facesel="#4b4b4b"
+ face="#0032961e"
+ extra_face_angle="#000080"
+ extra_face_area="#002000"
+ face_dot="#ff8a30"
+ facedot_size="4"
+ normal="#22dddd"
+ face_select="#c864c83c"
+ handle_free="#000000"
+ handle_sel_free="#000000"
+ grid="#5c5c5c"
+ lamp="#00000028"
+ lastsel_point="#ffffff"
+ nurb_uline="#909000"
+ nurb_vline="#803060"
+ nurb_sel_uline="#f0ff40"
+ nurb_sel_vline="#f090a0"
+ object_grouped="#104010"
+ object_grouped_active="#55bb55"
+ object_selected="#ff88ff"
+ outline_width="1"
+ panel="#a5a5a5ff"
+ speaker="#000000"
+ transform="#ffffff"
+ handle_vect="#409030"
+ handle_sel_vect="#40c030"
+ vertex="#ff70ff"
+ vertex_normal="#2361dd"
+ vertex_select="#ffff70"
+ vertex_size="2"
+ wire="#000000">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#5a5a5a"
+ button_text_hi="#ffffff"
+ button_title="#5a5a5a"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#757575">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeView3D>
+ </view_3d>
+ <clip_editor>
+ <ThemeClipEditor active_marker="#ffffff"
+ frame_current="#60c040"
+ disabled_marker="#7f0000"
+ grid="#5e5e5e"
+ handle_vertex="#000000"
+ handle_vertex_select="#ffff00"
+ handle_vertex_size="4"
+ locked_marker="#7f7f7f"
+ marker="#7f7f00"
+ marker_outline="#000000"
+ path_after="#0000ff"
+ path_before="#ff0000"
+ selected_marker="#ffff00">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#757575">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeClipEditor>
+ </clip_editor>
+ <console>
+ <ThemeConsole cursor="#dc6060"
+ line_error="#dc6060"
+ line_info="#00aa00"
+ line_input="#ffffff"
+ line_output="#000000">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#b4b4b4">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeConsole>
+ </console>
+ <dopesheet_editor>
+ <ThemeDopeSheet active_channels_group="#87b17d"
+ channel_group="#4f6549"
+ channels="#707070"
+ channels_selected="#60c040"
+ frame_current="#60c040"
+ dopesheet_channel="#52606e"
+ dopesheet_subchannel="#7c8996"
+ grid="#858585"
+ long_key="#0c0a0a"
+ long_key_selected="#ff8c00"
+ value_sliders="#000000"
+ view_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#a0a0a0">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#b4b4b4"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeDopeSheet>
+ </dopesheet_editor>
+ <file_browser>
+ <ThemeFileBrowser active_file="#828282"
+ active_file_text="#fafafa"
+ scroll_handle="#7f7070"
+ scrollbar="#a0a0a0"
+ selected_file="#7f7f7f"
+ tiles="#b4b4b4">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#0f0f0f"
+ title="#000000"
+ back="#b4b4b4">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#b4b4b4"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeFileBrowser>
+ </file_browser>
+ <graph_editor>
+ <ThemeGraphEditor active_channels_group="#87b17d"
+ handle_align="#803060"
+ handle_sel_align="#f090a0"
+ handle_auto="#909000"
+ handle_sel_auto="#f0ff40"
+ handle_auto_clamped="#000000"
+ handle_sel_auto_clamped="#000000"
+ channel_group="#4f6549"
+ channels_region="#707070"
+ frame_current="#60c040"
+ dopesheet_channel="#52606e"
+ dopesheet_subchannel="#7c8996"
+ handle_free="#000000"
+ handle_sel_free="#000000"
+ grid="#818181"
+ handle_vertex="#000000"
+ handle_vertex_select="#ff8500"
+ handle_vertex_size="3"
+ lastsel_point="#ffffff"
+ panel="#ffffff"
+ handle_vect="#409030"
+ handle_sel_vect="#40c030"
+ vertex="#000000"
+ vertex_select="#ff8500"
+ vertex_size="3"
+ window_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#727272"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#979797">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#b4b4b4"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeGraphEditor>
+ </graph_editor>
+ <image_editor>
+ <ThemeImageEditor editmesh_active="#ffffff80"
+ face="#ffffff0a"
+ face_dot="#ff8500"
+ facedot_size="3"
+ face_select="#ff85003c"
+ scope_back="#b4b4b4ff"
+ preview_stitch_active="#e1d2c323"
+ preview_stitch_edge="#ff8500b2"
+ preview_stitch_face="#1242b026"
+ preview_stitch_stitchable="#00ff00ff"
+ preview_stitch_unstitchable="#ff0000ff"
+ preview_stitch_vert="#ff85007f"
+ vertex="#000000"
+ vertex_select="#ff8500"
+ vertex_size="3">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#757575">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeImageEditor>
+ </image_editor>
+ <info>
+ <ThemeInfo>
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#b4b4b4">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeInfo>
+ </info>
+ <logic_editor>
+ <ThemeLogicEditor panel="#a5a5a5">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#b4b4b4">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeLogicEditor>
+ </logic_editor>
+ <nla_editor>
+ <ThemeNLAEditor bars="#707070"
+ bars_selected="#60c040"
+ frame_current="#60c040"
+ grid="#5e5e5e"
+ strips="#0c0a0a"
+ strips_selected="#ff8c00"
+ view_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#757575">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#b4b4b4"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeNLAEditor>
+ </nla_editor>
+ <node_editor>
+ <ThemeNodeEditor converter_node="#686a75"
+ group_node="#69756e"
+ in_out_node="#646464"
+ node_backdrop="#9b9b9ba0"
+ noodle_curving="5"
+ operator_node="#6c696f"
+ selected_text="#7f7070"
+ wire_select="#ffffff"
+ wire="#000000">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#757575">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#a5a5a5"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeNodeEditor>
+ </node_editor>
+ <outliner>
+ <ThemeOutliner match="#337f33"
+ selected_highlight="#82878c">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#b4b4b4">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeOutliner>
+ </outliner>
+ <properties>
+ <ThemeProperties panel="#828282">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#b4b4b4">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeProperties>
+ </properties>
+ <sequence_editor>
+ <ThemeSequenceEditor audio_strip="#2e8f8f"
+ frame_current="#60c040"
+ draw_action="#50c8ff"
+ effect_strip="#a9547c"
+ grid="#404040"
+ image_strip="#6d5881"
+ keyframe="#ff8500"
+ meta_strip="#6d9183"
+ movie_strip="#516987"
+ plugin_strip="#7e7e50"
+ scene_strip="#4e983e"
+ transition_strip="#a25f6f"
+ window_sliders="#a0a0a0">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#949494">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeSequenceEditor>
+ </sequence_editor>
+ <text_editor>
+ <ThemeTextEditor cursor="#ff0000"
+ line_numbers_background="#818181"
+ scroll_bar="#8f8f8f"
+ selected_text="#c67777"
+ syntax_builtin="#800050"
+ syntax_comment="#006432"
+ syntax_numbers="#0000c8"
+ syntax_special="#5f5f00"
+ syntax_string="#640000">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#999999">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeTextEditor>
+ </text_editor>
+ <timeline>
+ <ThemeTimeline frame_current="#60c040"
+ grid="#5b5b5b">
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#999999">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeTimeline>
+ </timeline>
+ <user_interface>
+ <ThemeUserInterface icon_alpha="1"
+ icon_file="">
+ <wcol_box>
+ <ThemeWidgetColors inner="#d4d4d4ff"
+ inner_sel="#646464ff"
+ item="#191919ff"
+ outline="#262626"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_box>
+ <wcol_list_item>
+ <ThemeWidgetColors inner="#00000000"
+ inner_sel="#7f7f7fff"
+ item="#000000ff"
+ outline="#000000"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="FALSE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_list_item>
+ <wcol_menu_back>
+ <ThemeWidgetColors inner="#d2d2d2ff"
+ inner_sel="#999999ff"
+ item="#646464ff"
+ outline="#000000"
+ shadedown="25"
+ shadetop="-25"
+ show_shaded="FALSE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_menu_back>
+ <wcol_menu_item>
+ <ThemeWidgetColors inner="#00000000"
+ inner_sel="#7f7f7fff"
+ item="#ffffffff"
+ outline="#000000"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_menu_item>
+ <wcol_menu>
+ <ThemeWidgetColors inner="#d0d0d0ff"
+ inner_sel="#464646ff"
+ item="#717171ff"
+ outline="#262626"
+ shadedown="-10"
+ shadetop="5"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#cccccc">
+ </ThemeWidgetColors>
+ </wcol_menu>
+ <wcol_num>
+ <ThemeWidgetColors inner="#a1a1a1a4"
+ inner_sel="#999999ff"
+ item="#585858ff"
+ outline="#262626"
+ shadedown="0"
+ shadetop="-5"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_num>
+ <wcol_option>
+ <ThemeWidgetColors inner="#aababbff"
+ inner_sel="#667677ff"
+ item="#ffffffff"
+ outline="#262626"
+ shadedown="-10"
+ shadetop="10"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#000000">
+ </ThemeWidgetColors>
+ </wcol_option>
+ <panel>
+ <ThemePanelColors header="#00000019"
+ show_header="FALSE">
+ </ThemePanelColors>
+ </panel>
+ <wcol_progress>
+ <ThemeWidgetColors inner="#bebebeff"
+ inner_sel="#646464b4"
+ item="#444444ff"
+ outline="#000000"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_progress>
+ <wcol_pulldown>
+ <ThemeWidgetColors inner="#3f3f3fff"
+ inner_sel="#7f7f7fff"
+ item="#ffffffff"
+ outline="#000000"
+ shadedown="-10"
+ shadetop="15"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_pulldown>
+ <wcol_radio>
+ <ThemeWidgetColors inner="#d0d0d0ff"
+ inner_sel="#667677ff"
+ item="#ffffffff"
+ outline="#262626"
+ shadedown="-10"
+ shadetop="10"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_radio>
+ <wcol_regular>
+ <ThemeWidgetColors inner="#999999ff"
+ inner_sel="#646464ff"
+ item="#191919ff"
+ outline="#262626"
+ shadedown="-10"
+ shadetop="10"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_regular>
+ <wcol_scroll>
+ <ThemeWidgetColors inner="#b4b4b42e"
+ inner_sel="#646464b4"
+ item="#b4b4b4ff"
+ outline="#262626"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_scroll>
+ <wcol_numslider>
+ <ThemeWidgetColors inner="#808080ff"
+ inner_sel="#999999ff"
+ item="#d2d2d2ff"
+ outline="#262626"
+ shadedown="0"
+ shadetop="-20"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_numslider>
+ <wcol_state>
+ <ThemeWidgetStateColors inner_anim="#73be4c"
+ inner_anim_sel="#5aa633"
+ blend="0.5"
+ inner_driven="#b400ff"
+ inner_driven_sel="#9900e6"
+ inner_key="#f0eb64"
+ inner_key_sel="#d7d34b">
+ </ThemeWidgetStateColors>
+ </wcol_state>
+ <wcol_text>
+ <ThemeWidgetColors inner="#aea8b2ff"
+ inner_sel="#999999ff"
+ item="#5a5a5aff"
+ outline="#262626"
+ shadedown="10"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_text>
+ <wcol_toggle>
+ <ThemeWidgetColors inner="#d0d0d0ff"
+ inner_sel="#7d7d7dff"
+ item="#191919ff"
+ outline="#262626"
+ shadedown="-15"
+ shadetop="15"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_toggle>
+ <wcol_tool>
+ <ThemeWidgetColors inner="#c6bab0ff"
+ inner_sel="#646464ff"
+ item="#191919ff"
+ outline="#262626"
+ shadedown="-10"
+ shadetop="10"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_tool>
+ </ThemeUserInterface>
+ </user_interface>
+ <user_preferences>
+ <ThemeUserPreferences>
+ <space>
+ <ThemeSpaceGeneric header="#b4b4b4"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#999999">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeUserPreferences>
+ </user_preferences>
+ <bone_color_sets>
+ <ThemeBoneColorSet active="#f70a0a"
+ show_colored_constraints="FALSE"
+ normal="#9a0000"
+ select="#bd1111">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#fa9900"
+ show_colored_constraints="FALSE"
+ normal="#f74018"
+ select="#f66913">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#83ef1d"
+ show_colored_constraints="FALSE"
+ normal="#1e9109"
+ select="#59b70b">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#5ec1ef"
+ show_colored_constraints="FALSE"
+ normal="#0a3694"
+ select="#3667df">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#f05d91"
+ show_colored_constraints="FALSE"
+ normal="#a9294e"
+ select="#c1416a">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#8764d5"
+ show_colored_constraints="FALSE"
+ normal="#430c78"
+ select="#543aa3">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#6fb6ab"
+ show_colored_constraints="FALSE"
+ normal="#24785a"
+ select="#3c9579">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#9bc2cd"
+ show_colored_constraints="FALSE"
+ normal="#4b707c"
+ select="#6a8691">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#f3ff00"
+ show_colored_constraints="FALSE"
+ normal="#f4c90c"
+ select="#eec236">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#ffffff"
+ show_colored_constraints="FALSE"
+ normal="#1e2024"
+ select="#484c56">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#d330d6"
+ show_colored_constraints="FALSE"
+ normal="#6f2f6a"
+ select="#9845be">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#bbef5b"
+ show_colored_constraints="FALSE"
+ normal="#6c8e22"
+ select="#7fb022">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#dedede"
+ show_colored_constraints="FALSE"
+ normal="#8d8d8d"
+ select="#b0b0b0">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#bd6a11"
+ show_colored_constraints="FALSE"
+ normal="#834326"
+ select="#8b5811">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#34622b"
+ show_colored_constraints="FALSE"
+ normal="#08310e"
+ select="#1c430b">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ </bone_color_sets>
+ </Theme>
+</bpy>
diff --git a/release/scripts/presets/interface_theme/elsyiun.xml b/release/scripts/presets/interface_theme/elsyiun.xml
new file mode 100644
index 00000000000..cce51d6de38
--- /dev/null
+++ b/release/scripts/presets/interface_theme/elsyiun.xml
@@ -0,0 +1,813 @@
+<bpy>
+ <Theme>
+ <view_3d>
+ <ThemeView3D object_active="#ff7c00"
+ editmesh_active="#ffffff80"
+ act_spline="#db2512"
+ handle_align="#803060"
+ handle_sel_align="#f090a0"
+ handle_auto="#909000"
+ handle_sel_auto="#f0ff40"
+ bone_pose="#50c8ff"
+ bone_solid="#c8c8c8"
+ bundle_solid="#c8c8c8"
+ camera_path="#000000"
+ frame_current="#60c040"
+ edge_crease="#cc0099"
+ extra_edge_len="#200000"
+ edge_seam="#db2512"
+ edge_select="#cb7027"
+ edge_sharp="#00ffff"
+ edge_facesel="#4b4b4b"
+ face="#00000036"
+ extra_face_angle="#000080"
+ extra_face_area="#002000"
+ face_dot="#be6925"
+ facedot_size="2"
+ normal="#22dddd"
+ face_select="#a47c5b73"
+ handle_free="#000000"
+ handle_sel_free="#000000"
+ grid="#585858"
+ lamp="#00000028"
+ lastsel_point="#ffffff"
+ nurb_uline="#909000"
+ nurb_vline="#803060"
+ nurb_sel_uline="#f0ff40"
+ nurb_sel_vline="#f090a0"
+ object_grouped="#083008"
+ object_grouped_active="#55bb55"
+ object_selected="#ffffff"
+ outline_width="1"
+ panel="#a5a5a57f"
+ speaker="#000000"
+ transform="#ffffff"
+ handle_vect="#409030"
+ handle_sel_vect="#40c030"
+ vertex="#93b2c2"
+ vertex_normal="#2361dd"
+ vertex_select="#be6925"
+ vertex_size="3"
+ wire="#000000">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#b9b9b9"
+ header_text_hi="#ffffff"
+ button="#3b3b3b"
+ button_text="#979797"
+ button_text_hi="#ffffff"
+ button_title="#979797"
+ text="#b8b8b8"
+ text_hi="#e9e9e9"
+ title="#000000"
+ back="#4b4b4b">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeView3D>
+ </view_3d>
+ <clip_editor>
+ <ThemeClipEditor active_marker="#ffffff"
+ frame_current="#60c040"
+ disabled_marker="#7f0000"
+ grid="#5e5e5e"
+ handle_vertex="#000000"
+ handle_vertex_select="#ffff00"
+ handle_vertex_size="4"
+ locked_marker="#7f7f7f"
+ marker="#7f7f00"
+ marker_outline="#000000"
+ path_after="#0000ff"
+ path_before="#ff0000"
+ selected_marker="#ffff00">
+ <space>
+ <ThemeSpaceGeneric header="#313131"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3b3b3b"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#393939">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeClipEditor>
+ </clip_editor>
+ <console>
+ <ThemeConsole cursor="#dc6060"
+ line_error="#dc6060"
+ line_info="#00aa00"
+ line_input="#ffffff"
+ line_output="#b8b8b8">
+ <space>
+ <ThemeSpaceGeneric header="#303030"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3b3b3b"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#202020">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeConsole>
+ </console>
+ <dopesheet_editor>
+ <ThemeDopeSheet active_channels_group="#87b17d"
+ channel_group="#4f6549"
+ channels="#707070"
+ channels_selected="#60c040"
+ frame_current="#60c040"
+ dopesheet_channel="#52606e"
+ dopesheet_subchannel="#7c8996"
+ grid="#585858"
+ long_key="#0c0a0a"
+ long_key_selected="#ff8c00"
+ value_sliders="#000000"
+ view_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#aaaaaa"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#ffffff"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#4b4b4b">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#3b3b3b"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeDopeSheet>
+ </dopesheet_editor>
+ <file_browser>
+ <ThemeFileBrowser active_file="#828282"
+ active_file_text="#fafafa"
+ scroll_handle="#7f7070"
+ scrollbar="#a0a0a0"
+ selected_file="#755129"
+ tiles="#3b3b3b">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#8b8b8b"
+ header_text_hi="#ffffff"
+ button="#303030"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#cacaca"
+ text_hi="#0f0f0f"
+ title="#8b8b8b"
+ back="#4b4b4b">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#3b3b3b"
+ list_text="#8b8b8b"
+ list_text_hi="#ffffff"
+ list_title="#8b8b8b">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeFileBrowser>
+ </file_browser>
+ <graph_editor>
+ <ThemeGraphEditor active_channels_group="#87b17d"
+ handle_align="#803060"
+ handle_sel_align="#f090a0"
+ handle_auto="#909000"
+ handle_sel_auto="#f0ff40"
+ handle_auto_clamped="#994030"
+ handle_sel_auto_clamped="#f0af90"
+ channel_group="#4f6549"
+ channels_region="#707070"
+ frame_current="#60c040"
+ dopesheet_channel="#52606e"
+ dopesheet_subchannel="#545d66"
+ handle_free="#000000"
+ handle_sel_free="#000000"
+ grid="#585858"
+ handle_vertex="#000000"
+ handle_vertex_select="#ff8500"
+ handle_vertex_size="4"
+ lastsel_point="#ffffff"
+ panel="#ffffff"
+ handle_vect="#409030"
+ handle_sel_vect="#40c030"
+ vertex="#000000"
+ vertex_select="#ff8500"
+ vertex_size="3"
+ window_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3b3b3b"
+ button_text="#8b8b8b"
+ button_text_hi="#ffffff"
+ button_title="#8b8b8b"
+ text="#ffffff"
+ text_hi="#ffffff"
+ title="#8b8b8b"
+ back="#4b4b4b">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#3b3b3b"
+ list_text="#8b8b8b"
+ list_text_hi="#ffffff"
+ list_title="#8b8b8b">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeGraphEditor>
+ </graph_editor>
+ <image_editor>
+ <ThemeImageEditor editmesh_active="#ffffff80"
+ face="#a47c5b0a"
+ face_dot="#ffffff"
+ facedot_size="3"
+ face_select="#a47c5b3c"
+ scope_back="#303030ff"
+ preview_stitch_active="#e1d2c323"
+ preview_stitch_edge="#ff8500b2"
+ preview_stitch_face="#1242b026"
+ preview_stitch_stitchable="#00ff00ff"
+ preview_stitch_unstitchable="#ff0000ff"
+ preview_stitch_vert="#ff85007f"
+ vertex="#32adec"
+ vertex_select="#be6925"
+ vertex_size="3">
+ <space>
+ <ThemeSpaceGeneric header="#303030"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#303030"
+ button_text="#8b8b8b"
+ button_text_hi="#ffffff"
+ button_title="#8b8b8b"
+ text="#8b8b8b"
+ text_hi="#ffffff"
+ title="#8b8b8b"
+ back="#4b4b4b">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeImageEditor>
+ </image_editor>
+ <info>
+ <ThemeInfo>
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#8b8b8b"
+ header_text_hi="#000000"
+ button="#3b3b3b"
+ button_text="#000000"
+ button_text_hi="#000000"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#000000"
+ title="#000000"
+ back="#727272">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeInfo>
+ </info>
+ <logic_editor>
+ <ThemeLogicEditor panel="#3b3b3b">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3b3b3b"
+ button_text="#8b8b8b"
+ button_text_hi="#ffffff"
+ button_title="#8b8b8b"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#3b3b3b">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeLogicEditor>
+ </logic_editor>
+ <nla_editor>
+ <ThemeNLAEditor bars="#707070"
+ bars_selected="#60c040"
+ frame_current="#60c040"
+ grid="#585858"
+ strips="#0c0a0a"
+ strips_selected="#ff8c00"
+ view_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3b3b3b"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#ffffff"
+ text_hi="#ffffff"
+ title="#8b8b8b"
+ back="#4b4b4b">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#3b3b3b"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeNLAEditor>
+ </nla_editor>
+ <node_editor>
+ <ThemeNodeEditor converter_node="#575675"
+ group_node="#1e7524"
+ in_out_node="#e08706"
+ node_backdrop="#9b9b9ba0"
+ noodle_curving="5"
+ operator_node="#2c6f6f"
+ selected_text="#7f7070"
+ wire_select="#ffffff"
+ wire="#000000">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3b3b3b"
+ button_text="#8b8b8b"
+ button_text_hi="#ffffff"
+ button_title="#8b8b8b"
+ text="#dbdbdb"
+ text_hi="#ffffff"
+ title="#8b8b8b"
+ back="#3b3b3b">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#a5a5a5"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeNodeEditor>
+ </node_editor>
+ <outliner>
+ <ThemeOutliner match="#337f33"
+ selected_highlight="#82878c">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#727272"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#cacaca"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#4b4b4b">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeOutliner>
+ </outliner>
+ <properties>
+ <ThemeProperties panel="#828282">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#727272"
+ button_text="#b8b8b8"
+ button_text_hi="#ffffff"
+ button_title="#b8b8b8"
+ text="#b8b8b8"
+ text_hi="#ffffff"
+ title="#979797"
+ back="#3b3b3b">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeProperties>
+ </properties>
+ <sequence_editor>
+ <ThemeSequenceEditor audio_strip="#2e8f8f"
+ frame_current="#60c040"
+ draw_action="#50c8ff"
+ effect_strip="#a9547c"
+ grid="#818181"
+ image_strip="#6d5881"
+ keyframe="#ff8500"
+ meta_strip="#6d9183"
+ movie_strip="#516987"
+ plugin_strip="#7e7e50"
+ scene_strip="#4e983e"
+ transition_strip="#a25f6f"
+ window_sliders="#a0a0a0">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3b3b3b"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#ffffff"
+ text_hi="#ffffff"
+ title="#8b8b8b"
+ back="#636363">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeSequenceEditor>
+ </sequence_editor>
+ <text_editor>
+ <ThemeTextEditor cursor="#8b8bff"
+ line_numbers_background="#2e2e2e"
+ scroll_bar="#8f8f8f"
+ selected_text="#4e4e8f"
+ syntax_builtin="#808bed"
+ syntax_comment="#cd8b00"
+ syntax_numbers="#f0ad6d"
+ syntax_special="#c080d0"
+ syntax_string="#ffcd8b">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3b3b3b"
+ button_text="#8b8b8b"
+ button_text_hi="#ffffff"
+ button_title="#8b8b8b"
+ text="#cfbfad"
+ text_hi="#ffffff"
+ title="#8b8b8b"
+ back="#1e1e27">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeTextEditor>
+ </text_editor>
+ <timeline>
+ <ThemeTimeline frame_current="#60c040"
+ grid="#5b5b5b">
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#727272"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#b8b8b8"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#4b4b4b">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeTimeline>
+ </timeline>
+ <user_interface>
+ <ThemeUserInterface icon_alpha="1"
+ icon_file="">
+ <wcol_box>
+ <ThemeWidgetColors inner="#4b4b4bff"
+ inner_sel="#646464ff"
+ item="#191919ff"
+ outline="#2a2a2a"
+ shadedown="-7"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_box>
+ <wcol_list_item>
+ <ThemeWidgetColors inner="#00000000"
+ inner_sel="#a9753777"
+ item="#000000ff"
+ outline="#000000"
+ shadedown="-10"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#e0e0e0"
+ text_sel="#000000">
+ </ThemeWidgetColors>
+ </wcol_list_item>
+ <wcol_menu_back>
+ <ThemeWidgetColors inner="#3b3b3bff"
+ inner_sel="#2d2d2de6"
+ item="#646464ff"
+ outline="#000000"
+ shadedown="-20"
+ shadetop="25"
+ show_shaded="FALSE"
+ text="#b8b8b8"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_menu_back>
+ <wcol_menu_item>
+ <ThemeWidgetColors inner="#00000000"
+ inner_sel="#b67e3eff"
+ item="#ffffffff"
+ outline="#000000"
+ shadedown="20"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#b8b8b8"
+ text_sel="#000000">
+ </ThemeWidgetColors>
+ </wcol_menu_item>
+ <wcol_menu>
+ <ThemeWidgetColors inner="#444444ff"
+ inner_sel="#464646ff"
+ item="#7a7a7aff"
+ outline="#2c2c2c"
+ shadedown="0"
+ shadetop="5"
+ show_shaded="TRUE"
+ text="#b8b8b8"
+ text_sel="#cccccc">
+ </ThemeWidgetColors>
+ </wcol_menu>
+ <wcol_num>
+ <ThemeWidgetColors inner="#414141ff"
+ inner_sel="#999999ff"
+ item="#7a7a7aff"
+ outline="#303030"
+ shadedown="0"
+ shadetop="5"
+ show_shaded="TRUE"
+ text="#b8b8b8"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_num>
+ <wcol_option>
+ <ThemeWidgetColors inner="#4e4e4eff"
+ inner_sel="#a9753aff"
+ item="#ffffffff"
+ outline="#303030"
+ shadedown="0"
+ shadetop="5"
+ show_shaded="TRUE"
+ text="#b8b8b8"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_option>
+ <panel>
+ <ThemePanelColors header="#00000019"
+ show_header="FALSE">
+ </ThemePanelColors>
+ </panel>
+ <wcol_progress>
+ <ThemeWidgetColors inner="#bebebeff"
+ inner_sel="#646464b4"
+ item="#444444ff"
+ outline="#000000"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="FALSE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_progress>
+ <wcol_pulldown>
+ <ThemeWidgetColors inner="#3f3f3fff"
+ inner_sel="#f78805ff"
+ item="#ffffffff"
+ outline="#000000"
+ shadedown="0"
+ shadetop="25"
+ show_shaded="TRUE"
+ text="#b8b8b8"
+ text_sel="#000000">
+ </ThemeWidgetColors>
+ </wcol_pulldown>
+ <wcol_radio>
+ <ThemeWidgetColors inner="#414141ff"
+ inner_sel="#b67e3eff"
+ item="#ffffffff"
+ outline="#303030"
+ shadedown="0"
+ shadetop="5"
+ show_shaded="TRUE"
+ text="#b8b8b8"
+ text_sel="#000000">
+ </ThemeWidgetColors>
+ </wcol_radio>
+ <wcol_regular>
+ <ThemeWidgetColors inner="#4e4e4eff"
+ inner_sel="#b67e3eff"
+ item="#191919ff"
+ outline="#191919"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="FALSE"
+ text="#b8b8b8"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_regular>
+ <wcol_scroll>
+ <ThemeWidgetColors inner="#6c707200"
+ inner_sel="#646464b4"
+ item="#414141ff"
+ outline="#2d2d2d"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_scroll>
+ <wcol_numslider>
+ <ThemeWidgetColors inner="#606068ff"
+ inner_sel="#91919dff"
+ item="#4b4b4bff"
+ outline="#303030"
+ shadedown="0"
+ shadetop="-10"
+ show_shaded="TRUE"
+ text="#a2a2a2"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_numslider>
+ <wcol_state>
+ <ThemeWidgetStateColors inner_anim="#339900"
+ inner_anim_sel="#2b8000"
+ blend="0.5"
+ inner_driven="#b400ff"
+ inner_driven_sel="#9900e6"
+ inner_key="#999300"
+ inner_key_sel="#666200">
+ </ThemeWidgetStateColors>
+ </wcol_state>
+ <wcol_text>
+ <ThemeWidgetColors inner="#7a8287ff"
+ inner_sel="#999999ff"
+ item="#5a5a5aff"
+ outline="#303030"
+ shadedown="0"
+ shadetop="5"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_text>
+ <wcol_toggle>
+ <ThemeWidgetColors inner="#555555ff"
+ inner_sel="#796348ff"
+ item="#191919ff"
+ outline="#303030"
+ shadedown="0"
+ shadetop="5"
+ show_shaded="TRUE"
+ text="#b8b8b8"
+ text_sel="#000000">
+ </ThemeWidgetColors>
+ </wcol_toggle>
+ <wcol_tool>
+ <ThemeWidgetColors inner="#414141ff"
+ inner_sel="#b67e3eff"
+ item="#191919ff"
+ outline="#303030"
+ shadedown="0"
+ shadetop="5"
+ show_shaded="TRUE"
+ text="#b8b8b8"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_tool>
+ </ThemeUserInterface>
+ </user_interface>
+ <user_preferences>
+ <ThemeUserPreferences>
+ <space>
+ <ThemeSpaceGeneric header="#3b3b3b"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#727272"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#b8b8b8"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#3b3b3b">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeUserPreferences>
+ </user_preferences>
+ <bone_color_sets>
+ <ThemeBoneColorSet active="#f70a0a"
+ show_colored_constraints="FALSE"
+ normal="#9a0000"
+ select="#bd1111">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#fa9900"
+ show_colored_constraints="FALSE"
+ normal="#f74018"
+ select="#f66913">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#83ef1d"
+ show_colored_constraints="FALSE"
+ normal="#1e9109"
+ select="#59b70b">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#5ec1ef"
+ show_colored_constraints="FALSE"
+ normal="#0a3694"
+ select="#3667df">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#f05d91"
+ show_colored_constraints="FALSE"
+ normal="#a9294e"
+ select="#c1416a">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#8764d5"
+ show_colored_constraints="FALSE"
+ normal="#430c78"
+ select="#543aa3">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#6fb6ab"
+ show_colored_constraints="FALSE"
+ normal="#24785a"
+ select="#3c9579">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#9bc2cd"
+ show_colored_constraints="FALSE"
+ normal="#4b707c"
+ select="#6a8691">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#f3ff00"
+ show_colored_constraints="FALSE"
+ normal="#f4c90c"
+ select="#eec236">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#ffffff"
+ show_colored_constraints="FALSE"
+ normal="#1e2024"
+ select="#484c56">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#d330d6"
+ show_colored_constraints="FALSE"
+ normal="#6f2f6a"
+ select="#9845be">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#bbef5b"
+ show_colored_constraints="FALSE"
+ normal="#6c8e22"
+ select="#7fb022">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#dedede"
+ show_colored_constraints="FALSE"
+ normal="#8d8d8d"
+ select="#b0b0b0">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#bd6a11"
+ show_colored_constraints="FALSE"
+ normal="#834326"
+ select="#8b5811">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#34622b"
+ show_colored_constraints="FALSE"
+ normal="#08310e"
+ select="#1c430b">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ </bone_color_sets>
+ </Theme>
+</bpy>
diff --git a/release/scripts/presets/interface_theme/hexagon.xml b/release/scripts/presets/interface_theme/hexagon.xml
new file mode 100644
index 00000000000..07c05656c26
--- /dev/null
+++ b/release/scripts/presets/interface_theme/hexagon.xml
@@ -0,0 +1,813 @@
+<bpy>
+ <Theme>
+ <view_3d>
+ <ThemeView3D object_active="#6ed8ff"
+ editmesh_active="#00e8ff80"
+ act_spline="#db2512"
+ handle_align="#803060"
+ handle_sel_align="#f090a0"
+ handle_auto="#909000"
+ handle_sel_auto="#f0ff40"
+ bone_pose="#50c8ff"
+ bone_solid="#c8c8c8"
+ bundle_solid="#c8c8c8"
+ camera_path="#000000"
+ frame_current="#60c040"
+ edge_crease="#cc0099"
+ extra_edge_len="#200000"
+ edge_seam="#e69632"
+ edge_select="#1151ce"
+ edge_sharp="#ff2020"
+ edge_facesel="#4b4b4b"
+ face="#affff418"
+ extra_face_angle="#00008a"
+ extra_face_area="#002000"
+ face_dot="#4fc9ff"
+ facedot_size="3"
+ normal="#00ffff"
+ face_select="#1151ce66"
+ handle_free="#000000"
+ handle_sel_free="#000000"
+ grid="#5e5e83"
+ lamp="#00000028"
+ lastsel_point="#ffffff"
+ nurb_uline="#909000"
+ nurb_vline="#803060"
+ nurb_sel_uline="#f0ff40"
+ nurb_sel_vline="#f090a0"
+ object_grouped="#104010"
+ object_grouped_active="#55bb55"
+ object_selected="#52c6ff"
+ outline_width="1"
+ panel="#a5a5a5ff"
+ speaker="#000000"
+ transform="#ffffff"
+ handle_vect="#409030"
+ handle_sel_vect="#40c030"
+ vertex="#334cca"
+ vertex_normal="#2361dd"
+ vertex_select="#0097da"
+ vertex_size="3"
+ wire="#000000">
+ <space>
+ <ThemeSpaceGeneric header="#646875"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#6c717f"
+ button_text="#d7d7d7"
+ button_text_hi="#ffffff"
+ button_title="#eaeaea"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#7f818d">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeView3D>
+ </view_3d>
+ <clip_editor>
+ <ThemeClipEditor active_marker="#ffffff"
+ frame_current="#60c040"
+ disabled_marker="#7f0000"
+ grid="#5e5e5e"
+ handle_vertex="#000000"
+ handle_vertex_select="#ffff00"
+ handle_vertex_size="4"
+ locked_marker="#7f7f7f"
+ marker="#7f7f00"
+ marker_outline="#000000"
+ path_after="#0000ff"
+ path_before="#ff0000"
+ selected_marker="#ffff00">
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#646875"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#7c7e88">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeClipEditor>
+ </clip_editor>
+ <console>
+ <ThemeConsole cursor="#dc6060"
+ line_error="#dc0606"
+ line_info="#00aa00"
+ line_input="#ffffff"
+ line_output="#000000">
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#6c717f"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#7c7e88">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeConsole>
+ </console>
+ <dopesheet_editor>
+ <ThemeDopeSheet active_channels_group="#87b17d"
+ channel_group="#4f6549"
+ channels="#707070"
+ channels_selected="#60c040"
+ frame_current="#60c040"
+ dopesheet_channel="#52606e"
+ dopesheet_subchannel="#7c8996"
+ grid="#58587c"
+ long_key="#0c0a0a"
+ long_key_selected="#ff8c00"
+ value_sliders="#000000"
+ view_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#6c717f"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#7c7e88">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#6c717f"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeDopeSheet>
+ </dopesheet_editor>
+ <file_browser>
+ <ThemeFileBrowser active_file="#859cb9"
+ active_file_text="#fafafa"
+ scroll_handle="#7f7070"
+ scrollbar="#a0a0a0"
+ selected_file="#69a5be"
+ tiles="#5c606c">
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#dddddd"
+ header_text_hi="#ffffff"
+ button="#6c717f"
+ button_text="#d7d7d7"
+ button_text_hi="#ffffff"
+ button_title="#d7d7d7"
+ text="#000000"
+ text_hi="#0f0f0f"
+ title="#000000"
+ back="#646875">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#6c717f"
+ list_text="#d7d7d7"
+ list_text_hi="#ffffff"
+ list_title="#d7d7d7">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeFileBrowser>
+ </file_browser>
+ <graph_editor>
+ <ThemeGraphEditor active_channels_group="#87b17d"
+ handle_align="#803060"
+ handle_sel_align="#f090a0"
+ handle_auto="#909000"
+ handle_sel_auto="#f0ff40"
+ handle_auto_clamped="#000000"
+ handle_sel_auto_clamped="#000000"
+ channel_group="#4f6549"
+ channels_region="#707070"
+ frame_current="#60c040"
+ dopesheet_channel="#52606e"
+ dopesheet_subchannel="#7c8996"
+ handle_free="#000000"
+ handle_sel_free="#000000"
+ grid="#58587c"
+ handle_vertex="#000000"
+ handle_vertex_select="#ff8500"
+ handle_vertex_size="3"
+ lastsel_point="#ffffff"
+ panel="#ffffff"
+ handle_vect="#409030"
+ handle_sel_vect="#40c030"
+ vertex="#000000"
+ vertex_select="#ff8500"
+ vertex_size="3"
+ window_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#646875"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#7c7e88">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#6c717f"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeGraphEditor>
+ </graph_editor>
+ <image_editor>
+ <ThemeImageEditor editmesh_active="#ffffff80"
+ face="#ffffff0a"
+ face_dot="#50c8ff"
+ facedot_size="3"
+ face_select="#50c8ff3c"
+ scope_back="#646875ff"
+ preview_stitch_active="#e1d2c323"
+ preview_stitch_edge="#ff8500b2"
+ preview_stitch_face="#1242b026"
+ preview_stitch_stitchable="#00ff00ff"
+ preview_stitch_unstitchable="#ff0000ff"
+ preview_stitch_vert="#ff85007f"
+ vertex="#334cca"
+ vertex_select="#50c8ff"
+ vertex_size="3">
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#646875"
+ button_text="#eeeeee"
+ button_text_hi="#ffffff"
+ button_title="#eeeeee"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#7c7e88">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeImageEditor>
+ </image_editor>
+ <info>
+ <ThemeInfo>
+ <space>
+ <ThemeSpaceGeneric header="#646875"
+ header_text="#dddddd"
+ header_text_hi="#ffffff"
+ button="#b4b4b4"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#b4b4b4">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeInfo>
+ </info>
+ <logic_editor>
+ <ThemeLogicEditor panel="#a5a5a5">
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#6c717f"
+ button_text="#d7d7d7"
+ button_text_hi="#ffffff"
+ button_title="#d7d7d7"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#7c7e88">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeLogicEditor>
+ </logic_editor>
+ <nla_editor>
+ <ThemeNLAEditor bars="#707070"
+ bars_selected="#60c040"
+ frame_current="#60c040"
+ grid="#5e5e5e"
+ strips="#0c0a0a"
+ strips_selected="#ff8c00"
+ view_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#646875"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#7c7e88">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#646875"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeNLAEditor>
+ </nla_editor>
+ <node_editor>
+ <ThemeNodeEditor converter_node="#686a84"
+ group_node="#69756e"
+ in_out_node="#64647b"
+ node_backdrop="#9b9baca0"
+ noodle_curving="5"
+ operator_node="#6c697e"
+ selected_text="#7f7070"
+ wire_select="#ffffff"
+ wire="#000000">
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#646875"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#7c7e88">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#a7a7a7"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeNodeEditor>
+ </node_editor>
+ <outliner>
+ <ThemeOutliner match="#245824"
+ selected_highlight="#212844">
+ <space>
+ <ThemeSpaceGeneric header="#6c717f"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#727272"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#e2e2e2"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#72747c">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeOutliner>
+ </outliner>
+ <properties>
+ <ThemeProperties panel="#828282">
+ <space>
+ <ThemeSpaceGeneric header="#646875"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#727272"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#e7e7e7"
+ text_hi="#ffffff"
+ title="#ffffff"
+ back="#646875">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeProperties>
+ </properties>
+ <sequence_editor>
+ <ThemeSequenceEditor audio_strip="#2e8f8f"
+ frame_current="#60c040"
+ draw_action="#50c8ff"
+ effect_strip="#a9547c"
+ grid="#404040"
+ image_strip="#6d5881"
+ keyframe="#ff8500"
+ meta_strip="#6d9183"
+ movie_strip="#516987"
+ plugin_strip="#7e7e50"
+ scene_strip="#4e983e"
+ transition_strip="#a25f6f"
+ window_sliders="#a0a0a0">
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#646875"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#90929c">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeSequenceEditor>
+ </sequence_editor>
+ <text_editor>
+ <ThemeTextEditor cursor="#ff0000"
+ line_numbers_background="#5a5e6a"
+ scroll_bar="#8f8f8f"
+ selected_text="#c67777"
+ syntax_builtin="#800050"
+ syntax_comment="#006432"
+ syntax_numbers="#0000c8"
+ syntax_special="#5f5f00"
+ syntax_string="#640000">
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#646875"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#7c7e88">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeTextEditor>
+ </text_editor>
+ <timeline>
+ <ThemeTimeline frame_current="#60c040"
+ grid="#58587c">
+ <space>
+ <ThemeSpaceGeneric header="#565863"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#5a5e6a"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#646875">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeTimeline>
+ </timeline>
+ <user_interface>
+ <ThemeUserInterface icon_alpha="1"
+ icon_file="">
+ <wcol_box>
+ <ThemeWidgetColors inner="#80828eff"
+ inner_sel="#646464ff"
+ item="#191919ff"
+ outline="#191919"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_box>
+ <wcol_list_item>
+ <ThemeWidgetColors inner="#00000000"
+ inner_sel="#50c8ff62"
+ item="#000000ff"
+ outline="#000000"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="FALSE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_list_item>
+ <wcol_menu_back>
+ <ThemeWidgetColors inner="#393c44eb"
+ inner_sel="#2d2d2dff"
+ item="#646464ff"
+ outline="#000000"
+ shadedown="-40"
+ shadetop="40"
+ show_shaded="FALSE"
+ text="#cecece"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_menu_back>
+ <wcol_menu_item>
+ <ThemeWidgetColors inner="#00000000"
+ inner_sel="#69a5beff"
+ item="#ffffffff"
+ outline="#000000"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="FALSE"
+ text="#d9d9d9"
+ text_sel="#000000">
+ </ThemeWidgetColors>
+ </wcol_menu_item>
+ <wcol_menu>
+ <ThemeWidgetColors inner="#555d6dff"
+ inner_sel="#464646ff"
+ item="#9d9d9dff"
+ outline="#3d3d3d"
+ shadedown="0"
+ shadetop="15"
+ show_shaded="TRUE"
+ text="#ffffff"
+ text_sel="#cccccc">
+ </ThemeWidgetColors>
+ </wcol_menu>
+ <wcol_num>
+ <ThemeWidgetColors inner="#8d909fff"
+ inner_sel="#999999ff"
+ item="#5d5d5dff"
+ outline="#464646"
+ shadedown="0"
+ shadetop="-10"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_num>
+ <wcol_option>
+ <ThemeWidgetColors inner="#bbbbbbff"
+ inner_sel="#777777ff"
+ item="#ffffffff"
+ outline="#464646"
+ shadedown="0"
+ shadetop="10"
+ show_shaded="TRUE"
+ text="#cecece"
+ text_sel="#000000">
+ </ThemeWidgetColors>
+ </wcol_option>
+ <panel>
+ <ThemePanelColors header="#00000019"
+ show_header="TRUE">
+ </ThemePanelColors>
+ </panel>
+ <wcol_progress>
+ <ThemeWidgetColors inner="#bebebeff"
+ inner_sel="#646464b4"
+ item="#444444ff"
+ outline="#000000"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_progress>
+ <wcol_pulldown>
+ <ThemeWidgetColors inner="#3f3f3fff"
+ inner_sel="#50c8ffff"
+ item="#ffffffff"
+ outline="#000000"
+ shadedown="-20"
+ shadetop="25"
+ show_shaded="FALSE"
+ text="#d8d8d8"
+ text_sel="#000000">
+ </ThemeWidgetColors>
+ </wcol_pulldown>
+ <wcol_radio>
+ <ThemeWidgetColors inner="#8b8d9aff"
+ inner_sel="#859cb9ff"
+ item="#ffffffff"
+ outline="#000000"
+ shadedown="0"
+ shadetop="10"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#000000">
+ </ThemeWidgetColors>
+ </wcol_radio>
+ <wcol_regular>
+ <ThemeWidgetColors inner="#8d909fff"
+ inner_sel="#859cb9ff"
+ item="#191919ff"
+ outline="#191919"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="FALSE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_regular>
+ <wcol_scroll>
+ <ThemeWidgetColors inner="#5050502e"
+ inner_sel="#646464b4"
+ item="#737a8eff"
+ outline="#4f5057"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_scroll>
+ <wcol_numslider>
+ <ThemeWidgetColors inner="#b4b4b4ff"
+ inner_sel="#999999ff"
+ item="#b0b0b0ff"
+ outline="#3f3f3f"
+ shadedown="0"
+ shadetop="-20"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_numslider>
+ <wcol_state>
+ <ThemeWidgetStateColors inner_anim="#73be4c"
+ inner_anim_sel="#5aa633"
+ blend="0.5"
+ inner_driven="#b400ff"
+ inner_driven_sel="#9900e6"
+ inner_key="#f0eb64"
+ inner_key_sel="#d7d34b">
+ </ThemeWidgetStateColors>
+ </wcol_state>
+ <wcol_text>
+ <ThemeWidgetColors inner="#9b9eadff"
+ inner_sel="#999999ff"
+ item="#5a5a5aff"
+ outline="#464646"
+ shadedown="25"
+ shadetop="0"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_text>
+ <wcol_toggle>
+ <ThemeWidgetColors inner="#afafafff"
+ inner_sel="#859cb9ff"
+ item="#191919ff"
+ outline="#464646"
+ shadedown="0"
+ shadetop="10"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#000000">
+ </ThemeWidgetColors>
+ </wcol_toggle>
+ <wcol_tool>
+ <ThemeWidgetColors inner="#8d909fff"
+ inner_sel="#859cb9ff"
+ item="#191919ff"
+ outline="#000000"
+ shadedown="0"
+ shadetop="10"
+ show_shaded="TRUE"
+ text="#000000"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_tool>
+ </ThemeUserInterface>
+ </user_interface>
+ <user_preferences>
+ <ThemeUserPreferences>
+ <space>
+ <ThemeSpaceGeneric header="#5c606c"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#6c717f"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#7c7e88">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeUserPreferences>
+ </user_preferences>
+ <bone_color_sets>
+ <ThemeBoneColorSet active="#f70a0a"
+ show_colored_constraints="FALSE"
+ normal="#9a0000"
+ select="#bd1111">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#fa9900"
+ show_colored_constraints="FALSE"
+ normal="#f74018"
+ select="#f66913">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#83ef1d"
+ show_colored_constraints="FALSE"
+ normal="#1e9109"
+ select="#59b70b">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#5ec1ef"
+ show_colored_constraints="FALSE"
+ normal="#0a3694"
+ select="#3667df">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#f05d91"
+ show_colored_constraints="FALSE"
+ normal="#a9294e"
+ select="#c1416a">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#8764d5"
+ show_colored_constraints="FALSE"
+ normal="#430c78"
+ select="#543aa3">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#6fb6ab"
+ show_colored_constraints="FALSE"
+ normal="#24785a"
+ select="#3c9579">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#9bc2cd"
+ show_colored_constraints="FALSE"
+ normal="#4b707c"
+ select="#6a8691">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#f3ff00"
+ show_colored_constraints="FALSE"
+ normal="#f4c90c"
+ select="#eec236">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#ffffff"
+ show_colored_constraints="FALSE"
+ normal="#1e2024"
+ select="#484c56">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#d330d6"
+ show_colored_constraints="FALSE"
+ normal="#6f2f6a"
+ select="#9845be">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#bbef5b"
+ show_colored_constraints="FALSE"
+ normal="#6c8e22"
+ select="#7fb022">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#dedede"
+ show_colored_constraints="FALSE"
+ normal="#8d8d8d"
+ select="#b0b0b0">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#bd6a11"
+ show_colored_constraints="FALSE"
+ normal="#834326"
+ select="#8b5811">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#34622b"
+ show_colored_constraints="FALSE"
+ normal="#08310e"
+ select="#1c430b">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ </bone_color_sets>
+ </Theme>
+</bpy>
diff --git a/release/scripts/presets/interface_theme/ubuntu_ambiance.xml b/release/scripts/presets/interface_theme/ubuntu_ambiance.xml
new file mode 100644
index 00000000000..40e311c552f
--- /dev/null
+++ b/release/scripts/presets/interface_theme/ubuntu_ambiance.xml
@@ -0,0 +1,813 @@
+<bpy>
+ <Theme>
+ <view_3d>
+ <ThemeView3D object_active="#f58032"
+ editmesh_active="#ffffff80"
+ act_spline="#ee4000"
+ handle_align="#862074"
+ handle_sel_align="#f090a0"
+ handle_auto="#909000"
+ handle_sel_auto="#f0ff40"
+ bone_pose="#50c8ff"
+ bone_solid="#c8c8c8"
+ bundle_solid="#c8c8c8"
+ camera_path="#000000"
+ frame_current="#60c040"
+ edge_crease="#ce33b8"
+ extra_edge_len="#200000"
+ edge_seam="#db4100"
+ edge_select="#f68d46"
+ edge_sharp="#ff4c00"
+ edge_facesel="#4b4b4b"
+ face="#75757512"
+ extra_face_angle="#002000"
+ extra_face_area="#0059ee"
+ face_dot="#ff8500"
+ facedot_size="3"
+ normal="#19b6ee"
+ face_select="#ff85003c"
+ handle_free="#000000"
+ handle_sel_free="#000000"
+ grid="#3c3b37"
+ lamp="#00000028"
+ lastsel_point="#ffffff"
+ nurb_uline="#909000"
+ nurb_vline="#862074"
+ nurb_sel_uline="#f0ff40"
+ nurb_sel_vline="#d15d85"
+ object_grouped="#083008"
+ object_grouped_active="#55bb55"
+ object_selected="#f15800"
+ outline_width="1"
+ panel="#a5a5a57f"
+ speaker="#000000"
+ transform="#ffffff"
+ handle_vect="#409030"
+ handle_sel_vect="#82c036"
+ vertex="#c96cb8"
+ vertex_normal="#19b6ee"
+ vertex_select="#f15800"
+ vertex_size="2"
+ wire="#862074">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#9c9c9c"
+ button_text_hi="#ffffff"
+ button_title="#9c9c9c"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#131311">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeView3D>
+ </view_3d>
+ <clip_editor>
+ <ThemeClipEditor active_marker="#ffffff"
+ frame_current="#c07100"
+ disabled_marker="#7f0000"
+ grid="#302e2c"
+ handle_vertex="#000000"
+ handle_vertex_select="#ffff00"
+ handle_vertex_size="4"
+ locked_marker="#7f7f7f"
+ marker="#76243b"
+ marker_outline="#000000"
+ path_after="#19b6ee"
+ path_before="#ff5100"
+ selected_marker="#d5ff00">
+ <space>
+ <ThemeSpaceGeneric header="#3c3b37"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#131311">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeClipEditor>
+ </clip_editor>
+ <console>
+ <ThemeConsole cursor="#dc5a00"
+ line_error="#dc0000"
+ line_info="#85aa00"
+ line_input="#828282"
+ line_output="#f58032">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#131311">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeConsole>
+ </console>
+ <dopesheet_editor>
+ <ThemeDopeSheet active_channels_group="#a2b15c"
+ channel_group="#4f6549"
+ channels="#74736e"
+ channels_selected="#6592f5"
+ frame_current="#f58032"
+ dopesheet_channel="#64486e"
+ dopesheet_subchannel="#877096"
+ grid="#525252"
+ long_key="#0c0a0a"
+ long_key_selected="#f47421"
+ value_sliders="#000000"
+ view_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#131311">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#3c3b37"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#dddddd">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeDopeSheet>
+ </dopesheet_editor>
+ <file_browser>
+ <ThemeFileBrowser active_file="#eeedeb"
+ active_file_text="#ffffff"
+ scroll_handle="#7f7070"
+ scrollbar="#a0a0a0"
+ selected_file="#6b395a"
+ tiles="#3c3b37">
+ <space>
+ <ThemeSpaceGeneric header="#3c3b37"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#727272"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#b2b2b1"
+ text_hi="#0f0f0f"
+ title="#000000"
+ back="#131311">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#3c3b37"
+ list_text="#95948f"
+ list_text_hi="#ffffff"
+ list_title="#95948f">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeFileBrowser>
+ </file_browser>
+ <graph_editor>
+ <ThemeGraphEditor active_channels_group="#87b17d"
+ handle_align="#803060"
+ handle_sel_align="#f090a0"
+ handle_auto="#909000"
+ handle_sel_auto="#f0ff40"
+ handle_auto_clamped="#994030"
+ handle_sel_auto_clamped="#f0af90"
+ channel_group="#4f6549"
+ channels_region="#707070"
+ frame_current="#f58032"
+ dopesheet_channel="#695c6e"
+ dopesheet_subchannel="#7c8996"
+ handle_free="#000000"
+ handle_sel_free="#000000"
+ grid="#3c3b37"
+ handle_vertex="#000000"
+ handle_vertex_select="#f47421"
+ handle_vertex_size="3"
+ lastsel_point="#000000"
+ panel="#ffffff"
+ handle_vect="#409030"
+ handle_sel_vect="#40c030"
+ vertex="#000000"
+ vertex_select="#ff8500"
+ vertex_size="3"
+ window_sliders="#95948f">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#c3c2bc"
+ button_text_hi="#ffffff"
+ button_title="#9e9d98"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#131311">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#3c3b37"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeGraphEditor>
+ </graph_editor>
+ <image_editor>
+ <ThemeImageEditor editmesh_active="#ffffff80"
+ face="#ffffff0a"
+ face_dot="#f47421"
+ facedot_size="3"
+ face_select="#ff85003c"
+ scope_back="#3c3b37ff"
+ preview_stitch_active="#e1d2c323"
+ preview_stitch_edge="#ff8500b2"
+ preview_stitch_face="#1242b026"
+ preview_stitch_stitchable="#00ff00ff"
+ preview_stitch_unstitchable="#ff0000ff"
+ preview_stitch_vert="#ff85007f"
+ vertex="#000000"
+ vertex_select="#f47421"
+ vertex_size="3">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#b9b9b9"
+ button_text_hi="#ffffff"
+ button_title="#b1b1b1"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#131311">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeImageEditor>
+ </image_editor>
+ <info>
+ <ThemeInfo>
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#ffffff"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#eeedeb"
+ button_text_hi="#ffffff"
+ button_title="#eeedeb"
+ text="#eeedeb"
+ text_hi="#ffffff"
+ title="#eeedeb"
+ back="#3c3b37">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeInfo>
+ </info>
+ <logic_editor>
+ <ThemeLogicEditor panel="#acacac">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#131311"
+ button_text="#acacac"
+ button_text_hi="#ffffff"
+ button_title="#7d7d7d"
+ text="#acacac"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#131311">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeLogicEditor>
+ </logic_editor>
+ <nla_editor>
+ <ThemeNLAEditor bars="#3c3b37"
+ bars_selected="#60c040"
+ frame_current="#f58032"
+ grid="#5c5c52"
+ strips="#0c0a0a"
+ strips_selected="#6b395a"
+ view_sliders="#969696">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#131311">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#3c3b37"
+ list_text="#000000"
+ list_text_hi="#ffffff"
+ list_title="#000000">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeNLAEditor>
+ </nla_editor>
+ <node_editor>
+ <ThemeNodeEditor converter_node="#93be00"
+ group_node="#19b6ee"
+ in_out_node="#f40051"
+ node_backdrop="#52524ed1"
+ noodle_curving="5"
+ operator_node="#000000"
+ selected_text="#7f7070"
+ wire_select="#f4b696"
+ wire="#f45b00">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#353430"
+ button_text="#acacac"
+ button_text_hi="#ffffff"
+ button_title="#acacac"
+ text="#eeedeb"
+ text_hi="#cbcbcb"
+ title="#000000"
+ back="#29001b">
+ </ThemeSpaceGeneric>
+ </space>
+ <space_list>
+ <ThemeSpaceListGeneric list="#3c3b37"
+ list_text="#acacac"
+ list_text_hi="#ffffff"
+ list_title="#acacac">
+ </ThemeSpaceListGeneric>
+ </space_list>
+ </ThemeNodeEditor>
+ </node_editor>
+ <outliner>
+ <ThemeOutliner match="#337f33"
+ selected_highlight="#6a3859">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#000000"
+ button_text_hi="#f47421"
+ button_title="#000000"
+ text="#cccccc"
+ text_hi="#f47421"
+ title="#000000"
+ back="#3c3b37">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeOutliner>
+ </outliner>
+ <properties>
+ <ThemeProperties panel="#3c3b37">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#acacac"
+ text_hi="#ffffff"
+ title="#acacac"
+ back="#3c3b37">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeProperties>
+ </properties>
+ <sequence_editor>
+ <ThemeSequenceEditor audio_strip="#2e8f8f"
+ frame_current="#c06e11"
+ draw_action="#50c8ff"
+ effect_strip="#a9547c"
+ grid="#282828"
+ image_strip="#6d5881"
+ keyframe="#f47421"
+ meta_strip="#6d9183"
+ movie_strip="#516987"
+ plugin_strip="#7e7e50"
+ scene_strip="#4e983e"
+ transition_strip="#a25f6f"
+ window_sliders="#a0a0a0">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#000000"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#191919">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeSequenceEditor>
+ </sequence_editor>
+ <text_editor>
+ <ThemeTextEditor cursor="#df5106"
+ line_numbers_background="#3c3b37"
+ scroll_bar="#696965"
+ selected_text="#ffffff"
+ syntax_builtin="#df3ac2"
+ syntax_comment="#249d60"
+ syntax_numbers="#3c68ff"
+ syntax_special="#8c8c28"
+ syntax_string="#aa2694">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#191919"
+ button_text="#95948f"
+ button_text_hi="#ffffff"
+ button_title="#64645e"
+ text="#19b6ee"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#131311">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeTextEditor>
+ </text_editor>
+ <timeline>
+ <ThemeTimeline frame_current="#f47421"
+ grid="#272727">
+ <space>
+ <ThemeSpaceGeneric header="#464541"
+ header_text="#000000"
+ header_text_hi="#ffffff"
+ button="#3c3b37"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#949494"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#131311">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeTimeline>
+ </timeline>
+ <user_interface>
+ <ThemeUserInterface icon_alpha="1"
+ icon_file="">
+ <wcol_box>
+ <ThemeWidgetColors inner="#252522ff"
+ inner_sel="#646464ff"
+ item="#0d0d0dff"
+ outline="#0d0d0d"
+ shadedown="0"
+ shadetop="-5"
+ show_shaded="TRUE"
+ text="#eeedeb"
+ text_sel="#eeedeb">
+ </ThemeWidgetColors>
+ </wcol_box>
+ <wcol_list_item>
+ <ThemeWidgetColors inner="#00000000"
+ inner_sel="#6a3859ff"
+ item="#cbc3bbff"
+ outline="#0d0d0d"
+ shadedown="1"
+ shadetop="0"
+ show_shaded="FALSE"
+ text="#cbc3bb"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_list_item>
+ <wcol_menu_back>
+ <ThemeWidgetColors inner="#131312db"
+ inner_sel="#2d2d2de6"
+ item="#cbc3bbff"
+ outline="#0d0d0d"
+ shadedown="-20"
+ shadetop="25"
+ show_shaded="FALSE"
+ text="#7a7a7a"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_menu_back>
+ <wcol_menu_item>
+ <ThemeWidgetColors inner="#00000000"
+ inner_sel="#6a3859ff"
+ item="#ffffffff"
+ outline="#0d0d0d"
+ shadedown="0"
+ shadetop="38"
+ show_shaded="FALSE"
+ text="#a4a4a4"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_menu_item>
+ <wcol_menu>
+ <ThemeWidgetColors inner="#3c3b37ff"
+ inner_sel="#121212ff"
+ item="#ffffffff"
+ outline="#0d0d0d"
+ shadedown="-10"
+ shadetop="10"
+ show_shaded="TRUE"
+ text="#dfdbcf"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_menu>
+ <wcol_num>
+ <ThemeWidgetColors inner="#3c3b37ff"
+ inner_sel="#171717ff"
+ item="#ffffffff"
+ outline="#080808"
+ shadedown="-20"
+ shadetop="20"
+ show_shaded="TRUE"
+ text="#dfdbcf"
+ text_sel="#fffbed">
+ </ThemeWidgetColors>
+ </wcol_num>
+ <wcol_option>
+ <ThemeWidgetColors inner="#272727ff"
+ inner_sel="#080808ff"
+ item="#fff8ecff"
+ outline="#0d0d0d"
+ shadedown="-5"
+ shadetop="15"
+ show_shaded="TRUE"
+ text="#84817e"
+ text_sel="#dfdbcf">
+ </ThemeWidgetColors>
+ </wcol_option>
+ <panel>
+ <ThemePanelColors header="#00000000"
+ show_header="TRUE">
+ </ThemePanelColors>
+ </panel>
+ <wcol_progress>
+ <ThemeWidgetColors inner="#00000000"
+ inner_sel="#00000000"
+ item="#00000000"
+ outline="#000000"
+ shadedown="0"
+ shadetop="0"
+ show_shaded="FALSE"
+ text="#cbc3bb"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_progress>
+ <wcol_pulldown>
+ <ThemeWidgetColors inner="#3f3f3fff"
+ inner_sel="#f47421ff"
+ item="#ffffffff"
+ outline="#0d0d0d"
+ shadedown="-20"
+ shadetop="25"
+ show_shaded="FALSE"
+ text="#dddddd"
+ text_sel="#fff7fb">
+ </ThemeWidgetColors>
+ </wcol_pulldown>
+ <wcol_radio>
+ <ThemeWidgetColors inner="#1a1a1aff"
+ inner_sel="#6a3859ff"
+ item="#3c3b37ff"
+ outline="#000000"
+ shadedown="-5"
+ shadetop="5"
+ show_shaded="TRUE"
+ text="#dfdbcf"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_radio>
+ <wcol_regular>
+ <ThemeWidgetColors inner="#3c3b37ff"
+ inner_sel="#131311ff"
+ item="#cbc3bbff"
+ outline="#000000"
+ shadedown="-21"
+ shadetop="21"
+ show_shaded="TRUE"
+ text="#dfdfdf"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_regular>
+ <wcol_scroll>
+ <ThemeWidgetColors inner="#020202b4"
+ inner_sel="#646464c6"
+ item="#2c2b28ff"
+ outline="#0d0d0d"
+ shadedown="-5"
+ shadetop="5"
+ show_shaded="TRUE"
+ text="#cbc3bb"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_scroll>
+ <wcol_numslider>
+ <ThemeWidgetColors inner="#181818ff"
+ inner_sel="#151515ff"
+ item="#6a3859ff"
+ outline="#0d0d0d"
+ shadedown="26"
+ shadetop="-22"
+ show_shaded="TRUE"
+ text="#eeedeb"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_numslider>
+ <wcol_state>
+ <ThemeWidgetStateColors inner_anim="#308d00"
+ inner_anim_sel="#a7ff07"
+ blend="0.1"
+ inner_driven="#862074"
+ inner_driven_sel="#862074"
+ inner_key="#105874"
+ inner_key_sel="#19b6ee">
+ </ThemeWidgetStateColors>
+ </wcol_state>
+ <wcol_text>
+ <ThemeWidgetColors inner="#272725ff"
+ inner_sel="#171717ff"
+ item="#6a3859ff"
+ outline="#0d0d0d"
+ shadedown="0"
+ shadetop="-10"
+ show_shaded="TRUE"
+ text="#dfdbcf"
+ text_sel="#fffaec">
+ </ThemeWidgetColors>
+ </wcol_text>
+ <wcol_toggle>
+ <ThemeWidgetColors inner="#464640ff"
+ inner_sel="#151515ff"
+ item="#cbc3bbff"
+ outline="#000000"
+ shadedown="-3"
+ shadetop="7"
+ show_shaded="TRUE"
+ text="#c3bfb7"
+ text_sel="#ffffff">
+ </ThemeWidgetColors>
+ </wcol_toggle>
+ <wcol_tool>
+ <ThemeWidgetColors inner="#3c3b37ff"
+ inner_sel="#3c3b37ff"
+ item="#cbc3bbff"
+ outline="#000000"
+ shadedown="-17"
+ shadetop="17"
+ show_shaded="TRUE"
+ text="#dfdbcf"
+ text_sel="#f47421">
+ </ThemeWidgetColors>
+ </wcol_tool>
+ </ThemeUserInterface>
+ </user_interface>
+ <user_preferences>
+ <ThemeUserPreferences>
+ <space>
+ <ThemeSpaceGeneric header="#3c3b37"
+ header_text="#d3d2cd"
+ header_text_hi="#ffffff"
+ button="#696965"
+ button_text="#000000"
+ button_text_hi="#ffffff"
+ button_title="#000000"
+ text="#ccccc8"
+ text_hi="#ffffff"
+ title="#000000"
+ back="#3c3b37">
+ </ThemeSpaceGeneric>
+ </space>
+ </ThemeUserPreferences>
+ </user_preferences>
+ <bone_color_sets>
+ <ThemeBoneColorSet active="#f74700"
+ show_colored_constraints="FALSE"
+ normal="#9a2400"
+ select="#bd3000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#ff9248"
+ show_colored_constraints="FALSE"
+ normal="#ff5d06"
+ select="#ff7b20">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#c9ef1d"
+ show_colored_constraints="FALSE"
+ normal="#7f9103"
+ select="#a8b700">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#95f5ff"
+ show_colored_constraints="FALSE"
+ normal="#19a3d5"
+ select="#00d9ee">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#f05d91"
+ show_colored_constraints="TRUE"
+ normal="#a9294e"
+ select="#c1416a">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#8764d5"
+ show_colored_constraints="FALSE"
+ normal="#430c78"
+ select="#543aa3">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#6fb6ab"
+ show_colored_constraints="FALSE"
+ normal="#24785a"
+ select="#3c9579">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#9bc2cd"
+ show_colored_constraints="FALSE"
+ normal="#4b707c"
+ select="#6a8691">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#f3ff00"
+ show_colored_constraints="FALSE"
+ normal="#f4c90c"
+ select="#eec236">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#ffffff"
+ show_colored_constraints="FALSE"
+ normal="#1e2024"
+ select="#484c56">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#d330d6"
+ show_colored_constraints="FALSE"
+ normal="#6f2f6a"
+ select="#9845be">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#bbef5b"
+ show_colored_constraints="FALSE"
+ normal="#6c8e22"
+ select="#7fb022">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#dedede"
+ show_colored_constraints="FALSE"
+ normal="#8d8d8d"
+ select="#b0b0b0">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#bd6a11"
+ show_colored_constraints="FALSE"
+ normal="#834326"
+ select="#8b5811">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#34622b"
+ show_colored_constraints="FALSE"
+ normal="#08310e"
+ select="#1c430b">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ <ThemeBoneColorSet active="#000000"
+ show_colored_constraints="FALSE"
+ normal="#000000"
+ select="#000000">
+ </ThemeBoneColorSet>
+ </bone_color_sets>
+ </Theme>
+</bpy>
diff --git a/release/scripts/startup/bl_ui/properties_render.py b/release/scripts/startup/bl_ui/properties_render.py
index fea7b9673ec..9dc6c62a9e0 100644
--- a/release/scripts/startup/bl_ui/properties_render.py
+++ b/release/scripts/startup/bl_ui/properties_render.py
@@ -496,7 +496,7 @@ class RENDER_PT_output(RenderButtonsPanel, Panel):
subsplit = split.split()
col = subsplit.column()
- if rquicktime.audiocodec_type == 'AAC':
+ if quicktime.audiocodec_type == 'AAC':
col.prop(quicktime, "audio_codec_isvbr")
col = subsplit.column()