mirror of
https://github.com/RGBCube/color.v
synced 2025-08-01 18:37:45 +00:00
Update example
This commit is contained in:
parent
94ce7067a2
commit
28d4c44d50
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ color.bold.cprintln('Hello World')
|
||||||
import color
|
import color
|
||||||
|
|
||||||
brush := color.PaintBrush{
|
brush := color.PaintBrush{
|
||||||
fg: color.rgb(0, 0, 0)!,
|
fg: color.rgb(0, 0, 0)!
|
||||||
bg: color.hex(0xffffff)!,
|
bg: color.hex(0xffffff)!
|
||||||
styles: [color.bold, color.underline, color.italic]
|
styles: [color.bold, color.underline, color.italic]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue