# Copyright (c) 2010-2021 openpyxl """Write the theme xml based on a fixed string.""" theme_xml = """ """ def write_theme(): """Write the theme xml.""" return theme_xml