Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Did you check the bundled themes, does the new color work for these? I realize they were only added in 2.83, so there is no old color we can use.
Besides that this seems fine, although I have to test it to double check still.
Comment Actions
Some of the white themes aren't great. Do you want me to include updates to those here?
I'm not actually sure I have commit access to the addons repo though.
Comment Actions
Blender light:
diff --git a/release/scripts/presets/interface_theme/blender_light.xml b/release/scripts/presets/interface_theme/blender_light.xml index f4ec8233df3..dbc7dd782da 100644 --- a/release/scripts/presets/interface_theme/blender_light.xml +++ b/release/scripts/presets/interface_theme/blender_light.xml @@ -1052,6 +1052,9 @@ info_property_text="#ffffff" info_operator="#3ace87ff" info_operator_text="#ffffff" + info_report_error="#990000" + info_report_warning="#b36a00" + info_report_info="#6080ff" > <space> <ThemeSpaceGeneric
Other theme changes are here: P1442
Comment Actions
Code looks fine. Testing it (but not every single theme), it also seems fine - well, at least as good as the old version, which is all we wanted :)