diff --git a/colorschemes/template.go b/colorschemes/template.go index cee067e..d303e4b 100644 --- a/colorschemes/template.go +++ b/colorschemes/template.go @@ -8,7 +8,7 @@ package colorschemes You can combine a color with 'Bold', 'Underline', or 'Reverse' by using bitwise OR ('|') and the name of the attribute. 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 `gotop.go`. + Once you've created a colorscheme, add an entry for it in the `handleColorscheme` function in 'main.go'. */ const (