@rtulke A question: I'm trying to think of ways to maybe make rpen.py more user configurable when it comes to the colors. For example, I use a different yellow than you do, so I have a permanent edit in my install. And maybe others might like a different order of colors?
One thought I had in this direction is maybe using colorama or even the fancy rich_ library to do so.
But, I also know that rpen is pretty lean, so I thought I'd get your thoughts before trying it out. I'd obviously try on a fork, and try to do things like trying to import the libraries, etc. so that at worse, you fall back to ANSI colors.
@rtulke A question: I'm trying to think of ways to maybe make
rpen.py
more user configurable when it comes to the colors. For example, I use a different yellow than you do, so I have a permanent edit in my install. And maybe others might like a different order of colors?One thought I had in this direction is maybe using colorama or even the fancy rich_ library to do so.
But, I also know that rpen is pretty lean, so I thought I'd get your thoughts before trying it out. I'd obviously try on a fork, and try to do things like
try
ing to import the libraries, etc. so that at worse, you fall back to ANSI colors.