Skip to content

Commit

Permalink
Add all imports to the first example in guide.md (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
KuzyaGlebkin committed Jun 26, 2024
1 parent 415e4fd commit addb257
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ combine a foreground and background.
```kotlin
import com.github.ajalt.mordant.rendering.TextColors.*
import com.github.ajalt.mordant.rendering.TextStyles.*
import com.github.ajalt.mordant.terminal.Terminal
import com.github.ajalt.mordant.rendering.TextColors.Companion.rgb

val t = Terminal()
t.println(brightRed("You can use any of the standard ANSI colors"))
Expand Down

0 comments on commit addb257

Please sign in to comment.