1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
.. _bpy.types.Theme:
******
Themes
******
The *Themes* section allows you to customize interface appearance and colors.
.. figure:: /images/editors_preferences_section_themes.png
The colors for each editor can be set separately by simply selecting the editor you wish to
change in the multi-choice list at the left, and adjusting colors as required.
Notice that changes appear in real-time on your screen. In addition, details such as the dot size
in the *3D Viewport* or the *Graph Editor* can also be changed.
Preset Management
=================
Theme Presets
Select the Theme from a list of predefined Themes.
.. _bpy.ops.wm.interface_theme_preset_add:
You add a custom theme to the preset list by :kbd:`LMB` on the *Add* button ``+``.
.. _bpy.ops.wm.interface_theme_preset_remove:
You remove a custom theme from the preset list by :kbd:`LMB` on the *Remove* button ``-``.
.. _bpy.ops.wm.interface_theme_preset_save:
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
the :doc:`configuration directories </advanced/blender_directory_layout>`.
.. _bpy.ops.preferences.theme_install:
Install
Load and apply a Blender XML theme file and add it to the list of theme presets.
.. _bpy.ops.preferences.reset_default_theme:
Reset
Reset to the default theme colors.
Blender comes bundled with a small selection of themes.
.. figure:: /images/editors_preferences_themes_example.png
This is an example of the theme *Blender Light*.
|