1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-08-01 18:37:45 +00:00

Update example

This commit is contained in:
RGBCube 2022-11-18 20:51:38 +03:00
parent 94ce7067a2
commit 28d4c44d50

View file

@ -20,8 +20,8 @@ color.bold.cprintln('Hello World')
import color
brush := color.PaintBrush{
fg: color.rgb(0, 0, 0)!,
bg: color.hex(0xffffff)!,
fg: color.rgb(0, 0, 0)!
bg: color.hex(0xffffff)!
styles: [color.bold, color.underline, color.italic]
}