#!BPY

# """
# Name: 'Litoral'
# 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('Litoral')

ui = theme.get('ui')
ui.action = [255, 165, 0, 255]
ui.drawType = 1
ui.menu_back = [225, 225, 225, 255]
ui.menu_hilite = [255, 203, 0, 255]
ui.menu_item = [209, 209, 209, 255]
ui.menu_text = [0, 0, 0, 255]
ui.menu_text_hi = [45, 45, 45, 255]
ui.neutral = [159, 159, 159, 255]
ui.num = [144, 144, 144, 255]
ui.outline = [159, 159, 159, 255]
ui.popup = [255, 173, 0, 255]
ui.setting = [255, 130, 0, 255]
ui.setting1 = [255, 185, 0, 255]
ui.setting2 = [255, 125, 0, 255]
ui.text = [0, 0, 0, 255]
ui.text_hi = [255, 255, 255, 255]
ui.textfield = [165, 165, 165, 255]

buts = theme.get('buts')
buts.active = [255, 187, 255, 255]
buts.back = [200, 200, 200, 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 = [200, 200, 200, 255]
buts.hilite = [0, 0, 0, 0]
buts.normal = [0, 0, 0, 0]
buts.panel = [219, 219, 206, 95]
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 = [255, 223, 0, 255]
view3d.back = [119, 119, 119, 255]
view3d.edge = [0, 0, 0, 255]
view3d.edge_facesel = [0, 0, 0, 0]
view3d.edge_seam = [230, 150, 50, 255]
view3d.edge_select = [150, 174, 224, 255]
view3d.face = [100, 124, 174, 100]
view3d.face_select = [80, 104, 154, 200]
view3d.grid = [199, 199, 199, 255]
view3d.header = [219, 219, 219, 255]
view3d.hilite = [0, 0, 0, 0]
view3d.normal = [34, 221, 221, 255]
view3d.panel = [219, 219, 206, 95]
view3d.select = [255, 203, 0, 255]
view3d.shade1 = [160, 160, 160, 100]
view3d.shade2 = [127, 112, 112, 100]
view3d.text = [0, 0, 0, 255]
view3d.text_hi = [255, 255, 255, 255]
view3d.transform = [255, 243, 0, 255]
view3d.vertex = [160, 184, 224, 255]
view3d.vertex_select = [255, 203, 0, 255]
view3d.vertex_size = 3
view3d.wire = [0, 0, 0, 255]

file = theme.get('file')
file.active = [255, 187, 255, 255]
file.back = [135, 135, 135, 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 = [200, 200, 200, 255]
file.hilite = [255, 203, 0, 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 = [119, 119, 119, 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 = [200, 200, 200, 255]
ipo.hilite = [96, 192, 64, 255]
ipo.normal = [0, 0, 0, 0]
ipo.panel = [255, 255, 255, 150]
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 = [160, 184, 224, 255]
ipo.vertex_select = [255, 203, 0, 255]
ipo.vertex_size = 2
ipo.wire = [0, 0, 0, 255]

info = theme.get('info')
info.active = [255, 187, 255, 255]
info.back = [135, 135, 135, 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 = [200, 200, 200, 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 = [115, 115, 115, 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 = [200, 200, 200, 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 = [200, 200, 200, 255]
action.hilite = [17, 27, 60, 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, 44, 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 = [219, 219, 206, 255]
nla.hilite = [17, 27, 60, 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, 44, 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 = [200, 200, 200, 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 = [115, 115, 115, 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 = [100, 124, 174, 50]
image.face_select = [80, 104, 154, 120]
image.grid = [92, 92, 92, 255]
image.header = [200, 200, 200, 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 = [160, 184, 224, 255]
image.vertex_select = [255, 203, 0, 255]
image.vertex_size = 3
image.wire = [0, 0, 0, 255]

imasel = theme.get('imasel')
imasel.active = [255, 187, 255, 255]
imasel.back = [135, 135, 135, 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 = [200, 200, 200, 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 = [255, 197, 0, 255]
imasel.shade2 = [127, 112, 112, 100]
imasel.text = [0, 0, 0, 255]
imasel.text_hi = [219, 219, 206, 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 = [115, 115, 115, 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 = [200, 200, 200, 255]
text.hilite = [255, 203, 0, 255]
text.normal = [0, 0, 0, 0]
text.panel = [165, 165, 165, 127]
text.select = [255, 136, 255, 255]
text.shade1 = [119, 115, 111, 255]
text.shade2 = [113, 80, 0, 255]
text.text = [219, 219, 206, 255]
text.text_hi = [19, 15, 11, 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 = [135, 135, 135, 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 = [200, 200, 200, 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)