You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🌈 Library for styling terminal contents with ANSI, 256 bit color and Truecolor
2
+
🌈 Roc package for styling terminal contents with ANSI, 256 bit color and Truecolor
3
+
4
+
The interface of this library is heavily influenced by the Haskell package [colourista](https://github.com/kowainik/colourista).
5
+
6
+
## Usage
7
+
8
+
The main function to interact with is `formatWith` which accepts a list of attributes and a fore- and background color to format a text with. Check the examples to get a feel for the library!
9
+
10
+
## Documentation
11
+
12
+
A more detailed documentation of the exposed functions can be found at: https://phagenlocher.github.io/roc-color/
0 commit comments