Blender3D: blendetheme

Aus Wikibooks
  1. !BPY
  1. """
  2. Name: 'New User Theme'
  3. Blender: 241
  4. Group: 'Themes'
  5. Tooltip: 'Change current theme'
  6. """

__author__ = "????" __version__ = "2.41" __url__ = ["blender"] __bpydoc__ = """\ You can edit this section to write something about your script that can be read then with the Scripts Help Browser script in Blender.

Remember to also set author, version and possibly url(s) above. You can also define an __email__ tag, check some bundled script's source for examples. """

  1. This script was automatically generated by the save_theme.py bpython script.
  2. By default, these generated scripts are released as Public Domain, but you
  3. are free to change the license of the scripts you generate with
  4. save_theme.py before releasing them.

import Blender from Blender.Window import Theme

theme = Theme.New('New User Theme')

ui = theme.get('ui') ui.action = [173, 160, 147, 255] ui.menu_back = [210, 210, 210, 255] ui.menu_hilite = [127, 127, 127, 255] ui.menu_item = [218, 218, 218, 255] ui.menu_text = [0, 0, 0, 255] ui.menu_text_hi = [255, 255, 255, 255] ui.neutral = [160, 160, 160, 255] ui.num = [144, 144, 144, 255] ui.outline = [174, 174, 175, 255] ui.popup = [160, 160, 160, 255] ui.setting = [138, 158, 161, 255] ui.setting1 = [161, 161, 174, 255] ui.setting2 = [161, 153, 167, 255] ui.text = [0, 0, 0, 255] ui.text_hi = [255, 255, 255, 255] ui.textfield = [144, 144, 144, 255] ui.textfield_hi = [198, 119, 119, 255]

buts = theme.get('buts') buts.active = [255, 187, 255, 255] buts.audio = [0, 0, 0, 0] buts.back = [255, 255, 255, 255] buts.bone_pose = [80, 200, 255, 80] buts.bone_solid = [200, 200, 200, 255] buts.edge = [0, 0, 0, 255] buts.edge_facesel = [75, 75, 75, 255] buts.edge_seam = [230, 150, 50, 255] buts.edge_select = [176, 176, 48, 255] buts.effect = [0, 0, 0, 0] buts.face = [0, 50, 150, 30] buts.face_dot = [255, 138, 48, 255] buts.face_select = [200, 100, 200, 60] buts.grid = [92, 92, 92, 255] buts.header = [195, 195, 195, 255] buts.hilite = [0, 0, 0, 0] buts.image = [0, 0, 0, 0] buts.lamp = [0, 0, 0, 40] buts.meta = [0, 0, 0, 0] buts.movie = [0, 0, 0, 0] buts.normal = [34, 221, 221, 255] buts.panel = [108, 107, 110, 105] buts.plugin = [0, 0, 0, 0] buts.scene = [0, 0, 0, 0] buts.select = [255, 136, 255, 255] buts.shade1 = [160, 160, 160, 100] buts.shade2 = [127, 112, 112, 100] buts.strip = [0, 0, 0, 0] buts.strip_select = [0, 0, 0, 0] buts.syntaxb = [0, 0, 0, 0] buts.syntaxc = [0, 0, 0, 0] buts.syntaxl = [0, 0, 0, 0] buts.syntaxn = [0, 0, 0, 0] buts.syntaxv = [0, 0, 0, 0] buts.text = [0, 0, 0, 255] buts.text_hi = [255, 255, 255, 255] buts.transform = [255, 255, 255, 255] buts.transition = [0, 0, 0, 0] buts.vertex = [255, 112, 255, 255] buts.vertex_select = [255, 255, 112, 255] buts.vertex_size = 2 buts.wire = [0, 0, 0, 255]

view3d = theme.get('view3d') view3d.active = [255, 169, 255, 255] view3d.audio = [0, 0, 0, 0] view3d.back = [255, 255, 255, 255] view3d.bone_pose = [37, 165, 244, 80] view3d.bone_solid = [149, 149, 149, 255] view3d.edge = [0, 0, 0, 255] view3d.edge_facesel = [75, 75, 75, 255] view3d.edge_seam = [230, 150, 50, 255] view3d.edge_select = [253, 168, 0, 255] view3d.effect = [0, 0, 0, 0] view3d.face = [1, 50, 150, 77] view3d.face_dot = [255, 138, 43, 255] view3d.face_select = [200, 100, 200, 97] view3d.grid = [255, 255, 255, 255] view3d.header = [190, 190, 190, 255] view3d.hilite = [0, 0, 0, 0] view3d.image = [0, 0, 0, 0] view3d.lamp = [0, 0, 0, 50] view3d.meta = [0, 0, 0, 0] view3d.movie = [0, 0, 0, 0] view3d.normal = [34, 221, 221, 255] view3d.panel = [165, 165, 165, 70] view3d.plugin = [0, 0, 0, 0] view3d.scene = [0, 0, 0, 0] view3d.select = [242, 0, 242, 255] view3d.shade1 = [160, 160, 160, 100] view3d.shade2 = [127, 112, 112, 100] view3d.strip = [0, 0, 0, 0] view3d.strip_select = [0, 0, 0, 0] view3d.syntaxb = [0, 0, 0, 0] view3d.syntaxc = [0, 0, 0, 0] view3d.syntaxl = [0, 0, 0, 0] view3d.syntaxn = [0, 0, 0, 0] view3d.syntaxv = [0, 0, 0, 0] view3d.text = [51, 51, 51, 255] view3d.text_hi = [140, 140, 140, 255] view3d.transform = [51, 51, 51, 255] view3d.transition = [0, 0, 0, 0] view3d.vertex = [255, 0, 255, 255] view3d.vertex_select = [255, 255, 0, 255] view3d.vertex_size = 3 view3d.wire = [100, 100, 100, 255]

file = theme.get('file') file.active = [255, 187, 255, 255] file.audio = [0, 0, 0, 0] file.back = [255, 255, 255, 255] file.bone_pose = [80, 200, 255, 80] file.bone_solid = [200, 200, 200, 255] file.edge = [0, 0, 0, 255] file.edge_facesel = [75, 75, 75, 255] file.edge_seam = [230, 150, 50, 255] file.edge_select = [176, 176, 48, 255] file.effect = [0, 0, 0, 0] file.face = [0, 50, 150, 30] file.face_dot = [255, 138, 48, 255] file.face_select = [200, 100, 200, 60] file.grid = [92, 92, 92, 255] file.header = [182, 182, 182, 255] file.hilite = [160, 160, 208, 255] file.image = [0, 0, 0, 0] file.lamp = [0, 0, 0, 40] file.meta = [0, 0, 0, 0] file.movie = [0, 0, 0, 0] file.normal = [34, 221, 221, 255] file.panel = [165, 165, 165, 127] file.plugin = [0, 0, 0, 0] file.scene = [0, 0, 0, 0] file.select = [255, 136, 255, 255] file.shade1 = [160, 160, 160, 100] file.shade2 = [127, 112, 112, 100] file.strip = [0, 0, 0, 0] file.strip_select = [0, 0, 0, 0] file.syntaxb = [0, 0, 0, 0] file.syntaxc = [0, 0, 0, 0] file.syntaxl = [0, 0, 0, 0] file.syntaxn = [0, 0, 0, 0] file.syntaxv = [0, 0, 0, 0] file.text = [0, 0, 0, 255] file.text_hi = [51, 51, 51, 255] file.transform = [255, 255, 255, 255] file.transition = [0, 0, 0, 0] file.vertex = [255, 112, 255, 255] file.vertex_select = [255, 255, 112, 255] file.vertex_size = 2 file.wire = [0, 0, 0, 255]

ipo = theme.get('ipo') ipo.active = [255, 187, 255, 255] ipo.audio = [0, 0, 0, 0] ipo.back = [255, 255, 255, 255] ipo.bone_pose = [80, 200, 255, 80] ipo.bone_solid = [200, 200, 200, 255] ipo.edge = [0, 0, 0, 255] ipo.edge_facesel = [75, 75, 75, 255] ipo.edge_seam = [230, 150, 50, 255] ipo.edge_select = [176, 176, 48, 255] ipo.effect = [0, 0, 0, 0] ipo.face = [0, 50, 150, 30] ipo.face_dot = [255, 138, 48, 255] ipo.face_select = [200, 100, 200, 60] ipo.grid = [94, 94, 94, 255] ipo.header = [195, 195, 195, 255] ipo.hilite = [96, 192, 64, 255] ipo.image = [0, 0, 0, 0] ipo.lamp = [0, 0, 0, 40] ipo.meta = [0, 0, 0, 0] ipo.movie = [0, 0, 0, 0] ipo.normal = [34, 221, 221, 255] ipo.panel = [255, 255, 255, 150] ipo.plugin = [0, 0, 0, 0] ipo.scene = [0, 0, 0, 0] ipo.select = [255, 136, 255, 255] ipo.shade1 = [172, 172, 172, 100] ipo.shade2 = [112, 112, 112, 100] ipo.strip = [0, 0, 0, 0] ipo.strip_select = [0, 0, 0, 0] ipo.syntaxb = [0, 0, 0, 0] ipo.syntaxc = [0, 0, 0, 0] ipo.syntaxl = [0, 0, 0, 0] ipo.syntaxn = [0, 0, 0, 0] ipo.syntaxv = [0, 0, 0, 0] ipo.text = [51, 51, 51, 255] ipo.text_hi = [140, 140, 140, 255] ipo.transform = [255, 255, 255, 255] ipo.transition = [0, 0, 0, 0] ipo.vertex = [255, 0, 255, 255] ipo.vertex_select = [255, 255, 0, 255] ipo.vertex_size = 2 ipo.wire = [0, 0, 0, 255]

info = theme.get('info') info.active = [255, 187, 255, 255] info.audio = [0, 0, 0, 0] info.back = [255, 255, 255, 255] info.bone_pose = [80, 200, 255, 80] info.bone_solid = [200, 200, 200, 255] info.edge = [0, 0, 0, 255] info.edge_facesel = [75, 75, 75, 255] info.edge_seam = [230, 150, 50, 255] info.edge_select = [176, 176, 48, 255] info.effect = [0, 0, 0, 0] info.face = [0, 50, 150, 30] info.face_dot = [255, 138, 48, 255] info.face_select = [200, 100, 200, 60] info.grid = [92, 92, 92, 255] info.header = [195, 195, 195, 255] info.hilite = [0, 0, 0, 0] info.image = [0, 0, 0, 0] info.lamp = [0, 0, 0, 40] info.meta = [0, 0, 0, 0] info.movie = [0, 0, 0, 0] info.normal = [34, 221, 221, 255] info.panel = [165, 165, 165, 127] info.plugin = [0, 0, 0, 0] info.scene = [0, 0, 0, 0] info.select = [255, 136, 255, 255] info.shade1 = [160, 160, 160, 100] info.shade2 = [127, 112, 112, 100] info.strip = [0, 0, 0, 0] info.strip_select = [0, 0, 0, 0] info.syntaxb = [0, 0, 0, 0] info.syntaxc = [0, 0, 0, 0] info.syntaxl = [0, 0, 0, 0] info.syntaxn = [0, 0, 0, 0] info.syntaxv = [0, 0, 0, 0] info.text = [0, 0, 0, 255] info.text_hi = [255, 255, 255, 255] info.transform = [255, 255, 255, 255] info.transition = [0, 0, 0, 0] info.vertex = [255, 112, 255, 255] info.vertex_select = [255, 255, 112, 255] info.vertex_size = 2 info.wire = [0, 0, 0, 255]

sound = theme.get('sound') sound.active = [255, 187, 255, 255] sound.audio = [0, 0, 0, 0] sound.back = [255, 255, 255, 255] sound.bone_pose = [80, 200, 255, 80] sound.bone_solid = [200, 200, 200, 255] sound.edge = [0, 0, 0, 255] sound.edge_facesel = [75, 75, 75, 255] sound.edge_seam = [230, 150, 50, 255] sound.edge_select = [176, 176, 48, 255] sound.effect = [0, 0, 0, 0] sound.face = [0, 50, 150, 30] sound.face_dot = [255, 138, 48, 255] sound.face_select = [200, 100, 200, 60] sound.grid = [140, 140, 140, 255] sound.header = [195, 195, 195, 255] sound.hilite = [0, 0, 0, 0] sound.image = [0, 0, 0, 0] sound.lamp = [0, 0, 0, 40] sound.meta = [0, 0, 0, 0] sound.movie = [0, 0, 0, 0] sound.normal = [34, 221, 221, 255] sound.panel = [165, 165, 165, 127] sound.plugin = [0, 0, 0, 0] sound.scene = [0, 0, 0, 0] sound.select = [255, 136, 255, 255] sound.shade1 = [173, 173, 173, 255] sound.shade2 = [127, 112, 112, 100] sound.strip = [0, 0, 0, 0] sound.strip_select = [0, 0, 0, 0] sound.syntaxb = [0, 0, 0, 0] sound.syntaxc = [0, 0, 0, 0] sound.syntaxl = [0, 0, 0, 0] sound.syntaxn = [0, 0, 0, 0] sound.syntaxv = [0, 0, 0, 0] sound.text = [51, 51, 51, 255] sound.text_hi = [140, 140, 140, 255] sound.transform = [255, 255, 255, 255] sound.transition = [0, 0, 0, 0] sound.vertex = [255, 112, 255, 255] sound.vertex_select = [255, 255, 112, 255] sound.vertex_size = 2 sound.wire = [0, 0, 0, 255]

action = theme.get('action') action.active = [255, 187, 255, 255] action.audio = [0, 0, 0, 0] action.back = [255, 255, 255, 255] action.bone_pose = [80, 200, 255, 80] action.bone_solid = [200, 200, 200, 255] action.edge = [0, 0, 0, 255] action.edge_facesel = [75, 75, 75, 255] action.edge_seam = [230, 150, 50, 255] action.edge_select = [176, 176, 48, 255] action.effect = [0, 0, 0, 0] action.face = [166, 166, 166, 255] action.face_dot = [255, 138, 48, 255] action.face_select = [200, 100, 200, 60] action.grid = [94, 94, 94, 255] action.header = [182, 182, 182, 255] action.hilite = [17, 27, 60, 100] action.image = [0, 0, 0, 0] action.lamp = [0, 0, 0, 40] action.meta = [0, 0, 0, 0] action.movie = [0, 0, 0, 0] action.normal = [34, 221, 221, 255] action.panel = [165, 165, 165, 127] action.plugin = [0, 0, 0, 0] action.scene = [0, 0, 0, 0] action.select = [255, 136, 255, 255] action.shade1 = [172, 172, 172, 255] action.shade2 = [84, 44, 31, 100] action.strip = [0, 0, 0, 0] action.strip_select = [0, 0, 0, 0] action.syntaxb = [0, 0, 0, 0] action.syntaxc = [0, 0, 0, 0] action.syntaxl = [0, 0, 0, 0] action.syntaxn = [0, 0, 0, 0] action.syntaxv = [0, 0, 0, 0] action.text = [51, 51, 51, 255] action.text_hi = [140, 140, 140, 255] action.transform = [255, 255, 255, 255] action.transition = [0, 0, 0, 0] action.vertex = [255, 112, 255, 255] action.vertex_select = [255, 255, 112, 255] action.vertex_size = 2 action.wire = [0, 0, 0, 255]

nla = theme.get('nla') nla.active = [255, 187, 255, 255] nla.audio = [0, 0, 0, 0] nla.back = [255, 255, 255, 255] nla.bone_pose = [80, 200, 255, 80] nla.bone_solid = [200, 200, 200, 255] nla.edge = [0, 0, 0, 255] nla.edge_facesel = [75, 75, 75, 255] nla.edge_seam = [230, 150, 50, 255] nla.edge_select = [176, 176, 48, 255] nla.effect = [0, 0, 0, 0] nla.face = [0, 50, 150, 30] nla.face_dot = [255, 138, 48, 255] nla.face_select = [200, 100, 200, 60] nla.grid = [94, 94, 94, 255] nla.header = [182, 182, 182, 255] nla.hilite = [17, 27, 60, 100] nla.image = [0, 0, 0, 0] nla.lamp = [0, 0, 0, 40] nla.meta = [0, 0, 0, 0] nla.movie = [0, 0, 0, 0] nla.normal = [34, 221, 221, 255] nla.panel = [165, 165, 165, 127] nla.plugin = [0, 0, 0, 0] nla.scene = [0, 0, 0, 0] nla.select = [255, 136, 255, 255] nla.shade1 = [172, 172, 172, 255] nla.shade2 = [84, 44, 31, 100] nla.strip = [228, 156, 198, 255] nla.strip_select = [255, 255, 170, 255] nla.syntaxb = [0, 0, 0, 0] nla.syntaxc = [0, 0, 0, 0] nla.syntaxl = [0, 0, 0, 0] nla.syntaxn = [0, 0, 0, 0] nla.syntaxv = [0, 0, 0, 0] nla.text = [51, 51, 51, 255] nla.text_hi = [140, 140, 140, 255] nla.transform = [255, 255, 255, 255] nla.transition = [0, 0, 0, 0] nla.vertex = [255, 112, 255, 255] nla.vertex_select = [255, 255, 112, 255] nla.vertex_size = 2 nla.wire = [0, 0, 0, 255]

seq = theme.get('seq') seq.active = [255, 187, 255, 255] seq.audio = [46, 143, 143, 255] seq.back = [255, 255, 255, 255] seq.bone_pose = [80, 200, 255, 80] seq.bone_solid = [200, 200, 200, 255] seq.edge = [0, 0, 0, 255] seq.edge_facesel = [75, 75, 75, 255] seq.edge_seam = [230, 150, 50, 255] seq.edge_select = [176, 176, 48, 255] seq.effect = [169, 84, 124, 255] seq.face = [0, 50, 150, 30] seq.face_dot = [255, 138, 48, 255] seq.face_select = [200, 100, 200, 60] seq.grid = [92, 92, 92, 255] seq.header = [195, 195, 195, 255] seq.hilite = [0, 0, 0, 0] seq.image = [109, 88, 129, 255] seq.lamp = [0, 0, 0, 40] seq.meta = [109, 145, 131, 255] seq.movie = [81, 105, 135, 255] seq.normal = [34, 221, 221, 255] seq.panel = [165, 165, 165, 127] seq.plugin = [126, 126, 80, 255] seq.scene = [78, 152, 62, 255] seq.select = [255, 136, 255, 255] seq.shade1 = [160, 160, 160, 100] seq.shade2 = [127, 112, 112, 100] seq.strip = [0, 0, 0, 0] seq.strip_select = [0, 0, 0, 0] seq.syntaxb = [0, 0, 0, 0] seq.syntaxc = [0, 0, 0, 0] seq.syntaxl = [0, 0, 0, 0] seq.syntaxn = [0, 0, 0, 0] seq.syntaxv = [0, 0, 0, 0] seq.text = [51, 51, 51, 255] seq.text_hi = [140, 140, 140, 255] seq.transform = [255, 255, 255, 255] seq.transition = [162, 95, 111, 255] seq.vertex = [255, 112, 255, 255] seq.vertex_select = [255, 255, 112, 255] seq.vertex_size = 2 seq.wire = [0, 0, 0, 255]

image = theme.get('image') image.active = [255, 187, 255, 255] image.audio = [0, 0, 0, 0] image.back = [255, 255, 255, 255] image.bone_pose = [80, 200, 255, 80] image.bone_solid = [200, 200, 200, 255] image.edge = [0, 0, 0, 255] image.edge_facesel = [75, 75, 75, 255] image.edge_seam = [230, 150, 50, 255] image.edge_select = [176, 176, 48, 255] image.effect = [0, 0, 0, 0] image.face = [0, 50, 150, 40] image.face_dot = [255, 138, 48, 255] image.face_select = [200, 3, 200, 80] image.grid = [92, 92, 92, 255] image.header = [195, 195, 195, 255] image.hilite = [0, 0, 0, 0] image.image = [0, 0, 0, 0] image.lamp = [0, 0, 0, 40] image.meta = [0, 0, 0, 0] image.movie = [0, 0, 0, 0] image.normal = [34, 221, 221, 255] image.panel = [165, 165, 165, 127] image.plugin = [0, 0, 0, 0] image.scene = [0, 0, 0, 0] image.select = [255, 136, 255, 255] image.shade1 = [160, 160, 160, 100] image.shade2 = [127, 112, 112, 100] image.strip = [0, 0, 0, 0] image.strip_select = [0, 0, 0, 0] image.syntaxb = [0, 0, 0, 0] image.syntaxc = [0, 0, 0, 0] image.syntaxl = [0, 0, 0, 0] image.syntaxn = [0, 0, 0, 0] image.syntaxv = [0, 0, 0, 0] image.text = [0, 0, 0, 255] image.text_hi = [255, 255, 255, 255] image.transform = [255, 255, 255, 255] image.transition = [0, 0, 0, 0] image.vertex = [255, 0, 255, 255] image.vertex_select = [255, 255, 0, 255] image.vertex_size = 2 image.wire = [0, 0, 0, 255]

imasel = theme.get('imasel') imasel.active = [255, 187, 255, 255] imasel.audio = [0, 0, 0, 0] imasel.back = [255, 255, 255, 255] imasel.bone_pose = [80, 200, 255, 80] imasel.bone_solid = [200, 200, 200, 255] imasel.edge = [0, 0, 0, 255] imasel.edge_facesel = [75, 75, 75, 255] imasel.edge_seam = [230, 150, 50, 255] imasel.edge_select = [176, 176, 48, 255] imasel.effect = [0, 0, 0, 0] imasel.face = [0, 50, 150, 30] imasel.face_dot = [255, 138, 48, 255] imasel.face_select = [200, 100, 200, 60] imasel.grid = [92, 92, 92, 255] imasel.header = [195, 195, 195, 255] imasel.hilite = [0, 0, 0, 0] imasel.image = [0, 0, 0, 0] imasel.lamp = [0, 0, 0, 40] imasel.meta = [0, 0, 0, 0] imasel.movie = [0, 0, 0, 0] imasel.normal = [34, 221, 221, 255] imasel.panel = [165, 165, 165, 127] imasel.plugin = [0, 0, 0, 0] imasel.scene = [0, 0, 0, 0] imasel.select = [255, 136, 255, 255] imasel.shade1 = [170, 170, 186, 255] imasel.shade2 = [127, 112, 112, 100] imasel.strip = [0, 0, 0, 0] imasel.strip_select = [0, 0, 0, 0] imasel.syntaxb = [0, 0, 0, 0] imasel.syntaxc = [0, 0, 0, 0] imasel.syntaxl = [0, 0, 0, 0] imasel.syntaxn = [0, 0, 0, 0] imasel.syntaxv = [0, 0, 0, 0] imasel.text = [51, 51, 51, 255] imasel.text_hi = [140, 140, 140, 255] imasel.transform = [255, 255, 255, 255] imasel.transition = [0, 0, 0, 0] imasel.vertex = [255, 112, 255, 255] imasel.vertex_select = [255, 255, 112, 255] imasel.vertex_size = 2 imasel.wire = [0, 0, 0, 255]

text = theme.get('text') text.active = [255, 187, 255, 255] text.audio = [0, 0, 0, 0] text.back = [255, 255, 255, 255] text.bone_pose = [80, 200, 255, 80] text.bone_solid = [200, 200, 200, 255] text.edge = [0, 0, 0, 255] text.edge_facesel = [75, 75, 75, 255] text.edge_seam = [230, 150, 50, 255] text.edge_select = [176, 176, 48, 255] text.effect = [0, 0, 0, 0] text.face = [0, 50, 150, 30] text.face_dot = [255, 138, 48, 255] text.face_select = [200, 100, 200, 60] text.grid = [92, 92, 92, 255] text.header = [195, 195, 195, 255] text.hilite = [255, 0, 0, 255] text.image = [0, 0, 0, 0] text.lamp = [0, 0, 0, 40] text.meta = [0, 0, 0, 0] text.movie = [0, 0, 0, 0] text.normal = [34, 221, 221, 255] text.panel = [165, 165, 165, 127] text.plugin = [0, 0, 0, 0] text.scene = [0, 0, 0, 0] text.select = [255, 136, 255, 255] text.shade1 = [143, 143, 143, 255] text.shade2 = [198, 119, 119, 255] text.strip = [0, 0, 0, 0] text.strip_select = [0, 0, 0, 0] text.syntaxb = [128, 0, 80, 255] text.syntaxc = [0, 100, 50, 255] text.syntaxl = [100, 0, 0, 255] text.syntaxn = [0, 0, 200, 255] text.syntaxv = [95, 95, 0, 255] text.text = [51, 51, 51, 255] text.text_hi = [140, 140, 140, 255] text.transform = [255, 255, 255, 255] text.transition = [0, 0, 0, 0] text.vertex = [255, 112, 255, 255] text.vertex_select = [255, 255, 112, 255] text.vertex_size = 2 text.wire = [0, 0, 0, 255]

oops = theme.get('oops') oops.active = [255, 187, 255, 255] oops.audio = [0, 0, 0, 0] oops.back = [190, 190, 190, 255] oops.bone_pose = [80, 200, 255, 80] oops.bone_solid = [200, 200, 200, 255] oops.edge = [0, 0, 0, 255] oops.edge_facesel = [75, 75, 75, 255] oops.edge_seam = [230, 150, 50, 255] oops.edge_select = [176, 176, 48, 255] oops.effect = [0, 0, 0, 0] oops.face = [0, 50, 150, 30] oops.face_dot = [255, 138, 48, 255] oops.face_select = [200, 100, 200, 60] oops.grid = [92, 92, 92, 255] oops.header = [195, 195, 195, 255] oops.hilite = [0, 0, 0, 0] oops.image = [0, 0, 0, 0] oops.lamp = [0, 0, 0, 40] oops.meta = [0, 0, 0, 0] oops.movie = [0, 0, 0, 0] oops.normal = [34, 221, 221, 255] oops.panel = [165, 165, 165, 127] oops.plugin = [0, 0, 0, 0] oops.scene = [0, 0, 0, 0] oops.select = [255, 136, 255, 255] oops.shade1 = [160, 160, 160, 100] oops.shade2 = [127, 112, 112, 100] oops.strip = [0, 0, 0, 0] oops.strip_select = [0, 0, 0, 0] oops.syntaxb = [0, 0, 0, 0] oops.syntaxc = [0, 0, 0, 0] oops.syntaxl = [0, 0, 0, 0] oops.syntaxn = [0, 0, 0, 0] oops.syntaxv = [0, 0, 0, 0] oops.text = [51, 51, 51, 255] oops.text_hi = [120, 120, 120, 255] oops.transform = [255, 255, 255, 255] oops.transition = [0, 0, 0, 0] oops.vertex = [255, 112, 255, 255] oops.vertex_select = [255, 255, 112, 255] oops.vertex_size = 2 oops.wire = [0, 0, 0, 255]

time = theme.get('time') time.active = [255, 187, 255, 255] time.audio = [0, 0, 0, 0] time.back = [255, 255, 255, 255] time.bone_pose = [80, 200, 255, 80] time.bone_solid = [200, 200, 200, 255] time.edge = [0, 0, 0, 255] time.edge_facesel = [75, 75, 75, 255] time.edge_seam = [230, 150, 50, 255] time.edge_select = [176, 176, 48, 255] time.effect = [0, 0, 0, 0] time.face = [0, 50, 150, 30] time.face_dot = [255, 138, 48, 255] time.face_select = [200, 100, 200, 60] time.grid = [140, 140, 140, 255] time.header = [195, 195, 195, 255] time.hilite = [0, 0, 0, 0] time.image = [0, 0, 0, 0] time.lamp = [0, 0, 0, 40] time.meta = [0, 0, 0, 0] time.movie = [0, 0, 0, 0] time.normal = [34, 221, 221, 255] time.panel = [165, 165, 165, 127] time.plugin = [0, 0, 0, 0] time.scene = [0, 0, 0, 0] time.select = [255, 136, 255, 255] time.shade1 = [173, 173, 173, 255] time.shade2 = [127, 112, 112, 100] time.strip = [0, 0, 0, 0] time.strip_select = [0, 0, 0, 0] time.syntaxb = [0, 0, 0, 0] time.syntaxc = [0, 0, 0, 0] time.syntaxl = [0, 0, 0, 0] time.syntaxn = [0, 0, 0, 0] time.syntaxv = [0, 0, 0, 0] time.text = [51, 51, 51, 255] time.text_hi = [140, 140, 140, 255] time.transform = [255, 255, 255, 255] time.transition = [0, 0, 0, 0] time.vertex = [255, 112, 255, 255] time.vertex_select = [255, 255, 112, 255] time.vertex_size = 2 time.wire = [0, 0, 0, 255]

Blender.Redraw(-1)