xfce4-terminal doesn't like double qoutes at .theme files

This commit is contained in:
gBopHuk 2016-10-23 20:46:19 +03:00
parent 06186f6bd9
commit b80f727e80
143 changed files with 715 additions and 715 deletions

View file

@ -57,11 +57,11 @@ if __name__ == "__main__":
scheme = """
[Scheme]
Name="{name}"
ColorForeground="{fg}"
ColorBackground="{bg}"
ColorCursor="{cr}"
ColorPalette = "{pl}"
Name={name}
ColorForeground={fg}
ColorBackground={bg}
ColorCursor={cr}
ColorPalette={pl}
"""
output = scheme.format(name=xrdb_regex.match(i).group(1),