-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse Terminal Colors #7
Comments
<font color="#a94d37">This text is orange</font> |
Unfortunately coloring the text this way mangles the spacing, as discussed in #12. So this issue should remain open until coloring the text preserves the text being colored. |
While related to Issue #7, this does not parse+format terminal colors. Add ConfigColor.qml
To https://www.pling.com/u/rumcho/, the widget does not parse terminal colors, but it can use an HTML subset: https://doc.qt.io/qt-5/qml-qtquick-text.html#textFormat-prop |
You can use |
Git master should now parse:
I've tested:
Todo:
Edit: Now should support 8-bit and RGB color mode. |
Not sure how to do it. The color itself simply ends up as the color code instead. Would be nice to have this to get some nice visual. I want my update icons for ex to change color so is more visible.
The text was updated successfully, but these errors were encountered: