Return the name of the currently active key set.
(self)
| 360 | return self.current_colors_and_keys('Theme') |
| 361 | |
| 362 | def CurrentKeys(self): |
| 363 | """Return the name of the currently active key set.""" |
| 364 | return self.current_colors_and_keys('Keys') |
| 365 | |
| 366 | def current_colors_and_keys(self, section): |
| 367 | """Return the currently active name for Theme or Keys section. |