Update README.md
This commit is contained in:
parent
bc325c986d
commit
0916e5ebce
@ -54,9 +54,9 @@ Note that components can be overlapped (I'd rather call this a feature...), `Ren
|
|||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
All colors in all components call be changed at any time, while there provides some predefined color scheme.
|
_All_ colors in _all_ components _can_ be changed at _any_ time, while there provides some predefined color schemes:
|
||||||
|
|
||||||
```
|
```go
|
||||||
// for now there are only two themes: default and helloworld
|
// for now there are only two themes: default and helloworld
|
||||||
termui.UseTheme("helloworld")
|
termui.UseTheme("helloworld")
|
||||||
|
|
||||||