summaryrefslogtreecommitdiffstats
path: root/colorschemes
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-01-23 21:23:35 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-01-23 21:23:35 -0800
commitc48984563e3086839cb11abdaac8b01abbcac279 (patch)
tree3730ec8bb437b006c4118cc5126e00335926a2d1 /colorschemes
parentcf0092074563a70706d8b9914de4ccbdcc16eb2f (diff)
Switch to master branch of gizak/termui after its update
Diffstat (limited to 'colorschemes')
-rw-r--r--colorschemes/template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorschemes/template.go b/colorschemes/template.go
index f410e61..9b7ac79 100644
--- a/colorschemes/template.go
+++ b/colorschemes/template.go
@@ -5,7 +5,7 @@ package colorschemes
-1 = clear
- You can combine a color with 'Bold', 'Underline', or 'Reverse' by using bitwise OR ('|') and the name of the attribute.
+ You can combine a color with 'Bold', 'Underline', or 'Reverse' by using bitwise OR ('|') and the name of the Color.
For example, to get Bold red Labels, you would do 'Labels: 2 | Bold'.
Once you've created a colorscheme, add an entry for it in the `handleColorscheme` function in 'main.go'.