Strings to embedded in text to specify colours. These are copies of the strings defined in packages/term. They are duplicated here to avoid a dependency.
primitive val _Color
new val create() : _Color val^
Resets all colours and text styles to the default.
fun box reset() : String val
Bright red text.
fun box red() : String val
Bright green text.
fun box green() : String val
fun box eq( that: _Color val) : Bool val
fun box ne( that: _Color val) : Bool val
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/ponytest-_Color