From 23bead0fe7725380454b70c8f2c872ab397a027e Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 13 Mar 2023 16:18:31 +0700 Subject: [PATCH] chore: golds add dark theme https://github.com/go101/golds/issues/35 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce2afc7..1adb976 100644 --- a/Makefile +++ b/Makefile @@ -45,4 +45,4 @@ clean: docs: go install go101.org/golds@latest - golds ./... + golds -theme=dark ./...