mirror of
https://github.com/RGBCube/color.v
synced 2025-07-31 09:57:47 +00:00
Fix errors, rename src to color
This commit is contained in:
parent
8d2406c71a
commit
f29d84d3a9
5 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ import rgbcube.color
|
|||
brush := color.new_brush(
|
||||
fg: color.rgb(0, 0, 0)
|
||||
bg: color.hex(0xffffff)
|
||||
style: [color.bold, color.underline, color.italic]
|
||||
styles: [color.bold, color.underline, color.italic]
|
||||
)
|
||||
|
||||
brush.println('Hello World')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue