---
title: createStyles
---

# createStyles

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/terminal/src/lib/styles.ts#L298" target="_blank">View Source</a>

## Summary

Creates style helpers that either emit ANSI escape sequences or pass text through unchanged.

## Signature

```ts
function createStyles(options: CreateStylesOptions): TerminalStyles;

```

## Params

### options

Style options

## Returns

Terminal style helpers