# server.Server.colors

- **Module:** server.Server
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/server.ts#L284
- **Page:** https://libtmux.org/en/ts/latest/reference/server-server-colors/

```
server.Server.colors() -> 88 | 256 | undefined
```

How many colours this server was told the terminal has.

## Example

```ts
new Server({ colors: 256 }).colors; // 256
```
