# server.Server.colors

- **Module:** server.Server
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/server.ts#L238
- **Page:** https://libtmux.org/reference/ts/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
```
