From 0916e5ebce1d30ac57b1e5ceb50c376569894b27 Mon Sep 17 00:00:00 2001 From: Zack Guo Date: Wed, 11 Mar 2015 16:22:55 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec54eb7..85b988d 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ Note that components can be overlapped (I'd rather call this a feature...), `Ren ## 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 termui.UseTheme("helloworld") @@ -64,11 +64,11 @@ termui.UseTheme("helloworld") ``` The `default ` theme's settings depend on the user's terminal color scheme, which is saying if your terminal default font color is white and background is white, it will be like: -default +default The `helloworld` color scheme drops in some colors! -helloworld +helloworld ## Widgets