Module owo_colors::styles
source · Expand description
Different display styles (strikethrough, bold, etc.)
Structs§
- Transparent wrapper around a type which implements all the formatters the wrapped type does, while blinking. Recommended to be constructed using
OwoColorize
. - Transparent wrapper around a type which implements all the formatters the wrapped type does, with the addition of making it blink fast. Use
OwoColorize
- Transparent wrapper around a type which implements all the formatters the wrapped type does, with the addition of boldening it. Recommended to be constructed using
OwoColorize
. - Transparent wrapper around a type which implements all the formatters the wrapped type does, with the addition of dimming it. Recommended to be constructed using
OwoColorize
. - Transparent wrapper around a type which implements all the formatters the wrapped type does, with the addition of hiding the text. Use
OwoColorize
. - Transparent wrapper around a type which implements all the formatters the wrapped type does, with the addition of italics. Recommended to be constructed using
OwoColorize
. - Transparent wrapper around a type which implements all the formatters the wrapped type does, with the addition of swapping fg and bg colors. Use
OwoColorize
- Transparent wrapper around a type which implements all the formatters the wrapped type does, crossed out. Recommended to be constructed using
OwoColorize
. - Transparent wrapper around a type which implements all the formatters the wrapped type does, while underlining it. Recommended to be constructed using
OwoColorize
.