The task looks simple - desktop app, list with four buttons aside (first, second, third and no priority). Pressing the buttons change text color of selected list item (r/g/b/default ) and the color remains after selection gone. How to
1. Change single list item color and keep it?
2. Read the color, set previously for future output formatting?
Was done by me in tk\PAGE builder. However, I want to try kivy and rebuild existing app using it. Please, advice.