#!BPY

# """
# Name: 'Lean mean green machine'
# Blender: 234
# Group: 'Theme'
# Tooltip: 'Change current theme'
# """

__author__ = "????"
__version__ = "1.0"
__url__ = [""]
__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.
"""

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

import Blender
from Blender.Window import Theme

theme = Theme.New('Lean mean green machine')

ui = theme.get('ui')
ui.action = [135, 169, 55, 255]
ui.drawType = 0
ui.menu_back = [45, 45, 45, 255]
ui.menu_hilite = [95, 95, 95, 255]
ui.menu_item = [65, 65, 65, 255]
ui.menu_text = [245, 245, 245, 255]
ui.menu_text_hi = [255, 255, 255, 255]
ui.neutral = [160, 160, 160, 255]
ui.num = [80, 80, 80, 255]
ui.outline = [55, 55, 55, 255]
ui.popup = [65, 65, 65, 255]
ui.setting = [135, 160, 95, 255]
ui.setting1 = [160, 190, 95, 255]
ui.setting2 = [140, 150, 110, 255]
ui.text = [245, 245, 245, 255]
ui.text_hi = [255, 255, 255, 255]
ui.textfield = [75, 75, 75, 255]

buts = theme.get('buts')
buts.active = [255, 187, 255, 255]
buts.back = [95, 95, 95, 255]
buts.edge = [0, 0, 0, 255]
buts.edge_facesel = [0, 0, 0, 0]
buts.edge_seam = [0, 0, 0, 0]
buts.edge_select = [144, 144, 48, 255]
buts.face = [0, 50, 150, 30]
buts.face_select = [200, 100, 200, 60]
buts.grid = [92, 92, 92, 255]
buts.header = [95, 95, 95, 255]
buts.hilite = [0, 0, 0, 0]
buts.normal = [0, 0, 0, 0]
buts.panel = [255, 255, 255, 45]
buts.select = [255, 136, 255, 255]
buts.shade1 = [160, 160, 160, 100]
buts.shade2 = [127, 112, 112, 100]
buts.text = [0, 0, 0, 255]
buts.text_hi = [255, 255, 255, 255]
buts.transform = [255, 255, 255, 255]
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 = [135, 175, 50, 255]
view3d.back = [75, 75, 75, 255]
view3d.edge = [0, 0, 0, 255]
view3d.edge_facesel = [0, 0, 0, 0]
view3d.edge_seam = [230, 150, 50, 255]
view3d.edge_select = [190, 255, 100, 255]
view3d.face = [135, 175, 50, 35]
view3d.face_select = [200, 255, 100, 65]
view3d.grid = [175, 175, 175, 255]
view3d.header = [95, 95, 95, 255]
view3d.hilite = [0, 0, 0, 0]
view3d.normal = [34, 221, 221, 255]
view3d.panel = [105, 105, 105, 127]
view3d.select = [85, 125, 0, 255]
view3d.shade1 = [160, 160, 160, 100]
view3d.shade2 = [127, 112, 112, 100]
view3d.text = [255, 255, 255, 255]
view3d.text_hi = [255, 255, 255, 255]
view3d.transform = [190, 255, 100, 255]
view3d.vertex = [135, 175, 50, 35]
view3d.vertex_select = [190, 255, 100, 255]
view3d.vertex_size = 4
view3d.wire = [165, 165, 165, 255]

file = theme.get('file')
file.active = [255, 187, 255, 255]
file.back = [128, 128, 128, 255]
file.edge = [0, 0, 0, 255]
file.edge_facesel = [0, 0, 0, 0]
file.edge_seam = [0, 0, 0, 0]
file.edge_select = [144, 144, 48, 255]
file.face = [0, 50, 150, 30]
file.face_select = [200, 100, 200, 60]
file.grid = [92, 92, 92, 255]
file.header = [95, 95, 95, 255]
file.hilite = [135, 175, 50, 255]
file.normal = [0, 0, 0, 0]
file.panel = [165, 165, 165, 127]
file.select = [255, 136, 255, 255]
file.shade1 = [160, 160, 160, 100]
file.shade2 = [127, 112, 112, 100]
file.text = [0, 0, 0, 255]
file.text_hi = [255, 255, 255, 255]
file.transform = [255, 255, 255, 255]
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.back = [120, 120, 120, 255]
ipo.edge = [0, 0, 0, 255]
ipo.edge_facesel = [0, 0, 0, 0]
ipo.edge_seam = [0, 0, 0, 0]
ipo.edge_select = [144, 144, 48, 255]
ipo.face = [0, 50, 150, 30]
ipo.face_select = [200, 100, 200, 60]
ipo.grid = [94, 94, 94, 255]
ipo.header = [75, 75, 75, 255]
ipo.hilite = [96, 192, 64, 255]
ipo.normal = [0, 0, 0, 0]
ipo.panel = [75, 75, 75, 225]
ipo.select = [255, 136, 255, 255]
ipo.shade1 = [172, 172, 172, 100]
ipo.shade2 = [112, 112, 112, 100]
ipo.text = [0, 0, 0, 255]
ipo.text_hi = [255, 255, 255, 255]
ipo.transform = [255, 255, 255, 255]
ipo.vertex = [135, 175, 50, 255]
ipo.vertex_select = [190, 255, 100, 255]
ipo.vertex_size = 2
ipo.wire = [0, 0, 0, 255]

info = theme.get('info')
info.active = [255, 187, 255, 255]
info.back = [95, 95, 95, 255]
info.edge = [0, 0, 0, 255]
info.edge_facesel = [0, 0, 0, 0]
info.edge_seam = [0, 0, 0, 0]
info.edge_select = [144, 144, 48, 255]
info.face = [0, 50, 150, 30]
info.face_select = [200, 100, 200, 60]
info.grid = [92, 92, 92, 255]
info.header = [95, 95, 95, 255]
info.hilite = [0, 0, 0, 0]
info.normal = [0, 0, 0, 0]
info.panel = [165, 165, 165, 127]
info.select = [255, 136, 255, 255]
info.shade1 = [160, 160, 160, 100]
info.shade2 = [127, 112, 112, 100]
info.text = [0, 0, 0, 255]
info.text_hi = [255, 255, 255, 255]
info.transform = [255, 255, 255, 255]
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.back = [153, 153, 153, 255]
sound.edge = [0, 0, 0, 255]
sound.edge_facesel = [0, 0, 0, 0]
sound.edge_seam = [0, 0, 0, 0]
sound.edge_select = [144, 144, 48, 255]
sound.face = [0, 50, 150, 30]
sound.face_select = [200, 100, 200, 60]
sound.grid = [140, 140, 140, 255]
sound.header = [75, 75, 75, 255]
sound.hilite = [0, 0, 0, 0]
sound.normal = [0, 0, 0, 0]
sound.panel = [165, 165, 165, 127]
sound.select = [255, 136, 255, 255]
sound.shade1 = [173, 173, 173, 255]
sound.shade2 = [127, 112, 112, 100]
sound.text = [0, 0, 0, 255]
sound.text_hi = [255, 255, 255, 255]
sound.transform = [255, 255, 255, 255]
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.back = [116, 116, 116, 255]
action.edge = [0, 0, 0, 255]
action.edge_facesel = [0, 0, 0, 0]
action.edge_seam = [0, 0, 0, 0]
action.edge_select = [144, 144, 48, 255]
action.face = [166, 166, 166, 255]
action.face_select = [200, 100, 200, 60]
action.grid = [94, 94, 94, 255]
action.header = [75, 75, 75, 255]
action.hilite = [81, 104, 41, 100]
action.normal = [0, 0, 0, 0]
action.panel = [165, 165, 165, 127]
action.select = [255, 136, 255, 255]
action.shade1 = [172, 172, 172, 255]
action.shade2 = [84, 93, 31, 100]
action.text = [0, 0, 0, 255]
action.text_hi = [255, 255, 255, 255]
action.transform = [255, 255, 255, 255]
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.back = [116, 116, 116, 255]
nla.edge = [0, 0, 0, 255]
nla.edge_facesel = [0, 0, 0, 0]
nla.edge_seam = [0, 0, 0, 0]
nla.edge_select = [144, 144, 48, 255]
nla.face = [0, 50, 150, 30]
nla.face_select = [200, 100, 200, 60]
nla.grid = [94, 94, 94, 255]
nla.header = [75, 75, 75, 255]
nla.hilite = [91, 120, 31, 100]
nla.normal = [0, 0, 0, 0]
nla.panel = [165, 165, 165, 127]
nla.select = [255, 136, 255, 255]
nla.shade1 = [172, 172, 172, 255]
nla.shade2 = [84, 93, 31, 100]
nla.text = [0, 0, 0, 255]
nla.text_hi = [255, 255, 255, 255]
nla.transform = [255, 255, 255, 255]
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.back = [115, 115, 115, 255]
seq.edge = [0, 0, 0, 255]
seq.edge_facesel = [0, 0, 0, 0]
seq.edge_seam = [0, 0, 0, 0]
seq.edge_select = [144, 144, 48, 255]
seq.face = [0, 50, 150, 30]
seq.face_select = [200, 100, 200, 60]
seq.grid = [92, 92, 92, 255]
seq.header = [75, 75, 75, 255]
seq.hilite = [0, 0, 0, 0]
seq.normal = [0, 0, 0, 0]
seq.panel = [165, 165, 165, 127]
seq.select = [255, 136, 255, 255]
seq.shade1 = [160, 160, 160, 100]
seq.shade2 = [127, 112, 112, 100]
seq.text = [0, 0, 0, 255]
seq.text_hi = [255, 255, 255, 255]
seq.transform = [255, 255, 255, 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.back = [53, 53, 53, 255]
image.edge = [0, 0, 0, 255]
image.edge_facesel = [0, 0, 0, 0]
image.edge_seam = [0, 0, 0, 0]
image.edge_select = [144, 144, 48, 255]
image.face = [135, 175, 50, 215]
image.face_select = [200, 255, 100, 215]
image.grid = [92, 92, 92, 255]
image.header = [75, 75, 75, 255]
image.hilite = [0, 0, 0, 0]
image.normal = [0, 0, 0, 0]
image.panel = [165, 165, 165, 127]
image.select = [255, 136, 255, 255]
image.shade1 = [160, 160, 160, 100]
image.shade2 = [127, 112, 112, 100]
image.text = [0, 0, 0, 255]
image.text_hi = [255, 255, 255, 255]
image.transform = [255, 255, 255, 255]
image.vertex = [135, 175, 50, 255]
image.vertex_select = [190, 255, 100, 255]
image.vertex_size = 3
image.wire = [0, 0, 0, 255]

imasel = theme.get('imasel')
imasel.active = [255, 187, 255, 255]
imasel.back = [110, 110, 110, 255]
imasel.edge = [0, 0, 0, 255]
imasel.edge_facesel = [0, 0, 0, 0]
imasel.edge_seam = [0, 0, 0, 0]
imasel.edge_select = [144, 144, 48, 255]
imasel.face = [0, 50, 150, 30]
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.normal = [0, 0, 0, 0]
imasel.panel = [165, 165, 165, 127]
imasel.select = [255, 136, 255, 255]
imasel.shade1 = [135, 175, 50, 255]
imasel.shade2 = [127, 112, 112, 100]
imasel.text = [0, 0, 0, 255]
imasel.text_hi = [255, 255, 255, 255]
imasel.transform = [255, 255, 255, 255]
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.back = [153, 153, 153, 255]
text.edge = [0, 0, 0, 255]
text.edge_facesel = [0, 0, 0, 0]
text.edge_seam = [0, 0, 0, 0]
text.edge_select = [144, 144, 48, 255]
text.face = [0, 50, 150, 30]
text.face_select = [200, 100, 200, 60]
text.grid = [92, 92, 92, 255]
text.header = [75, 75, 75, 255]
text.hilite = [163, 201, 50, 255]
text.normal = [0, 0, 0, 0]
text.panel = [165, 165, 165, 127]
text.select = [255, 136, 255, 255]
text.shade1 = [143, 143, 143, 255]
text.shade2 = [135, 175, 50, 255]
text.text = [0, 0, 0, 255]
text.text_hi = [255, 255, 255, 255]
text.transform = [255, 255, 255, 255]
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.back = [95, 95, 95, 255]
oops.edge = [0, 0, 0, 255]
oops.edge_facesel = [0, 0, 0, 0]
oops.edge_seam = [0, 0, 0, 0]
oops.edge_select = [144, 144, 48, 255]
oops.face = [0, 50, 150, 30]
oops.face_select = [200, 100, 200, 60]
oops.grid = [92, 92, 92, 255]
oops.header = [95, 95, 95, 255]
oops.hilite = [0, 0, 0, 0]
oops.normal = [0, 0, 0, 0]
oops.panel = [165, 165, 165, 127]
oops.select = [255, 136, 255, 255]
oops.shade1 = [160, 160, 160, 100]
oops.shade2 = [127, 112, 112, 100]
oops.text = [0, 0, 0, 255]
oops.text_hi = [255, 255, 255, 255]
oops.transform = [255, 255, 255, 255]
oops.vertex = [255, 112, 255, 255]
oops.vertex_select = [255, 255, 112, 255]
oops.vertex_size = 2
oops.wire = [0, 0, 0, 255]

Blender.Redraw(-1)