UI: Add themes preferences preset management section #104820

Merged
Aaron Carlisle merged 4 commits from dupoxy/blender-manual:themes-pref into blender-v4.2-release 2024-06-26 00:05:17 +02:00
Showing only changes of commit 2e43df4cb6 - Show all commits

View File

@ -21,15 +21,15 @@ Theme Presets
.. _bpy.ops.wm.interface_theme_preset_add: .. _bpy.ops.wm.interface_theme_preset_add:
You add a custom theme to the preset list by ``LMB`` on the *Add* button ``+``. You add a custom theme to the preset list by :kbd:`LMB` on the *Add* button ``+``.
.. _bpy.ops.wm.interface_theme_preset_remove: .. _bpy.ops.wm.interface_theme_preset_remove:
You remove a custom theme from the preset list by ``LMB`` on the *Remove* button ``-``. You remove a custom theme from the preset list by :kbd:`LMB` on the *Remove* button ``-``.
.. _bpy.ops.wm.interface_theme_preset_save: .. _bpy.ops.wm.interface_theme_preset_save:
You save a custom theme in the preset list by ``LMB`` on the *Save* button. You save a custom theme in the preset list by :kbd:`LMB` on the *Save* button.
This will save the theme to an XML file in the ``./scripts/presets/interface_theme/`` subdirectory of one of This will save the theme to an XML file in the ``./scripts/presets/interface_theme/`` subdirectory of one of
the :doc:`configuration directories </advanced/blender_directory_layout>`. the :doc:`configuration directories </advanced/blender_directory_layout>`.