# ColorThemes

## Content

# Variable: ColorThemes

```ts
const ColorThemes: object;
```

Represents the default themes

## Type Declaration

### activeReports

```ts
activeReports: ColorTheme;
```

### activeReportsDark

```ts
activeReportsDark: ColorTheme;
```

### darkOled

```ts
darkOled: ColorTheme;
```

### default

```ts
default: ColorTheme;
```

### defaultDark

```ts
defaultDark: ColorTheme;
```

### highContrast

```ts
highContrast: ColorTheme;
```

### highContrastDark

```ts
highContrastDark: ColorTheme;
```
