1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-07-31 09:57:47 +00:00

Add a bg examples

This commit is contained in:
RGBCube 2022-11-18 20:48:58 +03:00
parent 150c1f65f7
commit 94ce7067a2

View file

@ -10,6 +10,7 @@ An easier way to print colored text to the terminal.
import color
color.red.cprintln('Hello World')
color.cyan.cprintln_bg('Hello World')
color.bold.cprintln('Hello World')
```