Module Theme :: Class ThemeSpace
[hide private]
[frames] | no frames]

Class ThemeSpace

source code

The Space sub-themes

There is a sub-theme for each space in Blender (except for the Scripts window, but it will be added soon). Please read the information about Theme.ThemeUI, since it is also relevant here. In Blender, all theme spaces share the same C structure. For this reason, all of them here share the same variables, event though some spaces only use a few of them. This lower-level access is acceptable because generally users will prefer to use the interface to change single theme options and only use scripting to save or restore themes. But anyway, checking the Themes tab in the User Preferences space in Blender and using the bundled "Save current theme" script (or its simplified version written on the top of this page) can help you finding out any specific info you may need.

Instance Variables [hide private]
  active
theme rgba var.
  audio
theme rgba var.
  back
theme rgba var.
  bon_pose
theme rgba var.
  bone_solid
theme rgba var.
  edge
theme rgba var.
  edge_facesel
theme rgba var.
  edge_seam
theme rgba var.
  edge_select
theme rgba var.
  effect
theme rgba var.
  face
theme rgba var.
  face_dot
theme rgba var.
  face_select
theme rgba var.
int facedot_size
size of the face dots on screen in the range [1, 10].
  grid
theme rgba var.
  header
theme rgba var.
  hilite
theme rgba var.
  image
theme rgba var.
  meta
theme rgba var.
  movie
theme rgba var.
  normal
theme rgba var.
  panel
theme rgba var.
  plugin
theme rgba var.
  scene
theme rgba var.
  select
theme rgba var.
  shade1
theme rgba var.
  shade2
theme rgba var.
  strip
theme rgba var.
  strip_select
theme rgba var.
  syntaxb
theme rgba var.
  syntaxc
theme rgba var.
  syntaxl
theme rgba var.
  syntaxn
theme rgba var.
  syntaxv
theme rgba var.
  text
theme rgba var.
  text_hi
theme rgba var.
string theme
the parent Theme for this object.
  transform
theme rgba var.
  transition
theme rgba var.
  vertex
theme rgba var.
  vertex_select
theme rgba var.
int vertex_size
size of the vertices dots on screen in the range [1, 10].
  wire
theme rgba var.