From c48984563e3086839cb11abdaac8b01abbcac279 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Wed, 23 Jan 2019 21:23:35 -0800 Subject: Switch to master branch of gizak/termui after its update --- colorschemes/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colorschemes') 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'. -- cgit v1.2.3