mirror of
https://github.com/RGBCube/color.v
synced 2025-08-01 10:27:45 +00:00
Poggers
This commit is contained in:
parent
d281d94f70
commit
1eff29d078
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ color.bold.cprintln('Hello World')
|
||||||
import color
|
import color
|
||||||
|
|
||||||
brush := color.new_brush(
|
brush := color.new_brush(
|
||||||
fg: color.rgb(0, 0, 0)!
|
fg: color.rgb(0, 0, 0)
|
||||||
bg: color.hex(0xffffff)!
|
bg: color.hex(0xffffff)
|
||||||
style: [color.bold, color.underline, color.italic]
|
style: [color.bold, color.underline, color.italic]
|
||||||
)!
|
)!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue