You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GruvBox can be used with PlainTasks plugin but I just noticed that PlainTasks' View as HTML feature does not work when Gruvbox is selected. Not sure if I should report it here or PlainTasks' repo.
html = self.produce_html_from_template(title, html_doc)
File "/Users/milad/Library/Application Support/Sublime Text 3/Packages/PlainTasks/PlainTasksToHTML.py", line 276, in produce_html_from_template
css = '\n'.join(convert_tmtheme_to_css(tmtheme))
File "/Users/milad/Library/Application Support/Sublime Text 3/Packages/PlainTasks/PlainTasksToHTML.py", line 98, in convert_tmtheme_to_css
theme_as_dict = parse_file(theme_file)
File "/Users/milad/Library/Application Support/Sublime Text 3/Packages/PlainTasks/plist_parser.py", line 309, in parse_file
with open(file_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/milad/Library/Application Support/Sublime Text 3/Packages/gruvbox/gruvbox (Dark) (Medium).tmTheme'
The text was updated successfully, but these errors were encountered:
GruvBox can be used with PlainTasks plugin but I just noticed that PlainTasks' View as HTML feature does not work when Gruvbox is selected. Not sure if I should report it here or PlainTasks' repo.
The text was updated successfully, but these errors were encountered: