2015-01-22 23:49:49 +01:00
|
|
|
<bpy>
|
|
|
|
|
<Theme>
|
|
|
|
|
<user_interface>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeUserInterface
|
|
|
|
|
menu_shadow_fac="0.3"
|
|
|
|
|
menu_shadow_width="4"
|
|
|
|
|
icon_alpha="1"
|
2019-05-15 23:08:22 +02:00
|
|
|
icon_saturation="0.5"
|
2020-10-08 16:17:20 +02:00
|
|
|
widget_emboss="#00000026"
|
2025-04-24 13:59:06 +02:00
|
|
|
editor_border="#999999"
|
|
|
|
|
editor_outline="#b3b3b3ff"
|
|
|
|
|
editor_outline_active="#ccccccff"
|
2020-03-19 12:18:41 +11:00
|
|
|
widget_text_cursor="#3399e6"
|
UI: Visual style update to panels
Back in Blender 2.30, the GUI project brought panels into Blender among other important visual updates.
For the first time it was possible to move the wall of buttons around. Providing a clear separation
between sections (it even allowed the grouping of panels in tabs!)
During the 2.5 redesign, the separation between panels became a line on top of each panel, and panels received
theme settings for background and header colors. The default theme used the same color for both.
In 2.8 the background color of panels was different from headers in the default theme, so the separator
line was removed. While the separator line wasn't elegant (only on top, non-themeable, hard-coded emboss effect),
it provided a sort of separation between panels.
This patch solves the panels-separation by simply adding a margin space around them (not visible in default theme yet).
Even though the margin reduces the width of the working area slightly, it makes room for the upcoming always-visible scrollbars.
Other adjustments:
* Use arrow icon instead of triangle to collapse/expand
* Use rounded corners to match the rest of the UI (editor corners, nodes, etc).
{F10953929, size=full}
Margin on panels makes use of the `style->panelouter` property that hasn't been
used in a while. Also slight tweaks to `boxspace` and `templatespace` style properties so they
are multiples of 2 and operations on them round better.
There is technically no need to update the themes for them to work, so no theme changes are included in this patch.
{F10953931, size=full}
{F10953933, size=full}
{F10953934, size=full}
{F10954003, size=full}
----
A new theme setting under Style controls the roundness of all panels (added it to Style instead of ThemeSpace because I think controlling the panel roundness per editor is a bit overkill):
{F11091561, size=full, autoplay, loop}
Reviewed By: HooglyBoogly
Differential Revision: https://developer.blender.org/D12814
2021-10-17 18:22:53 +02:00
|
|
|
panel_roundness="0.4"
|
2025-06-12 20:05:34 +02:00
|
|
|
panel_header="#ccccccff"
|
2025-07-31 00:41:56 +02:00
|
|
|
panel_title="#1a1a1aff"
|
|
|
|
|
panel_text="#1a1a1aff"
|
2025-06-12 20:05:34 +02:00
|
|
|
panel_back="#ccccccff"
|
|
|
|
|
panel_sub_back="#0000001f"
|
2025-06-20 16:24:26 +02:00
|
|
|
panel_outline="#ffffff22"
|
2020-10-08 16:17:20 +02:00
|
|
|
transparent_checker_primary="#333333"
|
|
|
|
|
transparent_checker_secondary="#262626"
|
|
|
|
|
transparent_checker_size="8"
|
2018-12-16 11:20:56 +11:00
|
|
|
axis_x="#ff3352"
|
|
|
|
|
axis_y="#8bdc00"
|
2019-05-15 23:08:22 +02:00
|
|
|
axis_z="#2890ff"
|
2025-08-05 17:55:12 +02:00
|
|
|
axis_w="#b47aff"
|
2018-12-16 11:20:56 +11:00
|
|
|
gizmo_hi="#ffffff"
|
|
|
|
|
gizmo_primary="#f5f14d"
|
|
|
|
|
gizmo_secondary="#63ffff"
|
2020-03-19 12:18:41 +11:00
|
|
|
gizmo_view_align="#ffffff"
|
2018-12-16 11:20:56 +11:00
|
|
|
gizmo_a="#4da84d"
|
|
|
|
|
gizmo_b="#a33535"
|
2019-05-09 15:53:44 +02:00
|
|
|
icon_scene="#e6e6e6ff"
|
2019-05-15 23:08:22 +02:00
|
|
|
icon_collection="#f4f4f4ff"
|
|
|
|
|
icon_object="#ee9e5dff"
|
|
|
|
|
icon_object_data="#00d4a3ff"
|
2019-05-09 15:53:44 +02:00
|
|
|
icon_modifier="#84b8ffff"
|
2019-05-15 23:08:22 +02:00
|
|
|
icon_shading="#ea7581ff"
|
2019-09-12 16:08:43 +02:00
|
|
|
icon_folder="#e3c16eff"
|
2025-04-24 13:01:27 +02:00
|
|
|
icon_autokey="#ab3c48ff"
|
2025-01-28 19:39:14 +01:00
|
|
|
icon_border_intensity="0.7"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<wcol_regular>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#4d4d4dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2019-09-12 16:08:43 +02:00
|
|
|
inner="#dbdbdbff"
|
2019-05-15 23:08:22 +02:00
|
|
|
inner_sel="#668cccff"
|
2018-12-16 11:20:56 +11:00
|
|
|
item="#191919ff"
|
2019-05-15 23:08:22 +02:00
|
|
|
text="#1a1a1a"
|
2019-09-12 16:08:43 +02:00
|
|
|
text_sel="#ffffff"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="0"
|
|
|
|
|
shadedown="-5"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_regular>
|
|
|
|
|
<wcol_tool>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#4d4d4dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2018-12-16 11:20:56 +11:00
|
|
|
inner="#dbdbdbff"
|
|
|
|
|
inner_sel="#5680c2ff"
|
|
|
|
|
item="#191919ff"
|
|
|
|
|
text="#000000"
|
|
|
|
|
text_sel="#ffffff"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="0"
|
|
|
|
|
shadedown="-5"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_tool>
|
2018-05-07 18:46:30 +02:00
|
|
|
<wcol_toolbar_item>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#4d4d4dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2018-12-16 11:20:56 +11:00
|
|
|
inner="#434343ff"
|
|
|
|
|
inner_sel="#5680c2ff"
|
2020-10-08 16:17:20 +02:00
|
|
|
item="#e6e6e6cc"
|
2018-12-16 11:20:56 +11:00
|
|
|
text="#e6e6e6"
|
|
|
|
|
text_sel="#ffffff"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="0"
|
|
|
|
|
shadedown="0"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2018-05-07 18:46:30 +02:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_toolbar_item>
|
2015-01-22 23:49:49 +01:00
|
|
|
<wcol_radio>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#4d4d4dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2019-09-12 16:08:43 +02:00
|
|
|
inner="#3b3b3bff"
|
2019-05-15 23:08:22 +02:00
|
|
|
inner_sel="#5680c2e6"
|
2018-12-16 11:20:56 +11:00
|
|
|
item="#ffffffff"
|
2019-09-12 16:08:43 +02:00
|
|
|
text="#d9d9d9"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_sel="#ffffff"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="5"
|
|
|
|
|
shadedown="-5"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_radio>
|
|
|
|
|
<wcol_text>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#4d4d4dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2019-05-15 23:08:22 +02:00
|
|
|
inner="#282828ff"
|
2018-12-16 11:27:01 +11:00
|
|
|
inner_sel="#333333ff"
|
2023-09-15 12:59:57 +02:00
|
|
|
item="#ffffff33"
|
2018-12-16 11:20:56 +11:00
|
|
|
text="#dddddd"
|
|
|
|
|
text_sel="#ffffff"
|
2019-09-12 16:08:43 +02:00
|
|
|
show_shaded="TRUE"
|
2018-12-16 11:20:56 +11:00
|
|
|
shadetop="-8"
|
|
|
|
|
shadedown="0"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_text>
|
|
|
|
|
<wcol_option>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#4d4d4dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2019-09-12 16:08:43 +02:00
|
|
|
inner="#3c3c3cff"
|
|
|
|
|
inner_sel="#5680c2ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
item="#ffffffff"
|
2019-05-15 23:08:22 +02:00
|
|
|
text="#1a1a1a"
|
|
|
|
|
text_sel="#000000"
|
2019-09-12 16:08:43 +02:00
|
|
|
show_shaded="TRUE"
|
|
|
|
|
shadetop="-5"
|
|
|
|
|
shadedown="0"
|
2018-12-16 11:20:56 +11:00
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_option>
|
|
|
|
|
<wcol_toggle>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#4d4d4dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2023-02-16 14:39:41 +01:00
|
|
|
inner="#dbdbdbff"
|
2018-12-16 11:20:56 +11:00
|
|
|
inner_sel="#5680c2ff"
|
|
|
|
|
item="#191919ff"
|
|
|
|
|
text="#000000"
|
|
|
|
|
text_sel="#ffffff"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="0"
|
|
|
|
|
shadedown="0"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_toggle>
|
|
|
|
|
<wcol_num>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#4d4d4dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2018-12-16 11:20:56 +11:00
|
|
|
inner="#d3d3d3ff"
|
2019-05-15 23:08:22 +02:00
|
|
|
inner_sel="#5680c2ff"
|
2018-12-16 11:27:01 +11:00
|
|
|
item="#80b1ffff"
|
2018-12-16 11:20:56 +11:00
|
|
|
text="#1a1a1a"
|
|
|
|
|
text_sel="#ffffff"
|
2019-09-12 16:08:43 +02:00
|
|
|
show_shaded="TRUE"
|
|
|
|
|
shadetop="3"
|
2018-12-16 11:20:56 +11:00
|
|
|
shadedown="0"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_num>
|
|
|
|
|
<wcol_numslider>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#4d4d4dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2019-09-12 16:08:43 +02:00
|
|
|
inner="#999999ff"
|
2025-01-16 17:18:37 +01:00
|
|
|
inner_sel="#b0b0b0ff"
|
2019-09-12 16:08:43 +02:00
|
|
|
item="#e6e6e6ff"
|
|
|
|
|
text="#1a1a1a"
|
|
|
|
|
text_sel="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_shaded="TRUE"
|
2019-09-12 16:08:43 +02:00
|
|
|
shadetop="-3"
|
2018-12-16 11:20:56 +11:00
|
|
|
shadedown="0"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_numslider>
|
|
|
|
|
<wcol_box>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#4d4d4dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2023-02-16 14:39:41 +01:00
|
|
|
inner="#80808080"
|
2018-12-16 11:20:56 +11:00
|
|
|
inner_sel="#5680c2ff"
|
|
|
|
|
item="#191919ff"
|
|
|
|
|
text="#333333"
|
|
|
|
|
text_sel="#ffffff"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="0"
|
|
|
|
|
shadedown="0"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_box>
|
|
|
|
|
<wcol_menu>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#3d3d3dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2019-05-15 23:08:22 +02:00
|
|
|
inner="#3b3b3bff"
|
|
|
|
|
inner_sel="#767676ff"
|
2020-10-08 16:17:20 +02:00
|
|
|
item="#808080ff"
|
2019-05-15 23:08:22 +02:00
|
|
|
text="#d9d9d9"
|
|
|
|
|
text_sel="#ffffff"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="10"
|
|
|
|
|
shadedown="-10"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_menu>
|
|
|
|
|
<wcol_pulldown>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#4d4d4dff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3d00"
|
2019-05-15 23:08:22 +02:00
|
|
|
inner="#b3b3b3cc"
|
|
|
|
|
inner_sel="#5680c2e6"
|
|
|
|
|
item="#727272ff"
|
|
|
|
|
text="#1a1a1a"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_sel="#ffffff"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="25"
|
|
|
|
|
shadedown="-20"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_pulldown>
|
|
|
|
|
<wcol_menu_back>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#a6a6a6ff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#242424ff"
|
2019-09-12 16:08:43 +02:00
|
|
|
inner="#c0c0c0ff"
|
|
|
|
|
inner_sel="#cdcdcdff"
|
2019-05-15 23:08:22 +02:00
|
|
|
item="#727272ff"
|
2023-02-16 14:39:41 +01:00
|
|
|
text="#4d4d4d"
|
2019-09-12 16:08:43 +02:00
|
|
|
text_sel="#1a1a1a"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="25"
|
|
|
|
|
shadedown="-20"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_menu_back>
|
|
|
|
|
<wcol_pie_menu>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#333333ff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#242424ff"
|
2019-05-15 23:08:22 +02:00
|
|
|
inner="#212121ef"
|
|
|
|
|
inner_sel="#5680c2e6"
|
|
|
|
|
item="#585858ff"
|
|
|
|
|
text="#d9d9d9"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_sel="#ffffff"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="10"
|
|
|
|
|
shadedown="-10"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_pie_menu>
|
|
|
|
|
<wcol_tooltip>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#19191aff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#242424ff"
|
2019-05-15 23:08:22 +02:00
|
|
|
inner="#19191aef"
|
|
|
|
|
inner_sel="#19191aef"
|
|
|
|
|
item="#19191aef"
|
|
|
|
|
text="#e6e6e6"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_sel="#ffffff"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="25"
|
|
|
|
|
shadedown="-20"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_tooltip>
|
|
|
|
|
<wcol_menu_item>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#00000000"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3d00"
|
2018-12-16 11:20:56 +11:00
|
|
|
inner="#00000000"
|
2019-05-15 23:08:22 +02:00
|
|
|
inner_sel="#5680c2e6"
|
|
|
|
|
item="#ffffff8f"
|
2019-09-12 16:08:43 +02:00
|
|
|
text="#1a1a1a"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_sel="#ffffff"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="38"
|
|
|
|
|
shadedown="0"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_menu_item>
|
|
|
|
|
<wcol_scroll>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#999999ff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2018-12-16 11:20:56 +11:00
|
|
|
inner="#50505000"
|
|
|
|
|
inner_sel="#646464b3"
|
2025-04-09 17:02:09 +02:00
|
|
|
item="#303030ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
text="#000000"
|
|
|
|
|
text_sel="#ffffff"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="5"
|
|
|
|
|
shadedown="-5"
|
|
|
|
|
roundness="1"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_scroll>
|
|
|
|
|
<wcol_progress>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2023-09-05 12:54:32 +02:00
|
|
|
outline="#b3b3b3ff"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#3d3d3dff"
|
2018-12-16 11:20:56 +11:00
|
|
|
inner="#ccccccff"
|
|
|
|
|
inner_sel="#646464b4"
|
|
|
|
|
item="#5094ffff"
|
|
|
|
|
text="#000000"
|
|
|
|
|
text_sel="#ffffff"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="0"
|
|
|
|
|
shadedown="0"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_progress>
|
|
|
|
|
<wcol_list_item>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2025-06-12 14:37:07 +02:00
|
|
|
outline="#e6e6e600"
|
|
|
|
|
outline_sel="#2d2d2dff"
|
2023-02-16 14:39:41 +01:00
|
|
|
inner="#1a1a1a00"
|
2023-09-01 20:02:20 +02:00
|
|
|
inner_sel="#668cccff"
|
2023-09-15 12:59:57 +02:00
|
|
|
item="#ffffff33"
|
2018-12-16 11:20:56 +11:00
|
|
|
text="#1a1a1a"
|
2023-09-05 12:54:32 +02:00
|
|
|
text_sel="#ffffff"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="0"
|
|
|
|
|
shadedown="0"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_list_item>
|
|
|
|
|
<wcol_state>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetStateColors
|
2025-04-24 13:01:27 +02:00
|
|
|
error="#771111ff"
|
|
|
|
|
warning="#ac8737ff"
|
|
|
|
|
info="#28487dff"
|
|
|
|
|
success="#188625ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
inner_anim="#73be4c"
|
|
|
|
|
inner_anim_sel="#5aa633"
|
|
|
|
|
inner_key="#f0eb64"
|
|
|
|
|
inner_key_sel="#d7d34b"
|
|
|
|
|
inner_driven="#b400ff"
|
|
|
|
|
inner_driven_sel="#9900e6"
|
|
|
|
|
inner_overridden="#6bf3cc"
|
|
|
|
|
inner_overridden_sel="#5fd9b6"
|
|
|
|
|
inner_changed="#cc7529"
|
|
|
|
|
inner_changed_sel="#e6852d"
|
|
|
|
|
blend="0.5"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeWidgetStateColors>
|
|
|
|
|
</wcol_state>
|
2018-05-07 18:46:30 +02:00
|
|
|
<wcol_tab>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeWidgetColors
|
2025-04-24 13:59:06 +02:00
|
|
|
outline="#33333300"
|
2025-06-12 14:37:07 +02:00
|
|
|
outline_sel="#1d1d1dff"
|
2023-02-16 14:39:41 +01:00
|
|
|
inner="#808080cc"
|
2018-12-16 11:20:56 +11:00
|
|
|
inner_sel="#b3b3b3ff"
|
|
|
|
|
item="#28292dff"
|
|
|
|
|
text="#1a1a1a"
|
|
|
|
|
text_sel="#000000"
|
|
|
|
|
show_shaded="FALSE"
|
|
|
|
|
shadetop="0"
|
|
|
|
|
shadedown="0"
|
|
|
|
|
roundness="0.4"
|
|
|
|
|
>
|
2018-05-07 18:46:30 +02:00
|
|
|
</ThemeWidgetColors>
|
|
|
|
|
</wcol_tab>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeUserInterface>
|
|
|
|
|
</user_interface>
|
UI: Theme: Shared regions
Continuing recent attempts to combine theme settings
and reduce complexity. part of #140360
This PR adds new root panel in theme called "Regions" which for now
includes two subpanels:
# Asset Shelf
This is just moving asset shelf from root to regions, where
it's more appropriate and less noisy.
No functional changes. (alternative to #144267)
# Channels
Previously known as "Theme Space List", or "Source List",
but in user interface we refer this region as "Channels".
This region is shared by all animation/video editors, and each had
a separate panel for theme properties. Now they're combined, and all
editors follow settings defined in Regions -> Channels.
Additionally, "Source List Title" property, which was never used is removed.
Properties are also renamed to be more intuitive and shorter.
# Toolbar / Sidebar
Previously was registered separately on every single editor. This allowed
for some extra customization, but in 5.0 need for this is reduced very much,
because elements drawn in those regions (tabs & tools) are also generalized,
so it makes sense to want same background color for them as well.
> This replaces 46 properties with 5, reducing the total by 41.
> Videos in PR
Pull Request: https://projects.blender.org/blender/blender/pulls/145609
2025-09-12 13:22:50 +02:00
|
|
|
<regions>
|
|
|
|
|
<ThemeRegions>
|
|
|
|
|
<asset_shelf>
|
|
|
|
|
<ThemeRegionsAssetShelf
|
|
|
|
|
back="#999999ff"
|
|
|
|
|
header_back="#adadadff"
|
|
|
|
|
>
|
|
|
|
|
</ThemeRegionsAssetShelf>
|
|
|
|
|
</asset_shelf>
|
|
|
|
|
<channels>
|
|
|
|
|
<ThemeRegionsChannels
|
|
|
|
|
back="#adadad"
|
|
|
|
|
text="#050505"
|
|
|
|
|
text_selected="#ffffff"
|
|
|
|
|
>
|
|
|
|
|
</ThemeRegionsChannels>
|
|
|
|
|
</channels>
|
2025-09-12 16:25:56 +02:00
|
|
|
<scrubbing>
|
|
|
|
|
<ThemeRegionsScrubbing
|
|
|
|
|
back="#808080E6"
|
|
|
|
|
text="#272727"
|
|
|
|
|
time_marker="#00000060"
|
|
|
|
|
time_marker_selected="#ffffff60"
|
|
|
|
|
>
|
|
|
|
|
</ThemeRegionsScrubbing>
|
|
|
|
|
</scrubbing>
|
UI: Theme: Shared regions
Continuing recent attempts to combine theme settings
and reduce complexity. part of #140360
This PR adds new root panel in theme called "Regions" which for now
includes two subpanels:
# Asset Shelf
This is just moving asset shelf from root to regions, where
it's more appropriate and less noisy.
No functional changes. (alternative to #144267)
# Channels
Previously known as "Theme Space List", or "Source List",
but in user interface we refer this region as "Channels".
This region is shared by all animation/video editors, and each had
a separate panel for theme properties. Now they're combined, and all
editors follow settings defined in Regions -> Channels.
Additionally, "Source List Title" property, which was never used is removed.
Properties are also renamed to be more intuitive and shorter.
# Toolbar / Sidebar
Previously was registered separately on every single editor. This allowed
for some extra customization, but in 5.0 need for this is reduced very much,
because elements drawn in those regions (tabs & tools) are also generalized,
so it makes sense to want same background color for them as well.
> This replaces 46 properties with 5, reducing the total by 41.
> Videos in PR
Pull Request: https://projects.blender.org/blender/blender/pulls/145609
2025-09-12 13:22:50 +02:00
|
|
|
<sidebars>
|
|
|
|
|
<ThemeRegionsSidebars
|
|
|
|
|
back="#b3b3b300"
|
|
|
|
|
tab_back="#b3b3b300"
|
|
|
|
|
>
|
|
|
|
|
</ThemeRegionsSidebars>
|
|
|
|
|
</sidebars>
|
|
|
|
|
</ThemeRegions>
|
|
|
|
|
</regions>
|
UI: Theme: Move more animation properties in common
Next step of #140360, continuing after 39c066ee5315ea32d415a7b4a00bb4f1b9ea8c9d
Moves more animation theme properties shared by different editors to the new Common panel.
- Playhead (was shared by 7 editors)
- Marker Line (was shared by 5 editors)
- Marker Line Selected (was shared by 5 editors)
- Channel (was shared by 3 editors)
- Sub-channel (was shared by 3 editors)
- Channel Group (was shared by 2 editors)
- Active Channel Group (was shared by 2 editors)
In total, 27 properties are replaced with 7.
---
User Visible Changes:
- "Current Frame" is renamed to "Playhead". It was general sentiment among
Anim and UI modules to rename this everywhere after "Playhead Snapping" was
added, and this is first step towards that. Name is more recognizable and it's
clear it refers to UI element, rather than something as generic as "current frame".
- Channel, Sub-channel, Channel Group, and Active Channel Group colors in
Dope Sheet had alpha, but ones in Graph and NLA editors didn't. New common
property is used for all three of them and has alpha, meaning two editors gain
alpha as well, but they don't use alpha, still only Dope Sheet does.
- Channel and Sub-channel had different color in NLA and didn't match Dope Sheet
and Graph Editor, now since it's shared it has same color, which is a visual change
(slighlty lighter blue).
Pull Request: https://projects.blender.org/blender/blender/pulls/144060
2025-08-09 09:04:53 +02:00
|
|
|
<common>
|
|
|
|
|
<ThemeCommon>
|
|
|
|
|
<anim>
|
|
|
|
|
<ThemeCommonAnim
|
|
|
|
|
playhead="#5680c2"
|
|
|
|
|
preview_range="#a14d0066"
|
UI: Theme: Common colors for animation channels
Continuation of #140360
New common properties for Channel and Channel Selected,
used in animation editors.
Previously Dope Sheet, Graph Editor, NLA, and Movie Clip Editor
had separate properties for them.
Video and images inside the PR.
---
> [!important]
- Channels looked different in Dope Sheet and Graph Editor. In the former,
they were same color as the background, so only labels and icons were visible,
in the latter they had a darker color, so their outline was visible. We need to pick
which design we go for now that they're combined. I chose color from Graph
Editor for now, with alpha from Dope Sheet, since only that editor uses alpha.
---
There is a confusion with names of channel colors. In 4.5 there is:
- - "Channel" (singular, blue color) which refers to objects, actions,
and action slots that hold/combine channels.
- - "Channels" (plural, black color) which refers to individual channels.
This goes against how we name things. In theme, especially, we refer to object
colors as "Object", singular, not Objects, plular. Same goes for all elements except
this one, where individual elements are referred in plural.
To lessen the confusion, and also avoid unnecessary breaking changes in the
future (in case we want to rename blue things, which seems likely), in this PR
I swap those names. Main reason is that black color marks individual channels,
so it should be singular, and blue colors are combination of many channels,
so they should be plural. Otherwise even talking about them is awkward.
Note that renaming isn't a breaking change, because we already "broke" them
by moving them to common path from individual editors.
Pull Request: https://projects.blender.org/blender/blender/pulls/146091
2025-09-12 14:49:27 +02:00
|
|
|
channels="#2e639924"
|
|
|
|
|
channels_sub="#7aa4cc24"
|
UI: Theme: Move more animation properties in common
Next step of #140360, continuing after 39c066ee5315ea32d415a7b4a00bb4f1b9ea8c9d
Moves more animation theme properties shared by different editors to the new Common panel.
- Playhead (was shared by 7 editors)
- Marker Line (was shared by 5 editors)
- Marker Line Selected (was shared by 5 editors)
- Channel (was shared by 3 editors)
- Sub-channel (was shared by 3 editors)
- Channel Group (was shared by 2 editors)
- Active Channel Group (was shared by 2 editors)
In total, 27 properties are replaced with 7.
---
User Visible Changes:
- "Current Frame" is renamed to "Playhead". It was general sentiment among
Anim and UI modules to rename this everywhere after "Playhead Snapping" was
added, and this is first step towards that. Name is more recognizable and it's
clear it refers to UI element, rather than something as generic as "current frame".
- Channel, Sub-channel, Channel Group, and Active Channel Group colors in
Dope Sheet had alpha, but ones in Graph and NLA editors didn't. New common
property is used for all three of them and has alpha, meaning two editors gain
alpha as well, but they don't use alpha, still only Dope Sheet does.
- Channel and Sub-channel had different color in NLA and didn't match Dope Sheet
and Graph Editor, now since it's shared it has same color, which is a visual change
(slighlty lighter blue).
Pull Request: https://projects.blender.org/blender/blender/pulls/144060
2025-08-09 09:04:53 +02:00
|
|
|
channel_group="#278c0e37"
|
|
|
|
|
channel_group_active="#4eb33555"
|
UI: Theme: Common colors for animation channels
Continuation of #140360
New common properties for Channel and Channel Selected,
used in animation editors.
Previously Dope Sheet, Graph Editor, NLA, and Movie Clip Editor
had separate properties for them.
Video and images inside the PR.
---
> [!important]
- Channels looked different in Dope Sheet and Graph Editor. In the former,
they were same color as the background, so only labels and icons were visible,
in the latter they had a darker color, so their outline was visible. We need to pick
which design we go for now that they're combined. I chose color from Graph
Editor for now, with alpha from Dope Sheet, since only that editor uses alpha.
---
There is a confusion with names of channel colors. In 4.5 there is:
- - "Channel" (singular, blue color) which refers to objects, actions,
and action slots that hold/combine channels.
- - "Channels" (plural, black color) which refers to individual channels.
This goes against how we name things. In theme, especially, we refer to object
colors as "Object", singular, not Objects, plular. Same goes for all elements except
this one, where individual elements are referred in plural.
To lessen the confusion, and also avoid unnecessary breaking changes in the
future (in case we want to rename blue things, which seems likely), in this PR
I swap those names. Main reason is that black color marks individual channels,
so it should be singular, and blue colors are combination of many channels,
so they should be plural. Otherwise even talking about them is awkward.
Note that renaming isn't a breaking change, because we already "broke" them
by moving them to common path from individual editors.
Pull Request: https://projects.blender.org/blender/blender/pulls/146091
2025-09-12 14:49:27 +02:00
|
|
|
channel="#999999ff"
|
|
|
|
|
channels_selected="#60c04044"
|
UI: Theme: Move keyframe properties to common
Continuing #140360
This PR moves keyframe theme properties from editors into Common.
Besides Dope Sheet, keyframe properties were in:
- Sequencer (almost all types, and might use more in the future)
- 3D Viewport, where the active object name overlay used a separate Object Keyframe color when
it had keyframes on the current frame. Now it uses the common Keyframe Selected color, instead
of having its own property just for this little text.
- Keyframes in Movie Clip Editor were hard-coded white, now they use a common Keyframe color.
Selected colors used wrong long key selected color, now they use common Keyframe Selected color.
- Movie Clip Editor also used separate colors for what it called "Strips", but they are visually
the exact same thing as "long keys" in Dope Sheet, so they use common long key colors now.
There are Keyframe Border properties in Dope Sheet, Sequencer, and NLA, but they're not shared
because they're drawn on very different backgrounds, in different sizes, with different fill colors, so
it's difficult to make one color work for all of them, and it can restrict customization and accessibility.
Video in PR
---
Details:
- Long keys in Dope Sheet/Clip Editor and Strips in NLA used the same internal "strip" attribute.
Those needed to be separated to properly use long key colors in common, without worrying
about affecting unrelated things, and those two are as unrelated as they can get.
To properly separate them I added new "long_key" attributes, and corresponding
`TH_LONGKEY` and `TH_LONGKEY_SELECT`.
- Long keys in Movie Clip Editor had hardcoded alpha. Now they use alpha of the theme color.
Pull Request: https://projects.blender.org/blender/blender/pulls/144259
2025-08-29 23:22:38 +02:00
|
|
|
keyframe="#e8e8e8"
|
|
|
|
|
keyframe_selected="#ffbe33"
|
|
|
|
|
keyframe_extreme="#e8b3cc"
|
|
|
|
|
keyframe_extreme_selected="#f28080"
|
|
|
|
|
keyframe_breakdown="#b3dbe8"
|
|
|
|
|
keyframe_breakdown_selected="#54bfed"
|
|
|
|
|
keyframe_jitter="#94e575"
|
|
|
|
|
keyframe_jitter_selected="#61c042"
|
|
|
|
|
keyframe_moving_hold="#5c5656"
|
|
|
|
|
keyframe_moving_hold_selected="#ffaf23"
|
|
|
|
|
keyframe_generated="#a7a7a7"
|
|
|
|
|
keyframe_generated_selected="#c4a05f"
|
|
|
|
|
long_key="#1a151580"
|
|
|
|
|
long_key_selected="#ff8c00cc"
|
UI: Theme: Move more animation properties in common
Next step of #140360, continuing after 39c066ee5315ea32d415a7b4a00bb4f1b9ea8c9d
Moves more animation theme properties shared by different editors to the new Common panel.
- Playhead (was shared by 7 editors)
- Marker Line (was shared by 5 editors)
- Marker Line Selected (was shared by 5 editors)
- Channel (was shared by 3 editors)
- Sub-channel (was shared by 3 editors)
- Channel Group (was shared by 2 editors)
- Active Channel Group (was shared by 2 editors)
In total, 27 properties are replaced with 7.
---
User Visible Changes:
- "Current Frame" is renamed to "Playhead". It was general sentiment among
Anim and UI modules to rename this everywhere after "Playhead Snapping" was
added, and this is first step towards that. Name is more recognizable and it's
clear it refers to UI element, rather than something as generic as "current frame".
- Channel, Sub-channel, Channel Group, and Active Channel Group colors in
Dope Sheet had alpha, but ones in Graph and NLA editors didn't. New common
property is used for all three of them and has alpha, meaning two editors gain
alpha as well, but they don't use alpha, still only Dope Sheet does.
- Channel and Sub-channel had different color in NLA and didn't match Dope Sheet
and Graph Editor, now since it's shared it has same color, which is a visual change
(slighlty lighter blue).
Pull Request: https://projects.blender.org/blender/blender/pulls/144060
2025-08-09 09:04:53 +02:00
|
|
|
>
|
|
|
|
|
</ThemeCommonAnim>
|
|
|
|
|
</anim>
|
UI: Theme: Move curve handle properties in common
Continuing #140360, after 39c066ee5315ea32d415a7b4a00bb4f1b9ea8c9d
Moving curve handle colors & size from space editors into common theme properties.
They are now shared by 3D Viewport, Image Editor, Graph Editor, and Movie Clip Editor,
instead of each of them having their own properties.
(Video in PR)
---
Details:
- NURB U/V lines, active spline, and last selected point colors were defined
in `rna_def_userdef_theme_spaces_curves` but were optional and only called by
3D viewport. Since no other editor calls that function anymore, I removed it and
moved those properties directly inside `rna_def_userdef_theme_space_view3d`.
- In Image Editor & Movie Clip Editor (Mask mode), curves don't ever show
selection colors, and Vector handles are generally never visible, that is
bug/missing in Blender in general, not a result of this PR.
- Handle vertex size were included in Dope Sheet and NLA, where handles don't
exist. Now as a side effect they're removed as well.
Pull Request: https://projects.blender.org/blender/blender/pulls/143762
2025-08-15 21:40:56 +02:00
|
|
|
<curves>
|
|
|
|
|
<ThemeCommonCurves
|
2025-10-06 11:42:49 +02:00
|
|
|
handle_free="#745900"
|
|
|
|
|
handle_sel_free="#ffc300"
|
|
|
|
|
handle_auto="#740d00"
|
|
|
|
|
handle_sel_auto="#ff1900"
|
|
|
|
|
handle_vect="#232374"
|
|
|
|
|
handle_sel_vect="#4444ff"
|
|
|
|
|
handle_align="#157000"
|
|
|
|
|
handle_sel_align="#72ff57"
|
|
|
|
|
handle_auto_clamped="#803060"
|
|
|
|
|
handle_sel_auto_clamped="#f090a0"
|
UI: Theme: Move curve handle properties in common
Continuing #140360, after 39c066ee5315ea32d415a7b4a00bb4f1b9ea8c9d
Moving curve handle colors & size from space editors into common theme properties.
They are now shared by 3D Viewport, Image Editor, Graph Editor, and Movie Clip Editor,
instead of each of them having their own properties.
(Video in PR)
---
Details:
- NURB U/V lines, active spline, and last selected point colors were defined
in `rna_def_userdef_theme_spaces_curves` but were optional and only called by
3D viewport. Since no other editor calls that function anymore, I removed it and
moved those properties directly inside `rna_def_userdef_theme_space_view3d`.
- In Image Editor & Movie Clip Editor (Mask mode), curves don't ever show
selection colors, and Vector handles are generally never visible, that is
bug/missing in Blender in general, not a result of this PR.
- Handle vertex size were included in Dope Sheet and NLA, where handles don't
exist. Now as a side effect they're removed as well.
Pull Request: https://projects.blender.org/blender/blender/pulls/143762
2025-08-15 21:40:56 +02:00
|
|
|
handle_vertex="#000000"
|
|
|
|
|
handle_vertex_select="#ff8500"
|
|
|
|
|
handle_vertex_size="5"
|
|
|
|
|
>
|
|
|
|
|
</ThemeCommonCurves>
|
|
|
|
|
</curves>
|
UI: Theme: Move more animation properties in common
Next step of #140360, continuing after 39c066ee5315ea32d415a7b4a00bb4f1b9ea8c9d
Moves more animation theme properties shared by different editors to the new Common panel.
- Playhead (was shared by 7 editors)
- Marker Line (was shared by 5 editors)
- Marker Line Selected (was shared by 5 editors)
- Channel (was shared by 3 editors)
- Sub-channel (was shared by 3 editors)
- Channel Group (was shared by 2 editors)
- Active Channel Group (was shared by 2 editors)
In total, 27 properties are replaced with 7.
---
User Visible Changes:
- "Current Frame" is renamed to "Playhead". It was general sentiment among
Anim and UI modules to rename this everywhere after "Playhead Snapping" was
added, and this is first step towards that. Name is more recognizable and it's
clear it refers to UI element, rather than something as generic as "current frame".
- Channel, Sub-channel, Channel Group, and Active Channel Group colors in
Dope Sheet had alpha, but ones in Graph and NLA editors didn't. New common
property is used for all three of them and has alpha, meaning two editors gain
alpha as well, but they don't use alpha, still only Dope Sheet does.
- Channel and Sub-channel had different color in NLA and didn't match Dope Sheet
and Graph Editor, now since it's shared it has same color, which is a visual change
(slighlty lighter blue).
Pull Request: https://projects.blender.org/blender/blender/pulls/144060
2025-08-09 09:04:53 +02:00
|
|
|
</ThemeCommon>
|
|
|
|
|
</common>
|
2015-01-22 23:49:49 +01:00
|
|
|
<view_3d>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeView3D
|
2019-06-14 15:15:07 +10:00
|
|
|
grid="#00000033"
|
|
|
|
|
clipping_border_3d="#606060ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
wire="#000000"
|
2018-12-18 18:22:42 +11:00
|
|
|
wire_edit="#000000"
|
2023-09-05 12:54:32 +02:00
|
|
|
edge_width="1"
|
2018-12-16 11:20:56 +11:00
|
|
|
gp_vertex="#000000"
|
2019-06-14 15:15:07 +10:00
|
|
|
gp_vertex_select="#ff8500"
|
2018-12-16 11:20:56 +11:00
|
|
|
gp_vertex_size="3"
|
2019-06-14 15:15:07 +10:00
|
|
|
text_grease_pencil="#b5e61d"
|
|
|
|
|
object_selected="#f15800"
|
|
|
|
|
object_active="#ffaa40"
|
2019-05-15 23:08:22 +02:00
|
|
|
camera="#000000"
|
|
|
|
|
empty="#000000"
|
|
|
|
|
light="#00000028"
|
|
|
|
|
speaker="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
vertex="#000000"
|
2023-11-02 18:12:20 +11:00
|
|
|
vertex_select="#ff7a00"
|
2018-12-16 11:20:56 +11:00
|
|
|
vertex_size="3"
|
|
|
|
|
vertex_unreferenced="#000000"
|
2023-11-02 18:12:20 +11:00
|
|
|
edge_select="#ff9900"
|
|
|
|
|
edge_mode_select="#ffd800"
|
2018-12-16 11:20:56 +11:00
|
|
|
face="#00000012"
|
2023-11-02 18:12:20 +11:00
|
|
|
face_select="#ffa30033"
|
|
|
|
|
face_mode_select="#ffb70033"
|
2019-06-14 15:15:07 +10:00
|
|
|
facedot_size="4"
|
2023-09-05 12:54:32 +02:00
|
|
|
face_retopology="#50c8ff1e"
|
2025-09-25 14:02:46 +02:00
|
|
|
bevel="#00a5ff"
|
|
|
|
|
seam="#db2512"
|
|
|
|
|
sharp="#00ffff"
|
|
|
|
|
crease="#cc0099"
|
|
|
|
|
freestyle="#7fff7f33"
|
2020-03-19 12:18:41 +11:00
|
|
|
face_back="#ff0000b3"
|
2025-03-17 01:08:45 +01:00
|
|
|
face_front="#0000ff00"
|
2018-12-16 11:20:56 +11:00
|
|
|
nurb_uline="#909000"
|
|
|
|
|
nurb_vline="#803060"
|
|
|
|
|
nurb_sel_uline="#f0ff40"
|
|
|
|
|
nurb_sel_vline="#f090a0"
|
2019-05-15 23:08:22 +02:00
|
|
|
extra_edge_len="#ff6149"
|
|
|
|
|
extra_edge_angle="#cccc00"
|
|
|
|
|
extra_face_angle="#b3b3ff"
|
|
|
|
|
extra_face_area="#00cc00"
|
2018-12-16 11:20:56 +11:00
|
|
|
editmesh_active="#ffffff80"
|
|
|
|
|
normal="#22dddd"
|
|
|
|
|
vertex_normal="#2361dd"
|
|
|
|
|
split_normal="#dd23dd"
|
|
|
|
|
bone_pose="#50c8ff"
|
|
|
|
|
bone_pose_active="#8cffff"
|
2019-05-15 23:08:22 +02:00
|
|
|
bone_solid="#e6e6e6"
|
2020-03-19 12:18:41 +11:00
|
|
|
bone_locked_weight="#ff000080"
|
2025-04-24 13:01:27 +02:00
|
|
|
before_current_frame="#f22e23"
|
|
|
|
|
after_current_frame="#78f244"
|
2018-12-16 11:20:56 +11:00
|
|
|
bundle_solid="#c8c8c8"
|
|
|
|
|
camera_path="#000000"
|
2023-02-16 14:39:41 +01:00
|
|
|
camera_passepartout="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
skin_root="#b44d4d"
|
2018-12-17 14:55:19 +11:00
|
|
|
view_overlay="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
transform="#ffffff"
|
|
|
|
|
outline_width="1"
|
2019-05-15 23:08:22 +02:00
|
|
|
object_origin_size="6"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGradient
|
|
|
|
|
title="#000000"
|
|
|
|
|
text="#000000"
|
|
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#99999900"
|
|
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<gradients>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeGradientColors
|
2020-03-19 12:18:41 +11:00
|
|
|
background_type="SINGLE_COLOR"
|
2019-01-11 14:38:31 +11:00
|
|
|
high_gradient="#646464"
|
|
|
|
|
gradient="#646464"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeGradientColors>
|
|
|
|
|
</gradients>
|
|
|
|
|
</ThemeSpaceGradient>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeView3D>
|
|
|
|
|
</view_3d>
|
|
|
|
|
<graph_editor>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeGraphEditor
|
|
|
|
|
grid="#5e5e5e"
|
|
|
|
|
vertex="#000000"
|
|
|
|
|
vertex_select="#ff8500"
|
2020-10-08 16:17:20 +02:00
|
|
|
vertex_active="#ffffff"
|
2018-12-16 11:20:56 +11:00
|
|
|
vertex_size="6"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
|
|
|
|
back="#6b6b6b"
|
|
|
|
|
title="#000000"
|
2019-05-15 23:08:22 +02:00
|
|
|
text="#272727"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#adadadff"
|
|
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeGraphEditor>
|
|
|
|
|
</graph_editor>
|
|
|
|
|
<file_browser>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeFileBrowser
|
|
|
|
|
selected_file="#5680c2"
|
2020-10-08 16:17:20 +02:00
|
|
|
row_alternate="#ffffff0f"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
2020-08-26 16:53:58 -05:00
|
|
|
back="#999999"
|
2018-12-16 11:20:56 +11:00
|
|
|
title="#000000"
|
2020-08-26 16:53:58 -05:00
|
|
|
text="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#adadadff"
|
|
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeFileBrowser>
|
|
|
|
|
</file_browser>
|
|
|
|
|
<nla_editor>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeNLAEditor
|
|
|
|
|
grid="#5e5e5e"
|
|
|
|
|
active_action="#cc701a66"
|
|
|
|
|
active_action_unset="#9987614d"
|
|
|
|
|
strips="#0c0a0a"
|
|
|
|
|
strips_selected="#ff8c00"
|
|
|
|
|
transition_strips="#1c2630"
|
|
|
|
|
transition_strips_selected="#2e75db"
|
|
|
|
|
meta_strips="#332642"
|
|
|
|
|
meta_strips_selected="#692196"
|
|
|
|
|
sound_strips="#2b3d3d"
|
|
|
|
|
sound_strips_selected="#1f7a7a"
|
|
|
|
|
tweak="#4df31a"
|
|
|
|
|
tweak_duplicate="#d90000"
|
|
|
|
|
keyframe_border="#000000ff"
|
|
|
|
|
keyframe_border_selected="#000000ff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
|
|
|
|
back="#6b6b6b"
|
|
|
|
|
title="#000000"
|
2019-05-15 23:08:22 +02:00
|
|
|
text="#272727"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#adadadff"
|
|
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeNLAEditor>
|
|
|
|
|
</nla_editor>
|
|
|
|
|
<dopesheet_editor>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeDopeSheet
|
|
|
|
|
grid="#4d4d4d"
|
|
|
|
|
keyframe_border="#000000ff"
|
|
|
|
|
keyframe_border_selected="#000000ff"
|
|
|
|
|
keyframe_scale_factor="1"
|
|
|
|
|
summary="#d3660066"
|
UI: Dope Sheet: Custom theme color for interpolation modes
Split the "Interpolation Line" theme property into three for each
interpolation mode, and use them accordingly. In the current theme
refactor, almost all theme properties of the dope sheet are getting
either removed (unused), or moved (shared). This decluttering opens up
the possibility to allow more theming, and let artists read the Dope
Sheet better.
## Avoiding Confusion
There's two "Bézier" interpolation types:
- Called "Bézier" in the interpolation type menu, and
- Called "Bézier" in the code, for the types that are labeled as
**"Easing" and "Dynamic"** in the interpolation type menu.
Since this commit is about the interpolation lines, which are **not**
drawn for the former, **this PR only covers Constant, Linear, and the
latter form of Bézier interpolation types.**
Pull Request: https://projects.blender.org/blender/blender/pulls/144255
2025-10-13 18:01:21 +02:00
|
|
|
anim_interpolation_linear="#94e575cc"
|
|
|
|
|
anim_interpolation_constant="#e59c7bcc"
|
|
|
|
|
anim_interpolation_other="#5dbabeb3"
|
2023-09-05 12:54:32 +02:00
|
|
|
simulated_frames="#721e65ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
|
|
|
|
back="#6b6b6b"
|
|
|
|
|
title="#000000"
|
2019-05-15 23:08:22 +02:00
|
|
|
text="#272727"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#adadadff"
|
|
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeDopeSheet>
|
|
|
|
|
</dopesheet_editor>
|
|
|
|
|
<image_editor>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeImageEditor
|
2020-09-15 18:42:38 -05:00
|
|
|
grid="#353535ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
vertex="#000000"
|
2019-06-14 15:15:07 +10:00
|
|
|
vertex_select="#ff8500"
|
2018-12-16 11:20:56 +11:00
|
|
|
vertex_size="3"
|
|
|
|
|
face="#ffffff0a"
|
2019-06-14 15:15:07 +10:00
|
|
|
face_select="#ff85003c"
|
2025-04-24 13:01:27 +02:00
|
|
|
face_mode_select="#00000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
facedot_size="3"
|
2020-04-16 18:43:03 +10:00
|
|
|
editmesh_active="#ffffff40"
|
2018-12-16 11:20:56 +11:00
|
|
|
wire_edit="#c0c0c0"
|
2023-09-05 12:54:32 +02:00
|
|
|
edge_width="1"
|
2019-06-14 15:15:07 +10:00
|
|
|
edge_select="#ff8500"
|
2018-12-16 11:20:56 +11:00
|
|
|
scope_back="#727272ff"
|
|
|
|
|
preview_stitch_face="#7f7f0033"
|
|
|
|
|
preview_stitch_edge="#ff00ff33"
|
|
|
|
|
preview_stitch_vert="#0000ff33"
|
|
|
|
|
preview_stitch_stitchable="#00ff00ff"
|
|
|
|
|
preview_stitch_unstitchable="#ff0000ff"
|
|
|
|
|
preview_stitch_active="#e1d2c323"
|
|
|
|
|
uv_shadow="#707070ff"
|
|
|
|
|
metadatabg="#000000"
|
|
|
|
|
metadatatext="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
|
|
|
|
back="#353535"
|
|
|
|
|
title="#000000"
|
|
|
|
|
text="#000000"
|
|
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#b3b3b3ff"
|
|
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeImageEditor>
|
|
|
|
|
</image_editor>
|
|
|
|
|
<sequence_editor>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSequenceEditor
|
|
|
|
|
grid="#404040"
|
2020-03-01 16:20:30 +01:00
|
|
|
movie_strip="#4d6890"
|
|
|
|
|
movieclip_strip="#8f4c4c"
|
|
|
|
|
image_strip="#8f744b"
|
|
|
|
|
scene_strip="#828f50"
|
|
|
|
|
audio_strip="#4c8f8f"
|
2020-03-19 00:24:09 +01:00
|
|
|
effect_strip="#4c456c"
|
2023-09-05 12:54:32 +02:00
|
|
|
transition_strip="#50458f"
|
2020-03-19 12:18:41 +11:00
|
|
|
color_strip="#8f8f8f"
|
2020-03-01 16:20:30 +01:00
|
|
|
meta_strip="#5b4d91"
|
2020-03-19 00:24:09 +01:00
|
|
|
mask_strip="#8f5656"
|
2020-03-01 16:20:30 +01:00
|
|
|
text_strip="#824c8f"
|
2024-04-24 12:37:38 +02:00
|
|
|
active_strip="#ffffff"
|
2020-03-19 00:24:09 +01:00
|
|
|
selected_strip="#ff6a00"
|
2018-12-16 11:20:56 +11:00
|
|
|
preview_back="#000000"
|
|
|
|
|
metadatabg="#000000"
|
|
|
|
|
metadatatext="#ffffff"
|
2020-12-01 10:28:29 -05:00
|
|
|
row_alternate="#ffffff0d"
|
2025-04-24 13:01:27 +02:00
|
|
|
text_strip_cursor="#71a8ffff"
|
|
|
|
|
selected_text="#19191a4d"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
2019-05-15 23:08:22 +02:00
|
|
|
back="#353535"
|
2018-12-16 11:20:56 +11:00
|
|
|
title="#000000"
|
2019-05-15 23:08:22 +02:00
|
|
|
text="#747474"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#b3b3b3ff"
|
|
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeSequenceEditor>
|
|
|
|
|
</sequence_editor>
|
|
|
|
|
<properties>
|
2020-09-15 10:34:38 -05:00
|
|
|
<ThemeProperties
|
|
|
|
|
match="#5680c2"
|
2021-01-28 16:16:24 -06:00
|
|
|
active_modifier="#5680c2ff"
|
2020-09-15 10:34:38 -05:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
2019-05-15 23:08:22 +02:00
|
|
|
back="#b3b3b3"
|
2018-12-16 11:20:56 +11:00
|
|
|
title="#181818"
|
|
|
|
|
text="#000000"
|
|
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#b3b3b3ff"
|
|
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeProperties>
|
|
|
|
|
</properties>
|
|
|
|
|
<text_editor>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeTextEditor
|
2020-03-19 12:18:41 +11:00
|
|
|
line_numbers="#d0d0d0"
|
2018-12-16 11:20:56 +11:00
|
|
|
line_numbers_background="#313133"
|
|
|
|
|
selected_text="#19191a"
|
2023-09-15 12:59:57 +02:00
|
|
|
cursor="#71a8ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
syntax_builtin="#ff1961"
|
|
|
|
|
syntax_symbols="#ff734d"
|
|
|
|
|
syntax_special="#95d600"
|
|
|
|
|
syntax_preprocessor="#ad80ff"
|
|
|
|
|
syntax_reserved="#c4753b"
|
|
|
|
|
syntax_comment="#939393"
|
|
|
|
|
syntax_string="#f6e162"
|
2023-09-15 12:59:57 +02:00
|
|
|
syntax_numbers="#50faff"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
|
|
|
|
back="#313133"
|
|
|
|
|
title="#000000"
|
|
|
|
|
text="#e6e6e6"
|
|
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#b3b3b3ff"
|
|
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeTextEditor>
|
|
|
|
|
</text_editor>
|
|
|
|
|
<node_editor>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeNodeEditor
|
2023-02-16 14:39:41 +01:00
|
|
|
grid="#282828"
|
|
|
|
|
node_selected="#ed5700"
|
|
|
|
|
node_active="#ffffff"
|
|
|
|
|
wire="#1a1a1aff"
|
|
|
|
|
wire_inner="#8d8d8d"
|
|
|
|
|
wire_select="#ffffffb3"
|
|
|
|
|
node_backdrop="#666666ff"
|
2025-06-16 18:34:29 +02:00
|
|
|
converter_node="#4482a3"
|
|
|
|
|
color_node="#8e8e3f"
|
|
|
|
|
group_node="#566643"
|
2025-06-26 15:05:37 +02:00
|
|
|
group_socket_node="#3d3d3d"
|
2023-02-16 14:39:41 +01:00
|
|
|
frame_node="#0f0f0fcc"
|
2025-06-16 18:34:29 +02:00
|
|
|
matte_node="#7a5656"
|
|
|
|
|
distor_node="#5d7a7a"
|
2021-03-20 01:12:28 +01:00
|
|
|
noodle_curving="4"
|
2022-03-30 21:21:57 +02:00
|
|
|
grid_levels="3"
|
2021-10-21 21:00:17 +02:00
|
|
|
dash_alpha="0.5"
|
2025-06-16 18:34:29 +02:00
|
|
|
input_node="#a2536a"
|
|
|
|
|
output_node="#5d4048"
|
|
|
|
|
filter_node="#5f4a70"
|
|
|
|
|
vector_node="#5c5ca3"
|
|
|
|
|
texture_node="#99673d"
|
|
|
|
|
shader_node="#4c864c"
|
|
|
|
|
script_node="#405c5c"
|
|
|
|
|
geometry_node="#3d937e"
|
2023-02-16 14:39:41 +01:00
|
|
|
attribute_node="#001566"
|
2023-09-05 12:54:32 +02:00
|
|
|
simulation_zone="#66416233"
|
|
|
|
|
repeat_zone="#76512f33"
|
2025-04-24 13:01:27 +02:00
|
|
|
foreach_geometry_element_zone="#33527f33"
|
|
|
|
|
closure_zone="#527f3333"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
2023-02-16 14:39:41 +01:00
|
|
|
back="#1d1d1d"
|
|
|
|
|
title="#eeeeee"
|
|
|
|
|
text="#e6e6e6"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#b3b3b3ff"
|
2023-02-16 14:39:41 +01:00
|
|
|
header_text="#eeeeee"
|
2018-12-16 11:20:56 +11:00
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeNodeEditor>
|
|
|
|
|
</node_editor>
|
|
|
|
|
<outliner>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeOutliner
|
|
|
|
|
match="#337f33"
|
2023-02-16 14:39:41 +01:00
|
|
|
selected_highlight="#7a8499"
|
|
|
|
|
active="#929eb7"
|
2019-05-16 20:01:33 +02:00
|
|
|
selected_object="#ffddb3"
|
|
|
|
|
active_object="#ffffff"
|
|
|
|
|
edited_object="#0080624d"
|
|
|
|
|
row_alternate="#ffffff0f"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
|
|
|
|
back="#999999"
|
|
|
|
|
title="#000000"
|
|
|
|
|
text="#000000"
|
|
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#b3b3b3ff"
|
|
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeOutliner>
|
|
|
|
|
</outliner>
|
|
|
|
|
<info>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeInfo
|
|
|
|
|
info_selected="#6080ff"
|
2021-02-08 08:19:23 -08:00
|
|
|
info_selected_text="#000000"
|
|
|
|
|
info_error_text="#000000"
|
|
|
|
|
info_warning_text="#000000"
|
|
|
|
|
info_info_text="#000000"
|
2021-11-11 10:10:28 -06:00
|
|
|
info_debug="#b30095ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
info_debug_text="#000000"
|
2021-11-11 10:10:28 -06:00
|
|
|
info_property="#44b300ff"
|
2021-02-08 08:19:23 -08:00
|
|
|
info_property_text="#000000"
|
2021-11-11 10:10:28 -06:00
|
|
|
info_operator="#44b300ff"
|
2021-02-08 08:19:23 -08:00
|
|
|
info_operator_text="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
|
|
|
|
back="#727272"
|
|
|
|
|
title="#000000"
|
|
|
|
|
text="#000000"
|
|
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#b3b3b3ff"
|
|
|
|
|
header_text="#1a1a1a"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeInfo>
|
|
|
|
|
</info>
|
2019-01-05 21:32:38 +11:00
|
|
|
<preferences>
|
|
|
|
|
<ThemePreferences>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
2019-05-15 23:08:22 +02:00
|
|
|
back="#b3b3b3"
|
2019-01-11 15:11:00 +11:00
|
|
|
title="#181818"
|
|
|
|
|
text="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_hi="#ffffff"
|
2019-01-11 15:11:00 +11:00
|
|
|
header="#b3b3b3ff"
|
|
|
|
|
header_text="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
2019-01-05 21:32:38 +11:00
|
|
|
</ThemePreferences>
|
|
|
|
|
</preferences>
|
2015-01-22 23:49:49 +01:00
|
|
|
<console>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeConsole
|
2023-02-16 14:39:41 +01:00
|
|
|
line_output="#71a8ff"
|
|
|
|
|
line_input="#f2f2f2"
|
|
|
|
|
line_info="#95d600"
|
|
|
|
|
line_error="#ff4d84"
|
2024-04-11 04:00:14 +02:00
|
|
|
cursor="#71a8ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
select="#ffffff30"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
2023-02-16 14:39:41 +01:00
|
|
|
back="#1d1d1d"
|
|
|
|
|
title="#eeeeee"
|
|
|
|
|
text="#e6e6e6"
|
2018-12-16 11:20:56 +11:00
|
|
|
text_hi="#ffffff"
|
2019-05-15 23:08:22 +02:00
|
|
|
header="#b3b3b3ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeConsole>
|
|
|
|
|
</console>
|
|
|
|
|
<clip_editor>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeClipEditor
|
2020-09-15 18:42:38 -05:00
|
|
|
grid="#393939ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
marker_outline="#000000"
|
|
|
|
|
marker="#7f7f00"
|
|
|
|
|
active_marker="#ffffff"
|
|
|
|
|
selected_marker="#ffff00"
|
|
|
|
|
disabled_marker="#7f0000"
|
|
|
|
|
locked_marker="#7f7f7f"
|
|
|
|
|
path_before="#ff0000"
|
|
|
|
|
path_after="#0000ff"
|
2020-03-19 12:18:41 +11:00
|
|
|
path_keyframe_before="#ffc4c4"
|
|
|
|
|
path_keyframe_after="#c4c4ff"
|
2019-01-05 21:32:38 +11:00
|
|
|
metadatabg="#000000"
|
|
|
|
|
metadatatext="#ffffff"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
|
|
|
|
back="#393939"
|
|
|
|
|
title="#000000"
|
|
|
|
|
text="#000000"
|
|
|
|
|
text_hi="#ffffff"
|
2023-04-19 12:18:36 +02:00
|
|
|
header="#b3b3b3ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeClipEditor>
|
|
|
|
|
</clip_editor>
|
2018-05-07 18:46:30 +02:00
|
|
|
<topbar>
|
|
|
|
|
<ThemeTopBar>
|
|
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
|
|
|
|
back="#b3b3b3"
|
|
|
|
|
title="#ffffff"
|
|
|
|
|
text="#ffffff"
|
|
|
|
|
text_hi="#ffffff"
|
2025-04-24 13:59:06 +02:00
|
|
|
header="#999999ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
header_text="#eeeeee"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2018-05-07 18:46:30 +02:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeTopBar>
|
|
|
|
|
</topbar>
|
2018-05-24 18:49:49 +02:00
|
|
|
<statusbar>
|
|
|
|
|
<ThemeStatusBar>
|
|
|
|
|
<space>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeSpaceGeneric
|
|
|
|
|
back="#393939"
|
|
|
|
|
title="#ffffff"
|
|
|
|
|
text="#ffffff"
|
|
|
|
|
text_hi="#ffffff"
|
2025-04-24 13:59:06 +02:00
|
|
|
header="#999999ff"
|
2018-12-16 11:20:56 +11:00
|
|
|
header_text="#1a1a1a"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
2018-05-24 18:49:49 +02:00
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeStatusBar>
|
|
|
|
|
</statusbar>
|
2021-03-08 16:23:21 +01:00
|
|
|
<spreadsheet>
|
|
|
|
|
<ThemeSpreadsheet
|
|
|
|
|
row_alternate="#ffffff0f"
|
|
|
|
|
>
|
|
|
|
|
<space>
|
|
|
|
|
<ThemeSpaceGeneric
|
|
|
|
|
back="#999999"
|
|
|
|
|
title="#000000"
|
|
|
|
|
text="#000000"
|
|
|
|
|
text_hi="#ffffff"
|
|
|
|
|
header="#adadadff"
|
|
|
|
|
header_text="#000000"
|
|
|
|
|
header_text_hi="#ffffff"
|
|
|
|
|
>
|
|
|
|
|
</ThemeSpaceGeneric>
|
|
|
|
|
</space>
|
|
|
|
|
</ThemeSpreadsheet>
|
|
|
|
|
</spreadsheet>
|
2025-09-16 18:02:07 +02:00
|
|
|
<bone_color_sets>
|
|
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#9a0000"
|
|
|
|
|
select="#bd1111"
|
|
|
|
|
active="#f70a0a"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#f74018"
|
|
|
|
|
select="#f66913"
|
|
|
|
|
active="#fa9900"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#1e9109"
|
|
|
|
|
select="#59b70b"
|
|
|
|
|
active="#83ef1d"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#0a3694"
|
|
|
|
|
select="#3667df"
|
|
|
|
|
active="#5ec1ef"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#a9294e"
|
|
|
|
|
select="#c1416a"
|
|
|
|
|
active="#f05d91"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#430c78"
|
|
|
|
|
select="#543aa3"
|
|
|
|
|
active="#8764d5"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#24785a"
|
|
|
|
|
select="#3c9579"
|
|
|
|
|
active="#6fb6ab"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#4b707c"
|
|
|
|
|
select="#6a8691"
|
|
|
|
|
active="#9bc2cd"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#f4c90c"
|
|
|
|
|
select="#eec236"
|
|
|
|
|
active="#f3ff00"
|
2025-09-16 18:02:07 +02:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
|
|
|
|
</ThemeBoneColorSet>
|
|
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#1e2024"
|
|
|
|
|
select="#484c56"
|
|
|
|
|
active="#ffffff"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#6f2f6a"
|
|
|
|
|
select="#9845be"
|
|
|
|
|
active="#d330d6"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#6c8e22"
|
|
|
|
|
select="#7fb022"
|
|
|
|
|
active="#bbef5b"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#8d8d8d"
|
|
|
|
|
select="#b0b0b0"
|
|
|
|
|
active="#dedede"
|
2025-09-16 18:02:07 +02:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
|
|
|
|
</ThemeBoneColorSet>
|
|
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#834326"
|
|
|
|
|
select="#8b5811"
|
|
|
|
|
active="#bd6a11"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#08310e"
|
|
|
|
|
select="#1c430b"
|
|
|
|
|
active="#34622b"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#000000"
|
|
|
|
|
select="#000000"
|
|
|
|
|
active="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#000000"
|
|
|
|
|
select="#000000"
|
|
|
|
|
active="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#000000"
|
|
|
|
|
select="#000000"
|
|
|
|
|
active="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#000000"
|
|
|
|
|
select="#000000"
|
|
|
|
|
active="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeBoneColorSet
|
2025-09-16 18:04:25 +02:00
|
|
|
normal="#000000"
|
|
|
|
|
select="#000000"
|
|
|
|
|
active="#000000"
|
2018-12-16 11:20:56 +11:00
|
|
|
show_colored_constraints="FALSE"
|
|
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeBoneColorSet>
|
|
|
|
|
</bone_color_sets>
|
2020-11-16 13:54:05 -07:00
|
|
|
<collection_color>
|
|
|
|
|
<ThemeCollectionColor
|
|
|
|
|
color="#dd473f"
|
|
|
|
|
>
|
|
|
|
|
</ThemeCollectionColor>
|
|
|
|
|
<ThemeCollectionColor
|
|
|
|
|
color="#e5a057"
|
|
|
|
|
>
|
|
|
|
|
</ThemeCollectionColor>
|
|
|
|
|
<ThemeCollectionColor
|
|
|
|
|
color="#e4d050"
|
|
|
|
|
>
|
|
|
|
|
</ThemeCollectionColor>
|
|
|
|
|
<ThemeCollectionColor
|
|
|
|
|
color="#3fb931"
|
|
|
|
|
>
|
|
|
|
|
</ThemeCollectionColor>
|
|
|
|
|
<ThemeCollectionColor
|
|
|
|
|
color="#3887c7"
|
|
|
|
|
>
|
|
|
|
|
</ThemeCollectionColor>
|
|
|
|
|
<ThemeCollectionColor
|
|
|
|
|
color="#844fcd"
|
|
|
|
|
>
|
|
|
|
|
</ThemeCollectionColor>
|
|
|
|
|
<ThemeCollectionColor
|
|
|
|
|
color="#c169b5"
|
|
|
|
|
>
|
|
|
|
|
</ThemeCollectionColor>
|
|
|
|
|
<ThemeCollectionColor
|
|
|
|
|
color="#7a5441"
|
|
|
|
|
>
|
|
|
|
|
</ThemeCollectionColor>
|
|
|
|
|
</collection_color>
|
2021-11-11 10:10:28 -06:00
|
|
|
<strip_color>
|
|
|
|
|
<ThemeStripColor
|
|
|
|
|
color="#e2605b"
|
|
|
|
|
>
|
|
|
|
|
</ThemeStripColor>
|
|
|
|
|
<ThemeStripColor
|
|
|
|
|
color="#f1a355"
|
|
|
|
|
>
|
|
|
|
|
</ThemeStripColor>
|
|
|
|
|
<ThemeStripColor
|
|
|
|
|
color="#f1dc55"
|
|
|
|
|
>
|
|
|
|
|
</ThemeStripColor>
|
|
|
|
|
<ThemeStripColor
|
|
|
|
|
color="#7bcc7b"
|
|
|
|
|
>
|
|
|
|
|
</ThemeStripColor>
|
|
|
|
|
<ThemeStripColor
|
|
|
|
|
color="#5db6ea"
|
|
|
|
|
>
|
|
|
|
|
</ThemeStripColor>
|
|
|
|
|
<ThemeStripColor
|
|
|
|
|
color="#8d59da"
|
|
|
|
|
>
|
|
|
|
|
</ThemeStripColor>
|
|
|
|
|
<ThemeStripColor
|
|
|
|
|
color="#c673b8"
|
|
|
|
|
>
|
|
|
|
|
</ThemeStripColor>
|
|
|
|
|
<ThemeStripColor
|
|
|
|
|
color="#7a5441"
|
|
|
|
|
>
|
|
|
|
|
</ThemeStripColor>
|
|
|
|
|
<ThemeStripColor
|
|
|
|
|
color="#5f5f5f"
|
|
|
|
|
>
|
|
|
|
|
</ThemeStripColor>
|
|
|
|
|
</strip_color>
|
2015-01-22 23:49:49 +01:00
|
|
|
</Theme>
|
|
|
|
|
<ThemeStyle>
|
|
|
|
|
<panel_title>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeFontStyle
|
|
|
|
|
points="12"
|
2025-04-24 13:01:27 +02:00
|
|
|
character_weight="400"
|
2018-12-16 11:20:56 +11:00
|
|
|
shadow="3"
|
|
|
|
|
shadow_offset_x="0"
|
|
|
|
|
shadow_offset_y="-1"
|
2023-02-16 14:39:41 +01:00
|
|
|
shadow_alpha="1"
|
|
|
|
|
shadow_value="0.8"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeFontStyle>
|
|
|
|
|
</panel_title>
|
2025-04-24 13:01:27 +02:00
|
|
|
<widget>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeFontStyle
|
|
|
|
|
points="11"
|
2025-04-24 13:01:27 +02:00
|
|
|
character_weight="400"
|
|
|
|
|
shadow="1"
|
2018-12-16 11:20:56 +11:00
|
|
|
shadow_offset_x="0"
|
|
|
|
|
shadow_offset_y="-1"
|
2023-02-16 14:39:41 +01:00
|
|
|
shadow_alpha="0"
|
|
|
|
|
shadow_value="0.8"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeFontStyle>
|
2025-04-24 13:01:27 +02:00
|
|
|
</widget>
|
|
|
|
|
<tooltip>
|
2018-12-16 11:20:56 +11:00
|
|
|
<ThemeFontStyle
|
|
|
|
|
points="11"
|
2025-04-24 13:01:27 +02:00
|
|
|
character_weight="400"
|
2018-12-16 11:20:56 +11:00
|
|
|
shadow="1"
|
|
|
|
|
shadow_offset_x="0"
|
|
|
|
|
shadow_offset_y="-1"
|
2025-04-24 13:01:27 +02:00
|
|
|
shadow_alpha="0.5"
|
|
|
|
|
shadow_value="0"
|
2018-12-16 11:20:56 +11:00
|
|
|
>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeFontStyle>
|
2025-04-24 13:01:27 +02:00
|
|
|
</tooltip>
|
2015-01-22 23:49:49 +01:00
|
|
|
</ThemeStyle>
|
|
|
|
|
</bpy>
|