Cell
Use can control the cell using avr.cell.settings.
# cell line width
viewer.avr.cell.settings['cellLineWidth'] = 1
# cell line color, hex format
viewer.avr.cell.settings['cellColor'] = '#FF0000'
# hide the crystal axes
viewer.avr.cell.settings['showAxes'] = False