Return the name of the currently active text color theme.
(self)
| 356 | return theme |
| 357 | |
| 358 | def CurrentTheme(self): |
| 359 | "Return the name of the currently active text color theme." |
| 360 | return self.current_colors_and_keys('Theme') |
| 361 | |
| 362 | def CurrentKeys(self): |
| 363 | """Return the name of the currently active key set.""" |