---
title: TerminalStyle
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/terminal/src/lib/styles.ts#L15
---

# TerminalStyle

## Summary

Function that formats text with a terminal style.

## Signature

```ts
type TerminalStyle = (value: string) => string;

```