mirror of
https://github.com/RGBCube/color.v
synced 2025-08-01 10:27:45 +00:00
Reformat
This commit is contained in:
parent
b89712d2da
commit
dd59120f1c
1 changed files with 6 additions and 6 deletions
|
@ -25,12 +25,12 @@ pub const (
|
|||
bold = Style(StyleImpl.bold)
|
||||
dim = Style(StyleImpl.dim)
|
||||
italic = Style(StyleImpl.italic)
|
||||
// underline = Style(StyleImpl.underline)
|
||||
// slow_blink = Style(StyleImpl.slow_blink)
|
||||
// rapid_blink = Style(StyleImpl.rapid_blink)
|
||||
// inverse = Style(StyleImpl.inverse)
|
||||
// hidden = Style(StyleImpl.hidden)
|
||||
// strikethrough = Style(StyleImpl.strikethrough)
|
||||
// underline = Style(StyleImpl.underline)
|
||||
// slow_blink = Style(StyleImpl.slow_blink)
|
||||
// rapid_blink = Style(StyleImpl.rapid_blink)
|
||||
// inverse = Style(StyleImpl.inverse)
|
||||
// hidden = Style(StyleImpl.hidden)
|
||||
// strikethrough = Style(StyleImpl.strikethrough)
|
||||
)
|
||||
|
||||
const no_color = !term.can_show_color_on_stdout()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue