summaryrefslogtreecommitdiffstats
path: root/colorschemes/template.go
diff options
context:
space:
mode:
Diffstat (limited to 'colorschemes/template.go')
-rw-r--r--colorschemes/template.go2
1 files changed, 1 insertions, 1 deletions
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 (