[go: up one dir, main page]

Module colors

Module colors 

Source
Expand description

Color utilities for the VTCode

This module provides color manipulation capabilities using the colored crate, which offers a simpler and more robust API for terminal color styling.

Functionsยง

black
Apply black color to text
blink
Apply blinking styling to text
blue
Apply blue color to text
bold
Apply bold styling to text
custom_style
Combine multiple color and style operations
cyan
Apply cyan color to text
dimmed
Apply dimmed styling to text
green
Apply green color to text
italic
Apply italic styling to text
purple
Apply purple color to text
red
Apply red color to text
reversed
Apply reversed styling to text
rgb
Apply custom RGB color to text
strikethrough
Apply strikethrough styling to text
underline
Apply underline styling to text
white
Apply white color to text
yellow
Apply yellow color to text