magmax/python-inquirer

Missing Editor.opening_prompt_color on GreenPassion

AdrienPensart opened this issue · 1 comments

Hello,
when using GreenPassion theme, inquirer.Editor does not work :

AttributeError: type object 'editor' has no attribute 'opening_prompt_color'

easy fix in themes.py for class GreenPassion

self.Editor.opening_prompt_color = term.bright_black

or you may derive GreenPassion from Default theme?

good find. We should really inherit from Default