xfce4-terminal doesn't like double qoutes at .theme files
This commit is contained in:
parent
06186f6bd9
commit
b80f727e80
143 changed files with 715 additions and 715 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue