* Gets the semantic colors for the active theme. * @returns The semantic colors.
()
| 141 | * @returns The semantic colors. |
| 142 | */ |
| 143 | getSemanticColors(): SemanticColors { |
| 144 | return this.getActiveTheme().semanticColors; |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Gets a list of custom theme names. |
no test coverage detected