Process selection of new target tag for highlighting.
(self, *params)
| 812 | self.on_new_color_set() |
| 813 | |
| 814 | def var_changed_highlight_target(self, *params): |
| 815 | "Process selection of new target tag for highlighting." |
| 816 | self.set_highlight_target() |
| 817 | |
| 818 | def set_theme_type(self): |
| 819 | """Set available screen options based on builtin or custom theme. |
nothing calls this directly
no test coverage detected