rename color constants

This commit is contained in:
2026-03-11 21:14:56 +01:00
parent 2157425b24
commit 454e625ef3
11 changed files with 88 additions and 88 deletions

View File

@@ -12,5 +12,5 @@ func NewHowToHandler(token string) *HowToHandler {
}
func (h *HowToHandler) Handle(s *engine.Session) {
renderWikiList(s, h.repo, "howto", "HowTo Guides", engine.MG)
renderWikiList(s, h.repo, "howto", "HowTo Guides", engine.COLOR_MAGENTA)
}