So I'm trying to build a UI in npyscreen, however the documentation I'm reading is not very thorough:
Could somebody help me set the color of certain widgets? I can set the overall theme of the entire application like this:
npyscreen.setTheme(npyscreen.Themes.ColorfulTheme)
However I can only use default themes, and I can't control individual widgets. I also want to figure out how to put borders on widgets.
Thanks
You can control the colour of different widgets by passing in a color= argument to the constructor. The name of the colour is a string taken from the theme you are using.