Theme(bpy_struct)

base class — bpy_struct

class bpy.types.Theme(bpy_struct)

Theme settings defining draw style and colors in the user interface

bone_color_sets
Type:bpy_prop_collection of ThemeBoneColorSet, (readonly, never None)
clip_editor
Type:ThemeClipEditor, (readonly, never None)
console
Type:ThemeConsole, (readonly, never None)
dopesheet_editor
Type:ThemeDopeSheet, (readonly, never None)
file_browser
Type:ThemeFileBrowser, (readonly, never None)
graph_editor
Type:ThemeGraphEditor, (readonly, never None)
image_editor
Type:ThemeImageEditor, (readonly, never None)
info
Type:ThemeInfo, (readonly, never None)
logic_editor
Type:ThemeLogicEditor, (readonly, never None)
name

Name of the theme

Type:string, default “”, (never None)
nla_editor
Type:ThemeNLAEditor, (readonly, never None)
node_editor
Type:ThemeNodeEditor, (readonly, never None)
outliner
Type:ThemeOutliner, (readonly, never None)
properties
Type:ThemeProperties, (readonly, never None)
sequence_editor
Type:ThemeSequenceEditor, (readonly, never None)
text_editor
Type:ThemeTextEditor, (readonly, never None)
theme_area
Type:enum in [‘USER_INTERFACE’, ‘STYLE’, ‘BONE_COLOR_SETS’, ‘VIEW_3D’, ‘TIMELINE’, ‘GRAPH_EDITOR’, ‘DOPESHEET_EDITOR’, ‘NLA_EDITOR’, ‘IMAGE_EDITOR’, ‘SEQUENCE_EDITOR’, ‘TEXT_EDITOR’, ‘NODE_EDITOR’, ‘LOGIC_EDITOR’, ‘PROPERTIES’, ‘OUTLINER’, ‘USER_PREFERENCES’, ‘INFO’, ‘FILE_BROWSER’, ‘CONSOLE’, ‘CLIP_EDITOR’], default ‘USER_INTERFACE’
timeline
Type:ThemeTimeline, (readonly, never None)
user_interface
Type:ThemeUserInterface, (readonly, never None)
user_preferences
Type:ThemeUserPreferences, (readonly, never None)
view_3d
Type:ThemeView3D, (readonly, never None)

Inherited Properties

Inherited Functions

References