Mark Badolato

Results 40 comments of Mark Badolato

I haven't looked. It's either the update_all script, or the individual convert scripts may need to be told not to change the names to lowercase etc

Python 2.7 giving an error: ``` Traceback (most recent call last): File "update_all.py", line 10, in import xrdb2Xresources File "/Users/mbadolato/development/projects/iTerm2-Color-Schemes/tools/xrdb2Xresources.py", line 62 def __init__(self, define: str, key: str, value: str,...

I tried with PyYAML installed and saw no diff but I didn't try in 2.x and 3.x so maybe that helps

@thomascft It may be missing some plugins? I just went into the tools directory, ran `python3 update_all.py` and it ran completely, and updated a few files that needed it ```bash...

@thomascft I don't know. The script was a contribution and I apparently have the plugins on my system but I don't know offhand. If you look at the script you...

It could be something with the translation scripts since they all use different formats. The conversions are done from the iterm version (which doesn't have hex values per se) to...

Interesting. Unfortunately, unless someone more knowledgeable than I is able to troubleshoot the conversion scripts, there's not a whole lot I can do. The conversion scripts are all user-provided by...

> I don't know how https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/xfce4terminal/colorschemes/Builtin%20Dark.theme gets turned into an iTerm2-compatible file It doesn't. Other way around. One or two of the converters convert originally from the .itermcolors file, then...

That would be a great addition!