summaryrefslogtreecommitdiffstats
path: root/colorschemes
diff options
context:
space:
mode:
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'.